public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug modula2/114422] New: Attempting to declare a set of unknown type causes ICE
@ 2024-03-21 20:49 gaius at gcc dot gnu.org
  2024-03-21 20:49 ` [Bug modula2/114422] " gaius at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: gaius at gcc dot gnu.org @ 2024-03-21 20:49 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 114422
           Summary: Attempting to declare a set of unknown type causes ICE
           Product: gcc
           Version: 14.0
            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 following program causes an ICE in cc1gm2:

MODULE badset3 ;

TYPE
   userset = SET OF CHAR ;
VAR
   set: userset ;
BEGIN
   set := unknown {}
END badset3.

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-21 20:49 [Bug modula2/114422] New: Attempting to declare a set of unknown type causes ICE gaius at gcc dot gnu.org
2024-03-21 20:49 ` [Bug modula2/114422] " gaius at gcc dot gnu.org
2024-03-21 21:00 ` gaius at gcc dot gnu.org
2024-03-22  1:48 ` cvs-commit at gcc dot gnu.org
2024-03-22  1:50 ` 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).