https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97050
Patrick Palka changed:
What|Removed |Added
Target Milestone|--- |11.0
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97050
Andrew Pinski changed:
What|Removed |Added
Known to fail||10.3.0
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97050
--- Comment #2 from Marek Polacek ---
Reduced:
namespace a {
template constexpr bool f = __is_same_as(d, e);
}
struct g {};
struct h;
template auto operator+(i, j) {
auto k = [](auto l) requires a::f{};
return k;
}
void m() {
struct n {
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97050
Marek Polacek changed:
What|Removed |Added
Last reconfirmed||2020-09-14
Status|UNCONFIRME