On 1 Feb 2017 at 16:26, Arnd Bergmann wrote: > arm-linux-gnueabi-gcc-4.9.3: internal compiler error: Segmentation fault > (program cc1) > 0x40c0c6 execute > /home/arnd/git/gcc/gcc/gcc.c:2854 > 0x40c464 do_spec_1 > /home/arnd/git/gcc/gcc/gcc.c:4658 > 0x40edc0 process_brace_body > /home/arnd/git/gcc/gcc/gcc.c:5941 > 0x40edc0 handle_braces > /home/arnd/git/gcc/gcc/gcc.c:5855 > 0x40d16e do_spec_1
considering the repeating pattern, it may be some infinite recursion, perhaps run with -dH and look at the backtrace in the coredump. also this code seems to be the language frontend (the specfile parser in particular) that the initify plugin doesn't affect, perhaps you have some changes there? > If you can't reproduce with the version below, I'll dig in further. no dice, both 5.4 and 6.3 worked fine (save for a few -Wunused-but-set-variable warnings).