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 #10 from tbm at cyrius dot com  2006-07-28 15:37 -------
Here:

(sid)96:tbm@usurper: ~] gcc -c -std=gnu99 -mtp=soft -fexceptions 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)97:tbm@usurper: ~] gcc -c -std=gnu99 -mtp=soft orig.c
(sid)98:tbm@usurper: ~] gcc -c -std=gnu99 -mtp=soft -O orig.c
(sid)99:tbm@usurper: ~] gcc -c -std=gnu99 -mtp=soft -O2 orig.c
(sid)100:tbm@usurper: ~] gcc -c -std=gnu99 -mtp=soft -O3 orig.c
(sid)101:tbm@usurper: ~] gcc -c -std=gnu99 -mtp=soft -O3 -fexceptions orig.c
(sid)102:tbm@usurper: ~] gcc -c -std=gnu99 -mtp=soft -O2 -fexceptions orig.c
(sid)103:tbm@usurper: ~] gcc -c -std=gnu99 -mtp=soft -O1 -fexceptions orig.c
(sid)104:tbm@usurper: ~] gcc -c -std=gnu99 -mtp=soft -fexceptions 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)105:tbm@usurper: ~] gcc -c -std=gnu99 -mtp=soft -funwind-tables 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)106:tbm@usurper: ~] gcc -c -std=gnu99 -mtp=soft -funwind-tables -O1 orig.c
(sid)107:tbm@usurper: ~] gcc -c -std=gnu99 -mtp=soft -funwind-tables -O2 orig.c
(sid)108:tbm@usurper: ~] gcc -c -std=gnu99 -mtp=soft -funwind-tables -O3 orig.c
(sid)109: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]