public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/99330] New: module ICE with -std=c++2b
@ 2021-03-01 17:31 unlvsur at live dot com
  2022-10-20 15:44 ` [Bug c++/99330] " ppalka at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: unlvsur at live dot com @ 2021-03-01 17:31 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 99330
           Summary: module ICE with -std=c++2b
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: unlvsur at live dot com
  Target Milestone: ---

module;
export module hello;
export inline void greeter()
{
}

cqwrteur@DESKTOP-DFHPDC1:/mnt/d/Desktop/hello$ g++ -c hello.cc -Ofast
-std=c++20 -s -flto -march=native -std=c++2b -fmodules-ts
hello.cc:2:8: internal compiler error: in get_cxx_dialect_name, at
cp/name-lookup.c:7027
    2 | export module hello;
      |        ^~~~~~
emit..

-std=c++2b triggers fmodules-ts to ICE

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

* [Bug c++/99330] module ICE with -std=c++2b
  2021-03-01 17:31 [Bug c++/99330] New: module ICE with -std=c++2b unlvsur at live dot com
@ 2022-10-20 15:44 ` ppalka at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: ppalka at gcc dot gnu.org @ 2022-10-20 15:44 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ppalka at gcc dot gnu.org
         Resolution|---                         |DUPLICATE
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from Patrick Palka <ppalka at gcc dot gnu.org> ---
dup

*** This bug has been marked as a duplicate of bug 99436 ***

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

end of thread, other threads:[~2022-10-20 15:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-01 17:31 [Bug c++/99330] New: module ICE with -std=c++2b unlvsur at live dot com
2022-10-20 15:44 ` [Bug c++/99330] " ppalka 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).