http://www.riscos.info/bugzilla3/show_bug.cgi?id=252
Summary: GCC 4.7.4 Rel 1 Dev 2014-05-20: __arm predefine
Product: GCC/GCCSDK
Version: other
Platform: Other
OS/Version: RISC OS
Status: NEW
Severity: normal
Priority: P1
Component: C compiler
AssignedTo: John.Tytgat@aaug.net
ReportedBy: duncan.moore@gmx.com
Estimated Hours: 0.0
gcc (GCCSDK GCC 4.7.4 Release 1 Development) 4.7.4 20140520 (prerelease)
[gcc-4_7-branch revision 210657]
http://www.riscos.info/downloads/gccsdk/testing/4.7.4/gccsdk-gcc-bin-4.7.4-Rel1dev.zip
SharedUnixLibrary 1.12
VirtualRPC-Adjust RISCOS 4.39, ARM 710
#include <stdio.h>
int main(void) {
#if defined(__arm)
printf("__arm is defined\n");
#else
printf("__arm is not defined\n");
No comments:
Post a Comment