------- Comment #10 from tbm at cyrius dot com  2006-07-28 15:37 -------
Here:

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


-- 


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

Reply via email to