[Bug c++/105852] [13 Regression] ice in instantiate_decl

dcb314 at hotmail dot com gcc-bugzilla@gcc.gnu.org
Sun Jun 5 07:02:50 GMT 2022


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

--- Comment #1 from David Binderman <dcb314 at hotmail dot com> ---
Reduced C++ code seems to be:

template <class> struct Local { friend Local False(int *); };
Local<int> source_map_url;
Local<int> False(int *);
void New() { False; }
Local<int> False(int *) {}


More information about the Gcc-bugs mailing list