https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119247
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2025-03-12
See Also|https://gcc.gnu.org/bugzill |
|a/show_bug.cgi?id=88164 |
Summary|accepts-invalid |accepts-invalid
|non-constexpr variable as |non-constexpr variable as
|template argument in a |template argument in a
|lambda when used for |lambda when used for
|another template |another template via an
| |template type alias with
| |decltype
Ever confirmed|0 |1
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed.
Note changing the type alias to be not using decltype, also fails.