[Bug c++/85481] [8/9 Regression] ICE in maybe_explain_implicit_delete

2019-02-22 Thread jakub at gcc dot gnu.org
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 -

[Bug c++/85481] [8/9 Regression] ICE in maybe_explain_implicit_delete

2019-01-30 Thread paolo.carlini at oracle dot com
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

[Bug c++/85481] [8/9 Regression] ICE in maybe_explain_implicit_delete

2018-07-26 Thread jakub at gcc dot gnu.org
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 -

[Bug c++/85481] [8/9 Regression] ICE in maybe_explain_implicit_delete

2018-05-02 Thread jakub at gcc dot gnu.org
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 -