This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/48203] ICE in dwarf2out.c while building eglibc.
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 19 Mar 2011 19:21:43 +0000
- Subject: [Bug debug/48203] ICE in dwarf2out.c while building eglibc.
- Auto-submitted: auto-generated
- References: <bug-48203-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48203
--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-19 19:21:27 UTC ---
./cc1 -O2 -g ld-collate.i -quiet; echo $?
0
if you are talking about #c2 testcase. I have cross configured with
../configure --disable-bootstrap --target armv5tel-unknown-linux-gnueabi
--enable-languages=c
Perhaps some -m* cpu selection etc. options are needed to reproduce?