[Bug c++/87770] ICE in type_dependent_expression_p, at cp/pt.c:25230
ensadc at mailnesia dot com
gcc-bugzilla@gcc.gnu.org
Sat Oct 27 18:25:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87770
ensadc at mailnesia dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ensadc at mailnesia dot com
--- Comment #1 from ensadc at mailnesia dot com ---
Reduced:
template <typename> struct d {
template <typename e> d(e);
};
template <> template <typename e> d<int>::d(e);
template <> template <typename e> d<int>::d(e) {
long g;
(void)g;
}
template d<int>::d(char);
More information about the Gcc-bugs
mailing list