public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/108116] New: internal compiler error: in check_noexcept_r, at cp/except.cc:1074
@ 2022-12-15  2:05 m101010a at gmail dot com
  2022-12-15  2:07 ` [Bug c++/108116] " m101010a at gmail dot com
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: m101010a at gmail dot com @ 2022-12-15  2:05 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 108116
           Summary: internal compiler error: in check_noexcept_r, at
                    cp/except.cc:1074
           Product: gcc
           Version: 12.2.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: m101010a at gmail dot com
  Target Milestone: ---

When compiling the code

#include <initializer_list>
struct c {
  c(int);
  ~c();
};
struct d {
  d(std::initializer_list<c>);
};
struct e {
  d f{0};
};
template <typename> void h() {
  e{};
}

GCC 12 fails with an internal compiler error.  This happens with GCC 12.1,
12.2, and when built off of the recent git commit
f17ddf2c484427e6ddfd994b62fefcdac27ac02f.  It does not happen with GCC 11.3 or
before.  The full error details and preprocessed source are in the attachment.

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

end of thread, other threads:[~2023-03-07  2:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-15  2:05 [Bug c++/108116] New: internal compiler error: in check_noexcept_r, at cp/except.cc:1074 m101010a at gmail dot com
2022-12-15  2:07 ` [Bug c++/108116] " m101010a at gmail dot com
2022-12-15 10:48 ` [Bug c++/108116] [12/13 Regression] ICE in check_noexcept_r, at cp/except.cc:1074 since r12-6897-gdec8d0e5fa00ceb2 marxin at gcc dot gnu.org
2022-12-15 10:50 ` marxin at gcc dot gnu.org
2022-12-15 22:27 ` pinskia at gcc dot gnu.org
2022-12-20 19:57 ` ppalka at gcc dot gnu.org
2022-12-21 12:42 ` rguenth at gcc dot gnu.org
2022-12-23 16:18 ` cvs-commit at gcc dot gnu.org
2022-12-23 16:18 ` [Bug c++/108116] [12 " ppalka at gcc dot gnu.org
2023-03-07  2:18 ` cvs-commit at gcc dot gnu.org
2023-03-07  2:23 ` ppalka 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).