From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20397 invoked by alias); 13 Mar 2005 13:00:30 -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 20299 invoked by uid 48); 13 Mar 2005 13:00:24 -0000 Date: Sun, 13 Mar 2005 13:00:00 -0000 From: "andrewhutchinson at cox dot net" To: gcc-bugs@gcc.gnu.org Message-ID: <20050313130019.20452.andrewhutchinson@cox.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/20452] New: HEAD ICE during make install X-Bugzilla-Reason: CC X-SW-Source: 2005-03/txt/msg01583.txt.bz2 List-Id: gcc build fails with: gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prot otypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gc c/gcc -I../../gcc/gcc/. -I../../gcc/gcc/../include -I../../gcc/gcc/../libcpp/inc lude ../../gcc/gcc/c-lex.c -o c-lex.o ../../gcc/gcc/c-lex.c: In function `c_lex_with_flags': ../../gcc/gcc/c-lex.c:428: error: too many arguments to function `cpp_spell_toke n' make[1]: *** [c-lex.o] Error 1 make[1]: Leaving directory `/home/cvsroot/awhconf/gcc' make: *** [all-gcc] Error 2 Apparently due to: *cpp_spell_token (parse_in, tok, name, true) = 0; in c-lex.c where cpp_spell_token appears to now only have 3 arguments elsewhere. configured using: $ ../gcc/configure --prefix=/avrdev --enable-languages="c,c++" --target=avr --d isable-nls -- Summary: HEAD ICE during make install Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: andrewhutchinson at cox dot net CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: i686-pc-cygwin GCC target triplet: avr http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20452