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]

i believe that the commit you just did broke ppc32-linux bootstrap.


Geoff,

I just backed up to 126269 which is right before your commit and it
seems to work fine.

the failure is in building libgcc. Given that this is complaining about
a function_decl and your commit of

http://gcc.gnu.org/ml/gcc-patches/2007-07/msg00281.html

is all about the attributes on a function decl, you should look into this.

I configured as
/home/zadeck/gccBaseline/configure --enable-languages=c,c++
--disable-bootstrap --with-cpu=default32

on a ppc running linux.

and then built with make CFLAGS=-g

Thanks,

Kenny

/valinorpublic/gbB2/./gcc/xgcc -B/valinorpublic/gbB2/./gcc/
-B/usr/local/powerpc
64-unknown-linux-gnu/bin/ -B/usr/local/powerpc64-unknown-linux-gnu/lib/
-isystem
/usr/local/powerpc64-unknown-linux-gnu/include -isystem
/usr/local/powerpc64-un
known-linux-gnu/sys-include -O2 -g -m64 -fPIC -mstrict-align -O2 -O2 -g
-DIN_G
CC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-st
yle-definition -isystem ./include -fPIC -mno-minimal-toc -g
-DHAVE_GTHR_DEFAUL
T -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -mlong-double-128 -I. -I.
-I../../.././
gcc -I/home/zadeck/gccBaseline/libgcc
-I/home/zadeck/gccBaseline/libgcc/. -I/hom
e/zadeck/gccBaseline/libgcc/../gcc
-I/home/zadeck/gccBaseline/libgcc/../include
-I/home/zadeck/gccBaseline/libgcc/../libdecnumber/dpd
-I/home/zadeck/gccBaseline
/libgcc/../libdecnumber -I../../../libdecnumber -o unwind-sjlj.o -MT
unwind-sjlj
.o -MD -MP -MF unwind-sjlj.dep -fexceptions -c
/home/zadeck/gccBaseline/libgcc/.
./gcc/unwind-sjlj.c -fvisibility=hidden -DHIDE_EXPORTS
/home/zadeck/gccBaseline/libgcc/../gcc/unwind-dw2-fde.c: In function
‘__register
_frame_info_bases’:
/home/zadeck/gccBaseline/libgcc/../gcc/unwind-dw2-fde.c:80: internal
compiler er
ror: tree check: expected none of function_decl, have function_decl in
force_reg
, at explow.c:702
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


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