https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116108
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org,
| |jason at gcc dot gnu.org
Summary|[12/13/14/15 Regression] |[12/13/14/15 Regression]
|GCC crashes on incorrect |GCC crashes on incorrect
|code with -std=c++20 |code with -std=c++20 since
| |r10-4719
Priority|P3 |P2
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Started with r10-4719-g9b41ebbcdf9e33285a0eebeb7c841afe20e4a7c1
template <class T>
struct S { const S s = 1; };
S t{2};
[