https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93922
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |10.0 Summary|Fails to emit inline class |[10 Regression] Fails to |template destructor |emit inline class template |instantiation, but which is |destructor instantiation, |called |but which is called --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Jakub Jelinek from comment #1) > Started with r10-5577-g942d334ec3fdf360dfedc0f97d1b4747a1f56f08 , though > unsure if we can treat is as a regression, because the testcase hasn't been > accepted until r10-5137-g43aae289866f5ea55d187444520412554aa2e171 As I showed in comment #3, this is a regression. Just a simple change was needed to make it a valid C++11 testcase rather than using C++20 support.