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

[Bug debug/48203] ICE in dwarf2out.c while building eglibc.


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48203

--- Comment #7 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> 2011-03-19 19:16:34 UTC ---
(In reply to comment #5)
> Created attachment 23725 [details]
> gcc47-pr48203.patch
> 
> Untested fix.

Please ignore comment #6 - I was using the wrong compiler accidentally. 


This fixes the ICE with min.i but the ICE with ld-collate.i still remains at a
different place. 


ramana@gcc10:~/cross-build/arm-none-linux-gnueabi/objpr48203/gcc2/gcc$ ./xgcc
-B`pwd` -S -O2 -g /tmp/ld-collate.i 
programs/ld-collate.c: In function âcollate_outputâ:
programs/ld-collate.c:2500:1: internal compiler error: in
dwarf2out_var_location, at dwarf2out.c:21983
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

I think there are a couple of problems here.

cheers
Ramana


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