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/29686] [4.1 Regression] ICE when building the kernel on ARM



------- 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

vapier@G5[ppc] 0 ~ $ arm-unknown-linux-gnu-gcc -c PR29686-original.i -O0
vapier@G5[ppc] 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.
vapier@G5[ppc] 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.
vapier@G5[ppc] 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]