This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/12428] New: Bootstrap failure on powerpc-unknown-linux-gnu
- From: "dpatel at apple dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Sep 2003 00:47:16 -0000
- Subject: [Bug bootstrap/12428] New: Bootstrap failure on powerpc-unknown-linux-gnu
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12428
Summary: Bootstrap failure on powerpc-unknown-linux-gnu
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dpatel at apple dot com
CC: gcc-bugs at gcc dot gnu dot org
I get ICE while building mainline compiler on powerpc-unknown-linux-gnu
gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-pe\
dantic -Wno-long-long -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../src/gcc/gcc -I../../
src\
/gcc/gcc/cp -I../../src/gcc/gcc/../include ../../src/gcc/gcc/cp/call.c -o cp/call.o
../../src/gcc/gcc/cp/call.c: In function `print_z_candidate':
../../src/gcc/gcc/cp/call.c:2365: warning: unknown conversion type character `J' in format
../../src/gcc/gcc/cp/call.c:2365: warning: char format, tree_node arg (arg 2)
../../src/gcc/gcc/cp/call.c:2365: internal compiler error: tree check: expected class 'd', have \
'x' (identifier_node) in check_format_types, at c-format.c:2405
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [cp/call.o] Error 1
make[1]: Leaving directory `/root/gcc.debug.build/gcc'
make: *** [all-gcc] Error 2
--