https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99141

Johel Ernesto Guerrero Peña <johelegp at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |11.0, 12.0

--- Comment #1 from Johel Ernesto Guerrero Peña <johelegp at gmail dot com> ---
Simpler: https://godbolt.org/z/EE9an4Whf.
```C++
template<class T>struct A{A(T){}};
using B=A<int>;
A(int)->B;
A a{0};
```

Reply via email to