[Bug c++/81866] [7/8 Regression] ICE with a default template parameter which is a template class nested in a template class

2019-11-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81866

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|7.5 |8.4

--- Comment #6 from Richard Biener  ---
The GCC 7 branch is being closed, re-targeting to GCC 8.4.

[Bug c++/81866] [7/8 Regression] ICE with a default template parameter which is a template class nested in a template class

2019-10-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81866

Richard Biener  changed:

   What|Removed |Added

   Priority|P3  |P2

[Bug c++/81866] [7/8 Regression] ICE with a default template parameter which is a template class nested in a template class

2019-04-03 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81866

Jason Merrill  changed:

   What|Removed |Added

Summary|[7/8/9 Regression] ICE with |[7/8 Regression] ICE with a
   |a default template  |default template parameter
   |parameter which is a|which is a template class
   |template class nested in a  |nested in a template class
   |template class  |

--- Comment #5 from Jason Merrill  ---
Fixed on trunk so far.