public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ipa/94856] [10/11 Regression] ICE: Segmentation fault (in clone_of_p); or ICE: verify_cgraph_node failed (error: edge points to wrong declaration) since r10-4944-g1e83bd7003e03160
Date: Thu, 30 Apr 2020 15:59:41 +0000	[thread overview]
Message-ID: <bug-94856-4-JIxJyhXGP1@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-94856-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #9 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Jambor <jamborm@gcc.gnu.org>:

https://gcc.gnu.org/g:b31ede6e376302047830691fe6249be3ade0a2c0

commit r11-1-gb31ede6e376302047830691fe6249be3ade0a2c0
Author: Martin Jambor <mjambor@suse.cz>
Date:   Thu Apr 30 17:59:00 2020 +0200

    ipa: Cgraph verification fix (PR 94856)

    PR 94856 is a call graph verifier error.  We have a method which (in
    the course of IPA-CP) loses its this pointer because it is unused and
    the pass then does not clone all the this adjusting thunks and just
    makes the calls go straight to the new clone - and then the verifier
    complains that the edge does not seem to point to a clone of what it
    used to.  This looked weird because the verifier actually has logic
    detecting this case but it turns out that it is confused by inliner
    body-saving mechanism which invents a new decl for the base function.

    Making the inlining body-saving mechanism to correctly set
    former_clone_of allows us to detect this case too.  Then we pass this
    particular round of verification but the subsequent one fails because
    we have inlined the function into its former thunk - which
    subsequently does not have any callees, but the verifier still access
    them and segfaults.  Therefore the patch also adds a test whether the
    a former hunk even has any call.

    2020-04-30  Martin Jambor  <mjambor@suse.cz>

            PR ipa/94856
            * cgraph.c (clone_of_p): Also consider thunks whih had their bodies
            saved by the inliner and thunks which had their call inlined.
            * ipa-inline-transform.c (save_inline_function_body): Fill in
            former_clone_of of new body holders.

            PR ipa/94856
            * g++.dg/ipa/pr94856.C: New test.

  parent reply	other threads:[~2020-04-30 15:59 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-29 17:43 [Bug ipa/94856] New: [10 Regression] ICE: Segmentation fault (in clone_of_p); or ICE: verify_cgraph_node failed (error: edge points to wrong declaration) asolokha at gmx dot com
2020-04-29 19:10 ` [Bug ipa/94856] [10 Regression] ICE: Segmentation fault (in clone_of_p); or ICE: verify_cgraph_node failed (error: edge points to wrong declaration) since r10-4944-g1e83bd7003e03160 marxin at gcc dot gnu.org
2020-04-29 19:12 ` marxin at gcc dot gnu.org
2020-04-30  6:45 ` rguenth at gcc dot gnu.org
2020-04-30  8:01 ` marxin at gcc dot gnu.org
2020-04-30  8:49 ` marxin at gcc dot gnu.org
2020-04-30  8:51 ` marxin at gcc dot gnu.org
2020-04-30 10:30 ` jamborm at gcc dot gnu.org
2020-04-30 14:37 ` jamborm at gcc dot gnu.org
2020-04-30 15:59 ` cvs-commit at gcc dot gnu.org [this message]
2020-04-30 16:08 ` [Bug ipa/94856] [10/11 " cvs-commit at gcc dot gnu.org
2020-04-30 16:23 ` jamborm 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-94856-4-JIxJyhXGP1@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).