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

            Bug ID: 59381
           Summary: Internal compiler error in get_expr_operands, in
                    tree-ssa-operands.c:1035
           Product: gcc
           Version: 4.7.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hindmost.one at gmail dot com

The bug is caused by line 
  `g++ clock-test.c++ -pthread -o clock-test -save-temps`

It says (russian locale, sorry)
  clock-test.c++: In lambda function:
  clock-test.c++:16:1: внутренняя ошибка компилятора: в get_expr_operands, в
tree-ssa-operands.c:1035
  Отправьте подробное сообщение об ошибке
  с препроцессированным исходным кодом.
  Смотрите инструкции в <file:///usr/share/doc/gcc-4.7/README.Bugs>.
  Preprocessed source stored into /tmp/ccoyPRmF.out file, please attach this to
your bugreport.

----

uname -a: Linux phoenix-GA-970A-UD3 3.5.0-43-generic #66-Ubuntu SMP Wed Oct 23
17:33:43 UTC 2013 i686 athlon i686 GNU/Linux

----

g++ -v:
Inner specs are used.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.7/lto-wrapper
Target arch: i686-linux-gnu
Conf params: 
  ../src/configure -v 
    --with-pkgversion='Ubuntu/Linaro 4.7.2-2ubuntu1' 
    --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs 
    --enable-languages=c,c++,go,fortran,objc,obj-c++ 
    --prefix=/usr 
    --program-suffix=-4.7 
    --enable-shared 
    --enable-linker-build-id 
    --with-system-zlib 
    --libexecdir=/usr/lib 
    --without-included-gettext 
    --enable-threads=posix 
    --with-gxx-include-dir=/usr/include/c++/4.7
    --libdir=/usr/lib
    --enable-nls
    --with-sysroot=/
    --enable-clocale=gnu
    --enable-libstdcxx-debug
    --enable-libstdcxx-time=yes
    --enable-gnu-unique-object
    --enable-plugin
    --enable-objc-gc
    --enable-targets=all
    --disable-werror
    --with-arch-32=i686
    --with-tune=generic
    --enable-checking=release
    --build=i686-linux-gnu
    --host=i686-linux-gnu
    --target=i686-linux-gnu

Threading model: posix

gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1) 

----

Reply via email to