------- Comment #11 from tbm at cyrius dot com 2006-07-28 15:40 ------- And the original ICE at -O2 only shows up when you comine -funwind-tables or -fexceptions with -pg:
(sid)119:[EMAIL PROTECTED]: ~] gcc -c -std=gnu99 -mtp=soft -funwind-tables -pg -O2 orig.c orig.c: In function check_match: orig.c:5165: internal compiler error: in arm_unwind_emit_set, at config/arm/arm.c:15419 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. (sid)120:[EMAIL PROTECTED]: ~] gcc -c -std=gnu99 -mtp=soft -fexceptions -pg -O2 orig.c orig.c: In function check_match: orig.c:5165: internal compiler error: in arm_unwind_emit_set, at config/arm/arm.c:15419 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. (sid)121:[EMAIL PROTECTED]: ~] gcc -c -std=gnu99 -mtp=soft -pg -O2 orig.c (sid)122:[EMAIL PROTECTED]: ~] -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28516