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

            Bug ID: 67355
           Summary: [5 Regression] ICE compiling LTP testcase
           Product: gcc
           Version: 5.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: debug
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rguenth at gcc dot gnu.org
  Target Milestone: ---

Created attachment 36256
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36256&action=edit
testcase

> gcc-5 -S -O2 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables 
> -fasynchronous-unwind-tables atof01.c -m32 -g -B /abuild/rguenther/gcc5-g/gcc 
> -v 
Reading specs from /abuild/rguenther/gcc5-g/gcc/specs
COLLECT_GCC=gcc-5
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64
--enable-languages=c,c++,objc,fortran,obj-c++,java,ada,go
--enable-checking=release --with-gxx-include-dir=/usr/include/c++/5
--enable-ssp --disable-libssp --disable-libvtv --enable-libmpx --disable-plugin
--with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux'
--disable-libgcj --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit
--enable-libstdcxx-allocator=new --disable-libstdcxx-pch
--with-default-libstdcxx-abi=gcc4-compatible
--enable-version-specific-runtime-libs --enable-linker-build-id
--enable-linux-futex --program-suffix=-5 --without-system-libunwind
--enable-multilib --with-arch-32=i586 --with-tune=generic
--build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
gcc version 5.1.1 20150707 [gcc-5-branch revision 225501] (SUSE Linux) 
COLLECT_GCC_OPTIONS='-S' '-O2' '-D' '_FORTIFY_SOURCE=2' '-fstack-protector'
'-funwind-tables' '-fasynchronous-unwind-tables' '-m32' '-g' '-B'
'/abuild/rguenther/gcc5-g/gcc' '-v' '-mtune=generic' '-march=i586'
 /abuild/rguenther/gcc5-g/gcc/cc1 -quiet -v -imultilib 32 -isystem
/abuild/rguenther/gcc5-g/gcc/include -isystem
/abuild/rguenther/gcc5-g/gcc/include-fixed -D _FORTIFY_SOURCE=2 atof01.c -quiet
-dumpbase atof01.c -m32 -mtune=generic -march=i586 -auxbase atof01 -g -O2
-version -fstack-protector -funwind-tables -fasynchronous-unwind-tables -o
atof01.s
GNU C11 (GCC) version 5.2.1 20150826 [gcc-5-branch revision 226027]
(x86_64-unknown-linux-gnu)
        compiled by GNU C version 4.8.4 20150327 [gcc-4_8-branch revision
221722], GMP version 6.0.0, MPFR version 3.1.2, MPC version 1.0.2
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
ignoring nonexistent directory
"/usr/local/lib64/gcc/x86_64-unknown-linux-gnu/5.2.1/include"
ignoring nonexistent directory
"/usr/local/lib64/gcc/x86_64-unknown-linux-gnu/5.2.1/include-fixed"
ignoring nonexistent directory
"/usr/local/lib64/../x86_64-unknown-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /abuild/rguenther/gcc5-g/gcc/include
 /abuild/rguenther/gcc5-g/gcc/include-fixed
 /usr/local/include
 /usr/include
End of search list.
GNU C11 (GCC) version 5.2.1 20150826 [gcc-5-branch revision 226027]
(x86_64-unknown-linux-gnu)
        compiled by GNU C version 4.8.4 20150327 [gcc-4_8-branch revision
221722], GMP version 6.0.0, MPFR version 3.1.2, MPC version 1.0.2
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: eb89c9d8d76c5ea91abc0b0f9363b11c
gcc-5: internal compiler error: Segmentation fault (program cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugs.opensuse.org/> for instructions.

Reply via email to