Comment 8 for bug 1296601

Revision history for this message
Gregory Fong (gvfong) wrote :

Attaching another testcase that reproduces the issue (or at least a very similar one).

$ arm-linux-gnueabihf-gcc -marm -march=armv7-a -fsanitize=address -Os -w testcase.i
testcase.i: In function ‘fn1’:
testcase.i:24:1: internal compiler error: in push_minipool_fix, at config/arm/arm.c:14040
 }
 ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
Preprocessed source stored into /tmp/cchbrz4F.out file, please attach this to your bugreport.

$ arm-linux-gnueabihf-gcc --version
arm-linux-gnueabihf-gcc (Ubuntu/Linaro 4.8.1-10ubuntu7) 4.8.1
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.