https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67904
Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ramana at gcc dot gnu.org --- Comment #3 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> --- Created attachment 36554 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36554&action=edit compressed testcase. I'm unable to reproduce the failure with the following options on a cross compiler built from the FSF-5 branch around the 1st of October which has roughly similar configury to what the reporter has put in. 5.2.1 20151001 $GCC -c -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mthumb -mtls-dialect=gnu -Wall -Wtype-limits -Wignored-qualifiers -Winit-self -Wpointer-arith -Wnon-virtual-dtor -Wno-invalid-offsetof -Wstrict-null-sentinel -fno-strict-aliasing -fsigned-char -ftemplate-depth=1024 -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -O2 pr67904.ii I've attached a compressed version of the testcase for others to play with... I'm traveling this week so it won't be Monday till when I can be really productive with this by trying a few versions. So if someone else can play with this, please be my guest. Can you also post the messages or a backtrace from the compiler that it may have printed when aborting so that people can try and reproduce the issue. The log attached just contains the log of the "pre-processing" step.