[Bug c++/93295] ICE in alias_ctad_tweaks

arthur.j.odwyer at gmail dot com gcc-bugzilla@gcc.gnu.org
Thu May 21 00:17:25 GMT 2020


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

Arthur O'Dwyer <arthur.j.odwyer at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arthur.j.odwyer at gmail dot com

--- Comment #6 from Arthur O'Dwyer <arthur.j.odwyer at gmail dot com> ---
Another test case from Peter O'Rourke on cpplang Slack:
https://godbolt.org/z/YEw4v9

template<int> struct A {};
template<int> A() -> A<1>;
template<int> using B = A<2>;
B bar;


More information about the Gcc-bugs mailing list