public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug modula2/107959] New: Incorrect aggregate constant type causes ICE
@ 2022-12-03 16:55 gaius at gcc dot gnu.org
  2022-12-03 17:36 ` [Bug modula2/107959] " gaius at gcc dot gnu.org
  2022-12-03 17:37 ` gaius at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: gaius at gcc dot gnu.org @ 2022-12-03 16:55 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 107959
           Summary: Incorrect aggregate constant type causes ICE
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: modula2
          Assignee: gaius at gcc dot gnu.org
          Reporter: gaius at gcc dot gnu.org
  Target Milestone: ---

The module below causes an ICE.

MODULE badipv4 ;
TYPE
  IPV4 = ARRAY [1..4] OF CHAR ;
CONST
  Loopback = IPV4 {127, 0, 0, 1} ;
END badipv4.

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

end of thread, other threads:[~2022-12-03 17:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-03 16:55 [Bug modula2/107959] New: Incorrect aggregate constant type causes ICE gaius at gcc dot gnu.org
2022-12-03 17:36 ` [Bug modula2/107959] " gaius at gcc dot gnu.org
2022-12-03 17:37 ` gaius 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).