public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/59886] New: ICE in expand_expr_real_2
@ 2014-01-20 11:32 larsbj at gullik dot net
  2014-01-20 14:28 ` [Bug c++/59886] " jakub at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: larsbj at gullik dot net @ 2014-01-20 11:32 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: 5915 bytes --]

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

            Bug ID: 59886
           Summary: ICE in expand_expr_real_2
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: larsbj at gullik dot net

Created attachment 31897
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31897&action=edit
Reduced preprocessed code.

g++ --version
g++ (GCC) 4.9.0 20140120 (experimental) as of rev 206794

When compiling the attached preprocessed code (somewhat reduced),
I get the following ICE:

g++ -std=gnu++11 DnsLocatorProfiles.ii
functional/protocols/dnslocator/DnsLocatorProfiles.cpp: In function ‘void
__static_initialization_and_destruction_0(int, int)’:
functional/protocols/dnslocator/DnsLocatorProfiles.cpp:58:5: internal compiler
error: in expand_expr_real_2, at expr.c:9201
     };
     ^
0x77c193 expand_expr_real_2(separate_ops*, rtx_def*, machine_mode,
expand_modifier)
        ../../gcc/gcc/expr.c:9201
0x6c122c expand_gimple_stmt_1
        ../../gcc/gcc/cfgexpand.c:3249
0x6c122c expand_gimple_stmt
        ../../gcc/gcc/cfgexpand.c:3309
0x6c18cb expand_gimple_basic_block
        ../../gcc/gcc/cfgexpand.c:5149
0x6c3dc6 gimple_expand_cfg
        ../../gcc/gcc/cfgexpand.c:5715
0x6c3dc6 execute
        ../../gcc/gcc/cfgexpand.c:5935
>From gcc-bugs-return-440998-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Jan 20 11:37:03 2014
Return-Path: <gcc-bugs-return-440998-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 4864 invoked by alias); 20 Jan 2014 11:37:03 -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 4827 invoked by uid 48); 20 Jan 2014 11:37:00 -0000
From: "larsbj at gullik dot net" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/59886] ICE in expand_expr_real_2
Date: Mon, 20 Jan 2014 11:37: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.9.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: larsbj at gullik dot net
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: cc
Message-ID: <bug-59886-4-zwsQoMNXKL@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-59886-4@http.gcc.gnu.org/bugzilla/>
References: <bug-59886-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-01/txt/msg02140.txt.bz2
Content-length: 510

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

Lars Gullik Bjønnes <larsbj at gullik dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bernd.edlinger at hotmail dot de,
                   |                            |jakub at gcc dot gnu.org

--- Comment #1 from Lars Gullik Bjønnes <larsbj at gullik dot net> ---
Add likely suspects to Cc.
>From gcc-bugs-return-440999-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Jan 20 11:45:43 2014
Return-Path: <gcc-bugs-return-440999-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 13594 invoked by alias); 20 Jan 2014 11:45:42 -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 13560 invoked by uid 48); 20 Jan 2014 11:45:39 -0000
From: "gjl at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/59396] [avr] Wrong warning with ISR() and -flto
Date: Mon, 20 Jan 2014 11:45:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: target
X-Bugzilla-Version: 4.8.3
X-Bugzilla-Keywords: diagnostic
X-Bugzilla-Severity: minor
X-Bugzilla-Who: gjl at gcc dot gnu.org
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P4
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-59396-4-xxBLlCYc91@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-59396-4@http.gcc.gnu.org/bugzilla/>
References: <bug-59396-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: 2014-01/txt/msg02141.txt.bz2
Content-length: 410

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

--- Comment #1 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Created attachment 31898
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id1898&actioníit
pr59396.diff: Tentative patch for avr.c

    PR target/59396
    * config/avr/avr.c (avr_set_current_function): If the first char
    of the function name is skipped, make sure it is actually '*'.


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

end of thread, other threads:[~2014-01-24 17:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-20 11:32 [Bug c++/59886] New: ICE in expand_expr_real_2 larsbj at gullik dot net
2014-01-20 14:28 ` [Bug c++/59886] " jakub at gcc dot gnu.org
2014-01-20 14:31 ` larsbj at gullik dot net
2014-01-20 14:37 ` rguenth at gcc dot gnu.org
2014-01-20 16:11 ` [Bug c++/59886] [4.9 Regression] " jakub at gcc dot gnu.org
2014-01-20 16:52 ` [Bug c++/59886] [4.9 Regression] C++ array init optimization results in RANGE_EXPRs in assignments jakub at gcc dot gnu.org
2014-01-20 17:48 ` jakub at gcc dot gnu.org
2014-01-22 19:22 ` jason at gcc dot gnu.org
2014-01-24 16:54 ` jason at gcc dot gnu.org
2014-01-24 17:09 ` jason 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).