public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/109030] New: ICE in cxx_eval_call_expression with aggregate initialization inside noexcept
@ 2023-03-05 19:34 ppalka at gcc dot gnu.org
  2023-03-05 19:36 ` [Bug c++/109030] [13 Regression] checking " ppalka at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ppalka at gcc dot gnu.org @ 2023-03-05 19:34 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 109030
           Summary: ICE in cxx_eval_call_expression with aggregate
                    initialization inside noexcept
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ppalka at gcc dot gnu.org
  Target Milestone: ---

$ cat test_execute.ii
struct foo { };

struct __as_receiver {
  foo empty_env;
};

void sched(foo __fun) noexcept(noexcept(__as_receiver{__fun})) { }

$ g++ test_execute.ii
test_execute.ii:7:60: internal compiler error: in cxx_eval_call_expression, at
cp/constexpr.cc:2871
    7 | void sched(foo __fun) noexcept(noexcept(__as_receiver{__fun})) { }
      |                                                            ^

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

end of thread, other threads:[~2023-03-16 18:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-05 19:34 [Bug c++/109030] New: ICE in cxx_eval_call_expression with aggregate initialization inside noexcept ppalka at gcc dot gnu.org
2023-03-05 19:36 ` [Bug c++/109030] [13 Regression] checking " ppalka at gcc dot gnu.org
2023-03-06 14:39 ` mpolacek at gcc dot gnu.org
2023-03-07 15:14 ` cvs-commit at gcc dot gnu.org
2023-03-07 15:15 ` mpolacek at gcc dot gnu.org
2023-03-16 18:47 ` cvs-commit 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).