https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67147
Jonathan Wakely changed:
What|Removed |Added
Target Milestone|--- |10.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67147
Jonathan Wakely changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67147
--- Comment #6 from Andrew Sutton ---
There's a test for this PR in the concepts-cxx2a branch.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67147
--- Comment #5 from Andrew Sutton ---
This seems to have been fixed at some point. All examples compile in the
concepts-cxx2a branch.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67147
--- Comment #4 from Antony Polukhin ---
Shorter reproducer:
template concept bool fn = true;
template int test();
Above sample produces the following output:
:1:28: internal compiler error: in tsubst, at cp/pt.c:14368
template concept boo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67147
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67147
--- Comment #2 from Tom Honermann ---
The following bug looks likely to be related:
- Bug 80746 - [concepts] ICE evaluating constraints for concepts with dependent
template parameters
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67147
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|