JFYI, I'm getting an ICE when doing a m68k allmodconfig on next-20120927: fs/gfs2/rgrp.c: In function ‘try_rgrp_unlink’: fs/gfs2/rgrp.c:1625: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. For Debian GNU/Linux specific bug reporting instructions, see <URL:file:///usr/share/doc/gcc-4.1/README.Bugs>. Preprocessed source stored into /tmp/ccWSprPJ.out file, please attach this to your bugreport. make[2]: *** [fs/gfs2/rgrp.o] Error 1 The offending line has: struct gfs2_rbm rbm = { .rgd = rgd, .bi = rgd->rd_bits, .offset = 0 }; Smaller failing case: #include <linux/gfs2_ondisk.h> #include "glock.h" static void try_rgrp_unlink(struct gfs2_rgrpd *rgd, u64 *last_unlinked, u64 skip) { struct gfs2_rbm rbm = { .rgd = rgd, .bi = rgd->rd_bits, .offset = 0 }; return; } Interestingly, it compiles fine if I replace "glock.h" by "incore.h" (the former includes the latter). If both are include (first incore.h), it also fails. $ m68k-linux-gnu-gcc - m68k-linux-gnu-gcc: -E or -x required when input is from standard input ayla$ m68k-linux-gnu-gcc -v Using built-in specs. Target: m68k-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/m68k-linux-gnu/include/c++/4.1.2 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --disable-libssp --disable-werror --enable-checking=release --program-prefix=m68k-linux-gnu- --includedir=/usr/m68k-linux-gnu/include --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=m68k-linux-gnu Thread model: posix gcc version 4.1.2 20061115 (prerelease) (Ubuntu 4.1.1-21) Yeah, I know it's an old compiler... Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html