https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57625

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|4.8.1                       |4.7.2

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
I can reproduce this with Fedora 20's system compiler:

gcc version 4.8.2 20131212 (Red Hat 4.8.2-7) (GCC) 

Only when configured with --disable-bootstrap:

../gcc-4.7.2/configure --disable-bootstrap --enable-languages=c,c++
MAKEINFO=missing


/home/jwakely/tmp/b/build/./gcc/xgcc -B/home/jwakely/tmp/b/build/./gcc/
-B/usr/local/x86_64-unknown-linux-gnu/bin/
-B/usr/local/x86_64-unknown-linux-gnu/lib/ -isystem
/usr/local/x86_64-unknown-linux-gnu/include -isystem
/usr/local/x86_64-unknown-linux-gnu/sys-include    -g -O2 -m32 -O2  -g -O2
-DIN_GCC   -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem
./include   -fpic -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector  
-fpic -I. -I. -I../../.././gcc -I../../../../gcc-4.7.2/libgcc
-I../../../../gcc-4.7.2/libgcc/. -I../../../../gcc-4.7.2/libgcc/../gcc
-I../../../../gcc-4.7.2/libgcc/../include
-I../../../../gcc-4.7.2/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT
-DHAVE_CC_TLS  -DUSE_TLS -o _absvdi2.o -MT _absvdi2.o -MD -MP -MF _absvdi2.dep
-DL_absvdi2 -c ../../../../gcc-4.7.2/libgcc/libgcc2.c -fvisibility=hidden
-DHIDE_EXPORTS
../../../../gcc-4.7.2/libgcc/libgcc2.c: In function ‘__absvdi2’:
../../../../gcc-4.7.2/libgcc/libgcc2.c:273:1: internal compiler error:
Segmentation fault


However it doesn't happen with 4.7.3 using the same configuration and same host
compiler.

Reply via email to