https://gcc.gnu.org/g:e8404a95e3e5c9e297dfeb8175f9ebd52afe4410

commit r16-687-ge8404a95e3e5c9e297dfeb8175f9ebd52afe4410
Author: Jason Merrill <ja...@redhat.com>
Date:   Fri May 16 08:22:08 2025 -0400

    c++: one more coro test tweak
    
    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 }.

Diff:
---
 .../g++.dg/coroutines/pr94760-mismatched-traits-and-promise-prev.C      | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/gcc/testsuite/g++.dg/coroutines/pr94760-mismatched-traits-and-promise-prev.C 
b/gcc/testsuite/g++.dg/coroutines/pr94760-mismatched-traits-and-promise-prev.C
index 90a558d0fe22..5e3608b109b7 100644
--- 
a/gcc/testsuite/g++.dg/coroutines/pr94760-mismatched-traits-and-promise-prev.C
+++ 
b/gcc/testsuite/g++.dg/coroutines/pr94760-mismatched-traits-and-promise-prev.C
@@ -1,5 +1,3 @@
-// { dg-do compile  { target c++17 } }
-
 #include "coro.h"
 
 // Test that we get matching types to traits and promise param

Reply via email to