Ticket #487 (Fixed)Wed May 06 22:32:21 UTC 2020
cc 5.82: Missing ''' in pre-processor command line
Reported by: | Jeffrey Lee (213) | Severity: | Normal |
Part: | RISC OS: C/C++ toolchain | Release: | |
Milestone: | Status | Fixed |
Details by Jeffrey Lee (213):
The attached test code (a stripped down version of https://gitlab.riscosopen.org/RiscOS/Utilities/…) fails to build with the error “Serious error: Missing ‘’’ in pre-processor command line”
Changing the #if 0 to #if 1 makes it work. Magic!
Changelog:
Modified by Jeffrey Lee (213) Wed, May 06 2020 - 22:32:38 GMT
- Attachment added: test
Modified by Jeffrey Lee (213) Thu, June 04 2020 - 12:22:15 GMT
- Status changed from Open to Fixed
Fixed with DDE29c (cc 5.83)