public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/112571] New: ICE with nested redefinition of enum
@ 2023-11-16 18:42 uecker at gcc dot gnu.org
  2023-11-16 18:45 ` [Bug c/112571] " uecker at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: uecker at gcc dot gnu.org @ 2023-11-16 18:42 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 112571
           Summary: ICE with nested redefinition of enum
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: uecker at gcc dot gnu.org
  Target Milestone: ---

The following code ICEs on trunk but not on 13.2 with -std=c2x

typedef __SIZE_TYPE__ size_t;
enum h : typeof (enum h { D }) { D };

https://godbolt.org/z/cd1o75M3W

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

end of thread, other threads:[~2024-03-25 22:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-16 18:42 [Bug c/112571] New: ICE with nested redefinition of enum uecker at gcc dot gnu.org
2023-11-16 18:45 ` [Bug c/112571] " uecker at gcc dot gnu.org
2023-11-19 20:04 ` [Bug c/112571] [13/14 Regression] " pinskia at gcc dot gnu.org
2024-01-31 21:40 ` cvs-commit at gcc dot gnu.org
2024-01-31 21:44 ` jsm28 at gcc dot gnu.org
2024-03-23 21:44 ` [Bug c/112571] [13 " pinskia at gcc dot gnu.org
2024-03-25 22:51 ` cvs-commit at gcc dot gnu.org
2024-03-25 22:54 ` jsm28 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).