From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4127 invoked by alias); 8 Oct 2003 11:16:54 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 4119 invoked by uid 48); 8 Oct 2003 11:16:52 -0000 Date: Wed, 08 Oct 2003 11:16:00 -0000 From: "martelm at quark dot vsc dot edu" To: gcc-bugs@gcc.gnu.org Message-ID: <20031008111644.12539.martelm@quark.vsc.edu> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/12539] New: GCC 3.3.1 bootstrap failure on AIX 5.2 X-Bugzilla-Reason: CC X-SW-Source: 2003-10/txt/msg00524.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12539 Summary: GCC 3.3.1 bootstrap failure on AIX 5.2 Product: gcc Version: 3.3.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: martelm at quark dot vsc dot edu CC: gcc-bugs at gcc dot gnu dot org Trying to bootstrap gcc-3.3.1 on IBM AIX 5.2.0.0 Maintenance Level 1, using IBM C Compiler 5.0.2.0. Configured the build with : ../gcc-3.3.1/configure --disable-nls --enable-languages=c,c++ Using gnu-make 3.80, I get this error during bootstrap. stage1/xgcc -Bstage1/ -B/usr/local/powerpc-ibm-aix5.2.0.0/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.3.1/gcc -I../../gcc-3.3.1/gcc/. -I../../gcc-3.3.1/gcc/config -I../../gcc-3.3.1/gcc/../include ../../gcc-3.3.1/gcc/genautomata.c -o genautomata.o In file included from ../../gcc-3.3.1/gcc/genautomata.c:109: include/math.h:1071:2: '#' is not followed by a macro parameter In file included from ../../gcc-3.3.1/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 `/usr/local/src/gcc-3.3.1-build/gcc' make[1]: *** [stage2_build] Error 2 make[1]: Leaving directory `/usr/local/src/gcc-3.3.1-build/gcc' make: *** [bootstrap] Error 2