This is the mail archive of the gcc-patches@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]

bootstrap failure on PowerPC


Latest checkout of gcc this morning fails to build on PowerPC (problem is compiling cse.c). The
previous checkout of the same source tree built yesterday. Here is the failure log:

gcc -c -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prot
otypes -Wtraditional -pedantic -Wno-long-long -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../g
cc/gcc/config -I../../gcc/gcc/../include ../../gcc/gcc/doloop.c -o doloop.o
../../gcc/gcc/cse.c:2889:8: attempt to use poisoned "ADDRESS_COST"
../../gcc/gcc/cse.c:2956:9: attempt to use poisoned "ADDRESS_COST"
../../gcc/gcc/cse.c: In function `find_best_addr':
../../gcc/gcc/cse.c:2979: `p' undeclared (first use in this function)
../../gcc/gcc/cse.c:2979: (Each undeclared identifier is reported only once
../../gcc/gcc/cse.c:2979: for each function it appears in.)
../../gcc/gcc/cse.c:2982: `found_better' undeclared (first use in this function)
../../gcc/gcc/cse.c:3067: warning: left-hand operand of comma expression has no effect
../../gcc/gcc/cse.c:3069: warning: left-hand operand of comma expression has no effect
../../gcc/gcc/cse.c:3067: warning: value computed is not used
../../gcc/gcc/cse.c:3067: warning: value computed is not used
gcc -c -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prot
otypes -Wtraditional -pedantic -Wno-long-long -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../g
cc/gcc/config -I../../gcc/gcc/../include ../../gcc/gcc/dominance.c -o dominance.o
gcc -c -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prot
otypes -Wtraditional -pedantic -Wno-long-long -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../g
cc/gcc/config -I../../gcc/gcc/../include ../../gcc/gcc/dwarf2asm.c -o dwarf2asm.o

fjahanian@apple.com



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