public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/115515] New: constexpr ICE
@ 2024-06-17  5:33 muecker at gwdg dot de
  2024-06-17  6:02 ` [Bug c/115515] " pinskia at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: muecker at gwdg dot de @ 2024-06-17  5:33 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 115515
           Summary: constexpr ICE
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: muecker at gwdg dot de
  Target Milestone: ---

Here is an ICE with constexpr.

https://godbolt.org/z/8EdTW84n4


const struct { float x; } i = { 3.1 };
constexpr int j = i.x;

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

* [Bug c/115515] constexpr ICE
  2024-06-17  5:33 [Bug c/115515] New: constexpr ICE muecker at gwdg dot de
@ 2024-06-17  6:02 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-06-17  6:02 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2024-06-17
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed.

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

end of thread, other threads:[~2024-06-17  6:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-17  5:33 [Bug c/115515] New: constexpr ICE muecker at gwdg dot de
2024-06-17  6:02 ` [Bug c/115515] " pinskia 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).