http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53048
Bug #: 53048
Summary: [4.8 Regression] 256.bzip2 in SPEC CPU 2000 failed to
build
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
On Linux/x86-64, revision 186591 gave
gcc -c -o bzip2.o -DSPEC_CPU2000_LP64 -O3 -funroll-loops -ffast-math
-fwhole-program -flto=jobserver -fuse-linker-plugin bzip2.c
bzip2.c: In function 'sendMTFValues':
bzip2.c:1316:6: internal compiler error: Segmentation fault
void sendMTFValues ( void )
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
specmake[3]: *** [bzip2.o] Error 1
Revision186507 is OK.