https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85481
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|8.3 |8.4
--- Comment #6 from Jakub Jelinek -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85481
--- Comment #5 from Paolo Carlini ---
A better behaved testcase:
class a { ~a(); };
class b { a c; ~b() = default; };
class B { virtual ~B(); b d; };
template class E : B { };
Essentially, the ICE is triggered by the wrong use of 'template' - t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85481
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|8.2 |8.3
--- Comment #4 from Jakub Jelinek -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85481
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|8.0 |8.2
--- Comment #3 from Jakub Jelinek -