https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99885
Patrick Palka <ppalka at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED CC| |ppalka at gcc dot gnu.org Last reconfirmed| |2021-04-13 Ever confirmed|0 |1 Assignee|unassigned at gcc dot gnu.org |ppalka at gcc dot gnu.org --- Comment #1 from Patrick Palka <ppalka at gcc dot gnu.org> --- Confirmed, this never worked. Reduced: template <int& V> struct A {}; int n = 1; A a = A<n>{}; Looking into it.