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 target/28516] [4.2 regression] arm_unwind_emit_set, at config/arm/arm.c:15419 with -fexceptions



------- 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:tbm@usurper: ~] 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:tbm@usurper: ~] 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:tbm@usurper: ~] gcc -c -std=gnu99 -mtp=soft  -pg  -O2 orig.c
(sid)122:tbm@usurper: ~]


-- 


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


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