https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67139
Jason Merrill changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67139
Eric Niebler changed:
What|Removed |Added
Summary|[concepts] ICE on checking |[concepts] ICE on checking
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67139
--- Comment #2 from Eric Niebler ---
Thanks, except that that is invalid code, and this bug is an ICE-on-valid.
Here's the equivalent valid repro case:
template
constexpr typename T::type::value_type _v = T::type::value;
template concept bool
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67139
Markus Trippelsdorf changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|