This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/28516] [4.2 regression] arm_unwind_emit_set, at config/arm/arm.c:15419 with -fexceptions
- From: "tbm at cyrius dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jul 2006 15:37:13 -0000
- Subject: [Bug target/28516] [4.2 regression] arm_unwind_emit_set, at config/arm/arm.c:15419 with -fexceptions
- References: <bug-28516-12387@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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