public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/59381] New: Internal compiler error in get_expr_operands, in tree-ssa-operands.c:1035
@ 2013-12-04  7:50 hindmost.one at gmail dot com
  2013-12-04  7:56 ` [Bug c++/59381] " hindmost.one at gmail dot com
  2013-12-05 11:02 ` [Bug c++/59381] ICE " rguenth at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: hindmost.one at gmail dot com @ 2013-12-04  7:50 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="UTF-8", Size: 4458 bytes --]

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) 

----
>From gcc-bugs-return-436598-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Dec 04 07:52:41 2013
Return-Path: <gcc-bugs-return-436598-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 25638 invoked by alias); 4 Dec 2013 07:52:41 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 25620 invoked by uid 48); 4 Dec 2013 07:52:38 -0000
From: "hindmost.one at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/59381] Internal compiler error in get_expr_operands, in tree-ssa-operands.c:1035
Date: Wed, 04 Dec 2013 07:52:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: c++
X-Bugzilla-Version: 4.7.2
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: hindmost.one at gmail dot com
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: attachments.created
Message-ID: <bug-59381-4-3hLenWbE1o@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-59381-4@http.gcc.gnu.org/bugzilla/>
References: <bug-59381-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2013-12/txt/msg00253.txt.bz2
Content-length: 257

http://gcc.gnu.org/bugzilla/show_bug.cgi?idY381

--- Comment #1 from Heimdell <hindmost.one at gmail dot com> ---
Created attachment 31374
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id1374&actioníit
The (compressed) file, produced by compiler.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug c++/59381] Internal compiler error in get_expr_operands, in tree-ssa-operands.c:1035
  2013-12-04  7:50 [Bug c++/59381] New: Internal compiler error in get_expr_operands, in tree-ssa-operands.c:1035 hindmost.one at gmail dot com
@ 2013-12-04  7:56 ` hindmost.one at gmail dot com
  2013-12-05 11:02 ` [Bug c++/59381] ICE " rguenth at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: hindmost.one at gmail dot com @ 2013-12-04  7:56 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Heimdell <hindmost.one at gmail dot com> ---
Created attachment 31375
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31375&action=edit
Project sources


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug c++/59381] ICE in get_expr_operands, in tree-ssa-operands.c:1035
  2013-12-04  7:50 [Bug c++/59381] New: Internal compiler error in get_expr_operands, in tree-ssa-operands.c:1035 hindmost.one at gmail dot com
  2013-12-04  7:56 ` [Bug c++/59381] " hindmost.one at gmail dot com
@ 2013-12-05 11:02 ` rguenth at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-12-05 11:02 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed in 4.7.3.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-12-05 11:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-04  7:50 [Bug c++/59381] New: Internal compiler error in get_expr_operands, in tree-ssa-operands.c:1035 hindmost.one at gmail dot com
2013-12-04  7:56 ` [Bug c++/59381] " hindmost.one at gmail dot com
2013-12-05 11:02 ` [Bug c++/59381] ICE " rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).