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

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

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

--- Comment #2 from Arthur O'Dwyer <arthur.j.odwyer at gmail dot com> ---
C++14 reproducer: https://gcc.godbolt.org/z/WafKPneef

template<class>
void f() {
    [](auto){}.operator()<throw 1>;
}
template void f<int>();

Reply via email to