https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106398
--- Comment #1 from Justin Bassett ---
Sorry about the repetition of the code example. That was some kind of bug in
the website or browser where the pasted text did not show up except for the
last copy. Let's give that code snippet one more time
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106398
Bug ID: 106398
Summary: ICE in finish_expr_stmt at cp/semantics.c:872 for
lambda with conditional noexcept against lambda in
unevaluated context
Product: gcc
Ver
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101043
Bug ID: 101043
Summary: ICE in check_noexcept_r for lambda conditional
noexcept via requires expression
Product: gcc
Version: 10.3.1
Status: UNCONFIRMED
Severi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89808
Justin Bassett changed:
What|Removed |Added
CC||jbassett271 at gmail dot com
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98367
--- Comment #1 from Justin Bassett ---
It also ICEs with a segfault even if the `myobject` doesn't do CTAD itself but
has its type explicitly specified: https://godbolt.org/z/Mjfe6c .
Inlining the non-CTAD version does not ICE, though:
https://g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98367
Bug ID: 98367
Summary: ICE with CTAD non-type template parameter
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++