public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/114361] New: ICE with c23 when creating mutually nested and compatible types with statement expressions
@ 2024-03-16  8:48 muecker at gwdg dot de
  2024-03-28  6:29 ` [Bug c/114361] " pinskia at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: muecker at gwdg dot de @ 2024-03-16  8:48 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 114361
           Summary: ICE with c23 when creating mutually nested and
                    compatible types with statement expressions
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: muecker at gwdg dot de
  Target Milestone: ---

This fails in verify_type (goes away with -fchecking=0):

void f()
{
    typedef struct foo bar;
    typedef __typeof( ({ (struct foo { bar *x; }){ }; }) ) wuz;
    struct foo { wuz *x; };
}

https://godbolt.org/z/q7n5xbsc1

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

end of thread, other threads:[~2024-04-20  6:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-16  8:48 [Bug c/114361] New: ICE with c23 when creating mutually nested and compatible types with statement expressions muecker at gwdg dot de
2024-03-28  6:29 ` [Bug c/114361] " pinskia at gcc dot gnu.org
2024-03-28  6:31 ` pinskia at gcc dot gnu.org
2024-03-29  8:51 ` muecker at gwdg dot de
2024-03-29  8:53 ` muecker at gwdg dot de
2024-04-02 22:09 ` [Bug c/114361] ICE with c23 related to completion of incomplete structure types cvs-commit at gcc dot gnu.org
2024-04-03  5:46 ` uecker at gcc dot gnu.org
2024-04-05 10:23 ` muecker at gwdg dot de
2024-04-19 22:11 ` cvs-commit at gcc dot gnu.org
2024-04-20  6:47 ` uecker 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).