------- Comment #2 from vapier at gentoo dot org  2006-11-02 06:54 -------
Created an attachment (id=12533)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12533&action=view)
PR29686-original.i

this is the original testcase that fails at -O[123] but not -O0

[EMAIL PROTECTED] 0 ~ $ arm-unknown-linux-gnu-gcc -c PR29686-original.i -O0
[EMAIL PROTECTED] 0 ~ $ arm-unknown-linux-gnu-gcc -c PR29686-original.i -O1
include/asm/arch/io.h: In function 'imu_dev_init':
include/asm/arch/io.h:43: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
[EMAIL PROTECTED] 0 ~ $ arm-unknown-linux-gnu-gcc -c PR29686-original.i -O2
include/asm/arch/io.h: In function 'imu_dev_init':
include/asm/arch/io.h:43: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
[EMAIL PROTECTED] 0 ~ $ arm-unknown-linux-gnu-gcc -c PR29686-original.i -O3
include/asm/arch/io.h: In function 'imu_dev_init':
include/asm/arch/io.h:43: 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

Reply via email to