[Bug c++/106398] ICE in finish_expr_stmt at cp/semantics.c:872 for lambda with conditional noexcept against lambda in unevaluated context

2022-07-21 Thread jbassett271 at gmail dot com via Gcc-bugs
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

[Bug c++/106398] New: ICE in finish_expr_stmt at cp/semantics.c:872 for lambda with conditional noexcept against lambda in unevaluated context

2022-07-21 Thread jbassett271 at gmail dot com via Gcc-bugs
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

[Bug c++/101043] New: ICE in check_noexcept_r for lambda conditional noexcept via requires expression

2021-06-12 Thread jbassett271 at gmail dot com via Gcc-bugs
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

[Bug preprocessor/89808] An option to disable warning "#pragma once in main file"

2021-03-30 Thread jbassett271 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89808 Justin Bassett changed: What|Removed |Added CC||jbassett271 at gmail dot com --- Commen

[Bug c++/98367] ICE with CTAD non-type template parameter

2020-12-17 Thread jbassett271 at gmail dot com via Gcc-bugs
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

[Bug c++/98367] New: ICE with CTAD non-type template parameter

2020-12-17 Thread jbassett271 at gmail dot com via Gcc-bugs
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++