https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96355
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |10.1.0 Summary|[concepts] internal |[10/11 Regression] |compiler error: in |[concepts] internal |tsubst_pack_expansion, at |compiler error: in |cp/pt.c:12928 |tsubst_pack_expansion, at | |cp/pt.c:12928 Last reconfirmed| |2020-08-27 Status|UNCONFIRMED |NEW Known to fail| |10.2.0, 11.0 Ever confirmed|0 |1 Target Milestone|--- |10.3 --- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> --- Comment 0 compiles with GCC 9 and -std=c++2a -fconcepts rejects-valid with GCC 10.1 and -std=c++2a ice-on-valid-code with GCC 10.2.0, 10.2.1 and 11.0 with -std=c++2a