------- Comment #1 from vapier at gentoo dot org 2006-11-02 06:53 ------- Created an attachment (id=12532) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12532&action=view) PR29686-reduced-O1-only.i
this is a reduced test case that only fails with -O1 :) [EMAIL PROTECTED] 0 ~ $ arm-unknown-linux-gnu-gcc -c PR29686-reduced-O1-only.i -O0 [EMAIL PROTECTED] 0 ~ $ arm-unknown-linux-gnu-gcc -c PR29686-reduced-O1-only.i -O2 [EMAIL PROTECTED] 0 ~ $ arm-unknown-linux-gnu-gcc -c PR29686-reduced-O1-only.i -O3 [EMAIL PROTECTED] 0 ~ $ arm-unknown-linux-gnu-gcc -c PR29686-reduced-O1-only.i -O1 PR29686-reduced-O1-only.i: In function 'meremap': PR29686-reduced-O1-only.i:5: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugs.gentoo.org/> for instructions. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29686