public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "hubicka at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ipa/97565] -flto -ipa-pta ICE: at cgraph_node::get_untransformed_body()
Date: Mon, 23 Aug 2021 12:08:45 +0000	[thread overview]
Message-ID: <bug-97565-4-AbWhdio5Du@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-97565-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #6 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
has_gimple_body_p really cares about the WPA unit (we should probably note that
in the comment).  Here you seem to have function that is in the WPA translation
unit but lands in different partition and in that case you have
in_other_partition.

used_from_other_partition is about symbols defined in current ltrans partition
but being used from other ltrans.

  parent reply	other threads:[~2021-08-23 12:08 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-24 19:26 [Bug ipa/97565] New: " slyfox at gcc dot gnu.org
2020-10-24 20:06 ` [Bug ipa/97565] " slyfox at gcc dot gnu.org
2020-10-26  8:14 ` rguenth at gcc dot gnu.org
2020-11-09 15:25 ` rguenth at gcc dot gnu.org
2021-07-12 19:35 ` xry111 at mengyan1223 dot wang
2021-07-13  6:57 ` rguenth at gcc dot gnu.org
2021-08-23 12:08 ` hubicka at gcc dot gnu.org [this message]
2021-08-23 14:30 ` cvs-commit at gcc dot gnu.org
2021-08-23 14:31 ` rguenth at gcc dot gnu.org
2021-08-23 18:16 ` slyfox at gcc dot gnu.org
2021-08-24  7:58 ` cvs-commit at gcc dot gnu.org
2021-08-24  9:17 ` cvs-commit at gcc dot gnu.org
2021-08-24  9:18 ` rguenth 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-97565-4-AbWhdio5Du@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).