public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/99223] New: [modules] stdl header-unit ICE
@ 2021-02-23 18:00 nathan at gcc dot gnu.org
  2021-02-26  8:18 ` [Bug c++/99223] " alexander.lelyakin at googlemail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: nathan at gcc dot gnu.org @ 2021-02-23 18:00 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 99223
           Summary: [modules] stdl header-unit ICE
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: nathan at gcc dot gnu.org
  Target Milestone: ---

I have found two another sequences of system headers that cannot be compiled:

-------------
g++ -std=c++20 -fmodules-ts -x c++-system-header utility
g++ -std=c++20 -fmodules-ts -x c++-system-header algorithm
g++ -std=c++20 -fmodules-ts -x c++-system-header iostream
g++ -std=c++20 -fmodules-ts -x c++-system-header ranges
g++ -std=c++20 -fmodules-ts -x c++-system-header vector
g++ -std=c++20 -fmodules-ts -x c++-system-header array
g++ -std=c++20 -fmodules-ts -x c++-system-header string
g++ -std=c++20 -fmodules-ts -x c++-system-header functional
--------------
g++ -std=c++20 -fmodules-ts -x c++-system-header concepts
g++ -std=c++20 -fmodules-ts -x c++-system-header functional
g++ -std=c++20 -fmodules-ts -x c++-system-header ranges
g++ -std=c++20 -fmodules-ts -x c++-system-header vector
g++ -std=c++20 -fmodules-ts -x c++-system-header string
g++ -std=c++20 -fmodules-ts -x c++-system-header algorithm
--------------

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

* [Bug c++/99223] [modules] stdl header-unit ICE
  2021-02-23 18:00 [Bug c++/99223] New: [modules] stdl header-unit ICE nathan at gcc dot gnu.org
@ 2021-02-26  8:18 ` alexander.lelyakin at googlemail dot com
  2021-02-26  8:36 ` alexander.lelyakin at googlemail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: alexander.lelyakin at googlemail dot com @ 2021-02-26  8:18 UTC (permalink / raw)
  To: gcc-bugs

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

Alexander Lelyakin <alexander.lelyakin at googlemail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexander.lelyakin@googlema
                   |                            |il.com

--- Comment #1 from Alexander Lelyakin <alexander.lelyakin at googlemail dot com> ---
The first sequence is probably duplicate of 99241:  ICE in install_entity

The second is probably duplicate of 99239: ICE in duplicate_decls

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

* [Bug c++/99223] [modules] stdl header-unit ICE
  2021-02-23 18:00 [Bug c++/99223] New: [modules] stdl header-unit ICE nathan at gcc dot gnu.org
  2021-02-26  8:18 ` [Bug c++/99223] " alexander.lelyakin at googlemail dot com
@ 2021-02-26  8:36 ` alexander.lelyakin at googlemail dot com
  2021-02-26  8:39 ` alexander.lelyakin at googlemail dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: alexander.lelyakin at googlemail dot com @ 2021-02-26  8:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Alexander Lelyakin <alexander.lelyakin at googlemail dot com> ---
This bug have gone in version 20210225.

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

* [Bug c++/99223] [modules] stdl header-unit ICE
  2021-02-23 18:00 [Bug c++/99223] New: [modules] stdl header-unit ICE nathan at gcc dot gnu.org
  2021-02-26  8:18 ` [Bug c++/99223] " alexander.lelyakin at googlemail dot com
  2021-02-26  8:36 ` alexander.lelyakin at googlemail dot com
@ 2021-02-26  8:39 ` alexander.lelyakin at googlemail dot com
  2021-03-31  5:28 ` alexander.lelyakin at googlemail dot com
  2021-03-31 13:35 ` mpolacek at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: alexander.lelyakin at googlemail dot com @ 2021-02-26  8:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Alexander Lelyakin <alexander.lelyakin at googlemail dot com> ---
(In reply to Alexander Lelyakin from comment #2)
> This bug have gone in version 20210225.

Sorry this wrong, this comment was for 99237

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

* [Bug c++/99223] [modules] stdl header-unit ICE
  2021-02-23 18:00 [Bug c++/99223] New: [modules] stdl header-unit ICE nathan at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-02-26  8:39 ` alexander.lelyakin at googlemail dot com
@ 2021-03-31  5:28 ` alexander.lelyakin at googlemail dot com
  2021-03-31 13:35 ` mpolacek at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: alexander.lelyakin at googlemail dot com @ 2021-03-31  5:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Alexander Lelyakin <alexander.lelyakin at googlemail dot com> ---
Currently these two sequences produce same error:
 internal compiler error: in install_entity, at cp/module.cc:7464

Which is duplicate of 99241.

Should be closed.

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

* [Bug c++/99223] [modules] stdl header-unit ICE
  2021-02-23 18:00 [Bug c++/99223] New: [modules] stdl header-unit ICE nathan at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2021-03-31  5:28 ` alexander.lelyakin at googlemail dot com
@ 2021-03-31 13:35 ` mpolacek at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2021-03-31 13:35 UTC (permalink / raw)
  To: gcc-bugs

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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

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

--- Comment #5 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Closing as a dup then.  Thanks.

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

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

end of thread, other threads:[~2021-03-31 13:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-23 18:00 [Bug c++/99223] New: [modules] stdl header-unit ICE nathan at gcc dot gnu.org
2021-02-26  8:18 ` [Bug c++/99223] " alexander.lelyakin at googlemail dot com
2021-02-26  8:36 ` alexander.lelyakin at googlemail dot com
2021-02-26  8:39 ` alexander.lelyakin at googlemail dot com
2021-03-31  5:28 ` alexander.lelyakin at googlemail dot com
2021-03-31 13:35 ` mpolacek 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).