c++: XFAIL testcase for PR98019
authorJason Merrill <jason@redhat.com>
Thu, 3 Dec 2020 22:56:45 +0000 (17:56 -0500)
committerJason Merrill <jason@redhat.com>
Thu, 3 Dec 2020 22:59:01 +0000 (17:59 -0500)
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.

gcc/testsuite/g++.dg/cpp2a/concepts-nodiscard1.C

index 28ce29b..907e68b 100644 (file)
@@ -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);