https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98929
Jason Merrill changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98929
--- Comment #5 from CVS Commits ---
The master branch has been updated by Jason Merrill :
https://gcc.gnu.org/g:709718d4d89e5976257f53e67dcb8ba704574c56
commit r11-7044-g709718d4d89e5976257f53e67dcb8ba704574c56
Author: Jason Merrill
Date: Tu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98929
--- Comment #4 from Jakub Jelinek ---
Another testcase for -std=c++20, this one is accepted by GCC 10 and up to
r11-2747 and rejected with r11-2748 and later:
namespace a {
template constexpr bool d = __is_same_as(b, c);
namespace al {
template
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98929
--- Comment #3 from Jakub Jelinek ---
It might actually be also ICE on valid, doing another reduction now...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98929
Jason Merrill changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98929
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98929
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |11.0
Status|UNCONFIRMED