[Bug c++/81180] [7/8 Regression] ICE with class template deduction in nested template class

2017-06-29 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81180 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/81180] [7/8 Regression] ICE with class template deduction in nested template class

2017-06-29 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81180 --- Comment #5 from Jason Merrill --- Author: jason Date: Thu Jun 29 21:32:20 2017 New Revision: 249817 URL: https://gcc.gnu.org/viewcvs?rev=249817=gcc=rev Log: PR c++/81180 - ICE with C++17 deduction of member class template.

[Bug c++/81180] [7/8 Regression] ICE with class template deduction in nested template class

2017-06-29 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81180 --- Comment #4 from Jason Merrill --- Author: jason Date: Thu Jun 29 21:13:43 2017 New Revision: 249816 URL: https://gcc.gnu.org/viewcvs?rev=249816=gcc=rev Log: PR c++/81180 - ICE with C++17 deduction of member class template.

[Bug c++/81180] [7/8 Regression] ICE with class template deduction in nested template class

2017-06-29 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81180 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c++/81180] [7/8 Regression] ICE with class template deduction in nested template class

2017-06-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81180 Jonathan Wakely changed: What|Removed |Added Keywords|ice-on-invalid-code |ice-on-valid-code --- Comment #3 from

[Bug c++/81180] [7/8 Regression] ICE with class template deduction in nested template class

2017-06-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81180 --- Comment #2 from Jonathan Wakely --- I don't think this is a regression, because class template argument deduction wasn't supported before r240756 - it's a new C++17 feature.

[Bug c++/81180] [7/8 Regression] ICE with class template deduction in nested template class

2017-06-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81180 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Target Milestone|---