public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "ppalka at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/99241] [modules] ICE in install_entity, at cp/module.cc:7584
Date: Sat, 16 Mar 2024 18:27:10 +0000	[thread overview]
Message-ID: <bug-99241-4-zoSF9o0s7x@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-99241-4@http.gcc.gnu.org/bugzilla/>

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

Patrick Palka <ppalka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ppalka at gcc dot gnu.org

--- Comment #9 from Patrick Palka <ppalka at gcc dot gnu.org> ---
Reduced (needs -fno-module-lazy):

$ cat 99241_a.H
void terminate();

$ cat 99241_b.H
void terminate();

$ cat 99241_c.C
import "99242_a.H";
void terminate();
import "99242_b.H";

$ g++ -fmodules-ts -fno-module-lazy 99241_*
99242_c.H:3:20: internal compiler error: in install_entity, at
cp/module.cc:7649
    3 | import "99242_b.H";
      |                    ^
0x77821f trees_in::install_entity(tree_node*)

      parent reply	other threads:[~2024-03-16 18:27 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-24  8:41 [Bug c++/99241] New: internal compiler error: " alexander.lelyakin at googlemail dot com
2021-02-28 18:51 ` [Bug c++/99241] [modules] ICE " alexander.lelyakin at googlemail dot com
2021-03-24 19:40 ` alexander.lelyakin at googlemail dot com
2021-03-31 13:35 ` mpolacek at gcc dot gnu.org
2021-04-08 21:29 ` alexander.lelyakin at googlemail dot com
2022-10-22 18:49 ` cgreeley at student dot bridgew.edu
2022-10-22 18:55 ` cgreeley at student dot bridgew.edu
2022-10-22 19:02 ` cgreeley at student dot bridgew.edu
2023-05-27  1:26 ` pinskia at gcc dot gnu.org
2024-03-16 18:27 ` ppalka at gcc dot gnu.org [this message]

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-99241-4-zoSF9o0s7x@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).