mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 14:41:07 +08:00
c++: XFAIL testcase for PR98019
Apparently it isn't actually fixed on trunk yet, was just passing because of some WIP in my tree. So XFAIL for now. gcc/testsuite/ChangeLog: * g++.dg/cpp2a/concepts-nodiscard1.C: XFAIL.
This commit is contained in:
parent
9a7f5e3906
commit
61371884fb
@ -1,5 +1,6 @@
|
||||
// PR c++/98019
|
||||
// { dg-do compile { target c++20 } }
|
||||
// { dg-excess-errors *-*-* }
|
||||
|
||||
template <class T, class U> concept same_as = __is_same_as (T, U);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user