]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c++: one more coro test tweak
authorJason Merrill <jason@redhat.com>
Fri, 16 May 2025 12:22:08 +0000 (08:22 -0400)
committerJason Merrill <jason@redhat.com>
Fri, 16 May 2025 12:25:33 +0000 (08:25 -0400)
After my r16-670, running the testsuite with explicit --stds didn't run this
one in C++17 mode, but the default did.  Let's remove the { target c++17 }
so it doesn't by default, either.

gcc/testsuite/ChangeLog:

* g++.dg/coroutines/pr94760-mismatched-traits-and-promise-prev.C:
Remove { target c++17 }.

gcc/testsuite/g++.dg/coroutines/pr94760-mismatched-traits-and-promise-prev.C

index 90a558d0fe2223e979f161c81956b8718391dc0d..5e3608b109b77caad7e6dbae4acbf6ba1f816bd3 100644 (file)
@@ -1,5 +1,3 @@
-// { dg-do compile  { target c++17 } }
-
 #include "coro.h"
 
 // Test that we get matching types to traits and promise param