public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug modula2/114296] New: ICE when attempting to create a constant set with a variable element
@ 2024-03-10 11:14 gaius at gcc dot gnu.org
  2024-03-10 11:14 ` [Bug modula2/114296] " 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-10 11:14 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 114296
           Summary: ICE when attempting to create a constant set with a
                    variable element
           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: ---

As reported on the mailing list attempting to create a constant set using a
variable will cause an ICE.

MODULE tiny2 ;

VAR
   x: CARDINAL ;
   ch: CHAR ;
BEGIN
   x := 6 ;
   ch := {7 .. x};
END tiny2.

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

end of thread, other threads:[~2024-03-17 14:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-10 11:14 [Bug modula2/114296] New: ICE when attempting to create a constant set with a variable element gaius at gcc dot gnu.org
2024-03-10 11:14 ` [Bug modula2/114296] " gaius at gcc dot gnu.org
2024-03-16 18:00 ` gaius at gcc dot gnu.org
2024-03-17 14:50 ` cvs-commit at gcc dot gnu.org
2024-03-17 14:55 ` 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).