http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58893

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2
             Status|WAITING                     |NEW

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
Err, wrong test file created ... confirmed.  Interestingly trimming more
random target options or include options from

> ./cc1plus -quiet -v -I /usr/include/cairo -I /usr/include/pango-1.0 -I 
> /usr/include/harfbuzz -I /usr/include/pango-1.0 -I /usr/include/cairo -I 
> /usr/include/glib-2.0 -I /usr/lib64/glib-2.0/include -I /usr/include/pixman-1 
> -I /usr/include/freetype2 -I /usr/include/libdrm -I /usr/include/libpng16 -I 
> /usr/include/freetype2 -I /usr/include/freetype2 -iprefix 
> /home/abuild/rguenther/trunk-g/gcc/../lib64/gcc/x86_64-unknown-linux-gnu/4.9.0/
>  -isystem ./include -isystem ./include-fixed -D_GNU_SOURCE -D_REENTRANT -D 
> NDEBUG -D TRIMMED -include ./gcc_hidden.h -include xxx.h minimal.cpp 
> -march=corei7 -mmmx -mno-3dnow -msse -msse2 -msse3 -mssse3 -mno-sse4a -mcx16 
> -msahf -mno-movbe -mno-aes -mno-pclmul -mpopcnt -mno-abm -mno-lwp -mno-fma 
> -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -msse4.2 
> -msse4.1 -mno-lzcnt -mno-rtm -mno-hle -mno-rdrnd -mno-f16c -mno-fsgsbase 
> -mno-rdseed -mno-prfchw -mno-adx -mfxsr -mno-xsave   --param l1-cache-size=32 
> --param l1-cache-line-size=64 --param 
 l2-cache-size=8192  -quiet  -o /tmp/cceM0oWh.s

"fixes" the crash.

Reply via email to