Bug 32419 - ICE in global_alloc, at global.c:514
Summary: ICE in global_alloc, at global.c:514
Status: RESOLVED DUPLICATE of bug 32418
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 4.3.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-20 13:22 UTC by Rask Ingemann Lambertsen
Modified: 2007-06-20 13:25 UTC (History)
2 users (show)

See Also:
Host: i686-pc-linux-gnu
Target: m32c-unknown-elf
Build: i686-pc-linux-gnu
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rask Ingemann Lambertsen 2007-06-20 13:22:06 UTC
Configure gcc like this:

$ [...]/configure --target m32c-unknown-elf --with-newlib--enable-sim --disable-gdb --disable-nls --enable-languages=c,c++,java

The attached file fails to compile:

$ ./xgcc -B./ ~/unwind-dw2.c -S -dp -o /dev/null -O2
/n/08/rask/src/gcc/libgcc/../gcc/unwind.inc: In function '_Unwind_Resume':
/n/08/rask/src/gcc/libgcc/../gcc/unwind.inc:241: internal compiler error: in global_alloc, at global.c:514
Comment 1 Rask Ingemann Lambertsen 2007-06-20 13:25:18 UTC

*** This bug has been marked as a duplicate of 32418 ***