[Bug c++/70153] New: [6 Regression] ICE on valid C++ code

vsevolod.livinskij at frtk dot ru gcc-bugzilla@gcc.gnu.org
Wed Mar 9 09:11:00 GMT 2016


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

            Bug ID: 70153
           Summary: [6 Regression] ICE on valid C++ code
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: vsevolod.livinskij at frtk dot ru
  Target Milestone: ---

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

Testcase produces ICE with -O0. Everything works fine with gcc version 4.9.4
(Revision=233979) and gcc version 5.3.1 (Revision=233979). Tested with
-march=core-avx2, -march=corei7-avx and -march=knl.

Error:
> g++ -O0 repr.cpp -S
g++: internal compiler error: Segmentation fault (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

GCC version:
> g++ -v
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/export/users/vlivinsk/gcc-trunk/bin/libexec/gcc/x86_64-pc-linux-gnu/6.0.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /export/users/vlivinsk/gcc-trunk/gcc/configure
--with-arch=corei7 --with-cpu=corei7 --enable-clocale=gnu --with-system-zlib
--enable-shared --with-demangler-in-ld --enable-cloog-backend=isl
--with-fpmath=sse --enable-checking=release --enable-languages=c,c++,lto
--with-gmp=/export/users/vlivinsk/gcc-trunk/gmp-6.1.0/bin
--with-mpfr=/export/users/vlivinsk/gcc-trunk/mpfr-3.1.3/bin
--with-mpc=/export/users/vlivinsk/gcc-trunk/mpc-1.0.3/bin
--prefix=/export/users/vlivinsk/gcc-trunk/bin
Thread model: posix
gcc version 6.0.0 20160309 (experimental) (Revision=234075)


More information about the Gcc-bugs mailing list