public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "burnus at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug lto/63166] New: [5 Regression] ICE (LTO): ipa_intraprocedural_devirtualization, at ipa-prop.c:2611
Date: Thu, 04 Sep 2014 13:37:00 -0000	[thread overview]
Message-ID: <bug-63166-4@http.gcc.gnu.org/bugzilla/> (raw)

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

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

            Bug ID: 63166
           Summary: [5 Regression] ICE (LTO):
                    ipa_intraprocedural_devirtualization, at
                    ipa-prop.c:2611
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: lto
          Assignee: unassigned at gcc dot gnu.org
          Reporter: burnus at gcc dot gnu.org
                CC: hubicka at gcc dot gnu.org

Created attachment 33447
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33447&action=edit
Test file "one2.ii"

For the big program, it is surely a regression and the code is (should be)
valid. I am less sure about the reduced test case.

Reproduce:
$ g++ -flto -w -O2 -c one2.ii two.ii

$ .../libexec/gcc/x86_64-unknown-linux-gnu/5.0.0/lto1 -quiet -o /dev/null
one2.o two.o -O2

two.ii: In function ‘validate’:
two.ii:85:1: internal compiler error: in ipa_intraprocedural_devirtualization,
at ipa-prop.c:2611
 validate ()
 ^
0x82ba7d ipa_intraprocedural_devirtualization(gimple_statement_base*)
        ../../gcc/ipa-prop.c:2611
0xb0b28b eliminate_dom_walker::before_dom_children(basic_block_def*)
        ../../gcc/tree-ssa-pre.c:4323
0xecdc47 dom_walker::walk(basic_block_def*)
        ../../gcc/domwalk.c:177
>From gcc-bugs-return-461213-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Sep 04 13:38:14 2014
Return-Path: <gcc-bugs-return-461213-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 13673 invoked by alias); 4 Sep 2014 13:38:14 -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 13640 invoked by uid 48); 4 Sep 2014 13:38:10 -0000
From: "burnus at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug lto/63166] [5 Regression] ICE (LTO): ipa_intraprocedural_devirtualization, at ipa-prop.c:2611
Date: Thu, 04 Sep 2014 13:38:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: lto
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords: ice-on-valid-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: burnus at gcc dot gnu.org
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-63166-4-jQzQNGgkmt@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-63166-4@http.gcc.gnu.org/bugzilla/>
References: <bug-63166-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-09/txt/msg01047.txt.bz2
Content-length: 234

https://gcc.gnu.org/bugzilla/show_bug.cgi?idc166

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> ---
Created attachment 33448
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id3448&actioníit
Test file "two.ii"


             reply	other threads:[~2014-09-04 13:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-04 13:37 burnus at gcc dot gnu.org [this message]
2014-09-04 14:20 ` [Bug lto/63166] " rguenth at gcc dot gnu.org
2014-09-08  0:37 ` hubicka at gcc dot gnu.org
2014-09-09  1:38 ` hubicka at gcc dot gnu.org
2014-09-09  1:44 ` hubicka at gcc dot gnu.org
2014-09-10  6:34 ` hubicka at gcc dot gnu.org
2014-09-19 21:42 ` hubicka at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-63166-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).