http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46536
Summary: ICE when compiling ARM kernel Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassig...@gcc.gnu.org ReportedBy: rootki...@yahoo.it I get this when compiling an Android ARM kernel: arm-eabi-gcc -Wp,-MD,mm/.page-writeback.o.d -nostdinc -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -marm -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -msoft-float -Uarm -Wframe-larger-than=1024 -fno-stack-protector -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack -c -o mm/page-writeback.o mm/page-writeback.imm/page-writeback.c: In function 'write_cache_pages': mm/page-writeback.c:820: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. --- Comment #1 from rootkit85 at yahoo dot it <rootkit85 at yahoo dot it> 2010-11-18 11:25:06 UTC --- Created attachment 22442 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22442 the preprocessed source file