https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119082
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |14.0
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
<source>: In function 'int main()':
<source>:12:39: in 'constexpr' expansion of 'test_scope<int>()'
<source>:7:5: error: destroying 'x' outside its lifetime
7 | }
| ^
<source>:5:11: note: declared here
5 | T x{};
| ^