[Bug c++/97679] [10 Regression] [concepts] ICE with CTAD for a nested class template with constrained constructor

2022-05-03 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97679

Patrick Palka  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Target Milestone|10.4|11.0
 Status|ASSIGNED|RESOLVED

--- Comment #5 from Patrick Palka  ---
Fixed.

[Bug c++/97679] [10 Regression] [concepts] ICE with CTAD for a nested class template with constrained constructor

2021-04-08 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97679

Patrick Palka  changed:

   What|Removed |Added

Summary|[10/11 Regression]  |[10 Regression] [concepts]
   |[concepts] ICE with CTAD|ICE with CTAD for a nested
   |for a nested class template |class template with
   |with constrained|constrained constructor
   |constructor |

--- Comment #4 from Patrick Palka  ---
Fixed for GCC 11 so far.