This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/13535] New: math.h parse error before '==' token on AIX 5.2


make bootstrap output:

stage1/xgcc -Bstage1/ -B/cmDevTest/local/powerpc-ibm-aix5.2.0.0/bin/ -c   -g -
O2 -DIN_GCC   -W -W
all -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -
pedantic -Wno-long-lo
ng   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.2/gcc -
I../../gcc-3.3.2/gcc/. -I
../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include ../../gcc-
3.3.2/gcc/genautomata.c -o
genautomata.o
In file included from ../../gcc-3.3.2/gcc/genautomata.c:109:
include/math.h:1071:2: '#' is not followed by a macro parameter
In file included from ../../gcc-3.3.2/gcc/genautomata.c:109:
include/math.h:1072: error: parse error before '==' token
include/math.h:1072: error: syntax error at '#' token
include/math.h:1074: error: syntax error at '#' token
include/math.h:1076: error: syntax error at '#' token
make[2]: *** [genautomata.o] Error 1
make[2]: Leaving directory `/cmDevTest/Tools/gcc.3.3.2/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/cmDevTest/Tools/gcc.3.3.2/gcc'
make: *** [bootstrap] Error 2

-- 
           Summary: math.h parse error before '==' token on AIX 5.2
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: richard_wheeler at cinfin dot com
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13535


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]