[Bug c++/89744] [8 Regression] ICE with specialization of nested template class

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89744 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.5 |9.0 Status|ASSIGNED

[Bug c++/89744] [8 Regression] ICE with specialization of nested template class

2020-03-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89744 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.4 |8.5 --- Comment #5 from Jakub Jelinek

[Bug c++/89744] [8 Regression] ICE with specialization of nested template class

2019-03-30 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89744 --- Comment #4 from Jason Merrill --- Author: jason Date: Sat Mar 30 15:23:37 2019 New Revision: 270036 URL: https://gcc.gnu.org/viewcvs?rev=270036=gcc=rev Log: PR c++/89744 - ICE with specialization of member class template. My fix