]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Remove no_pch from tests that shouldn't depend on PCH
authorJonathan Wakely <jwakely@redhat.com>
Fri, 21 Nov 2025 11:57:59 +0000 (11:57 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 21 Nov 2025 15:30:49 +0000 (15:30 +0000)
libstdc++-v3/ChangeLog:

* testsuite/23_containers/vector/debug/erase.cc: Remove no_pch
option.
* testsuite/23_containers/vector/debug/invalidation/erase.cc:
Likewise.

libstdc++-v3/testsuite/23_containers/vector/debug/erase.cc
libstdc++-v3/testsuite/23_containers/vector/debug/invalidation/erase.cc

index 88ec54794645b354f73fbc879eb5779e484b3e53..d2b412d5f27486bb0266d4691f26a78880955eb9 100644 (file)
@@ -1,5 +1,4 @@
 // { dg-do run { target c++20 } }
-// { dg-add-options no_pch }
 // { dg-require-debug-mode "" }
 
 #include <vector>
index e7dec568c8edf3e629f526a5fa9c794b7d92dd9c..38326a7577384f940cdadac1222bdf21cc6a2bad 100644 (file)
@@ -1,5 +1,4 @@
 // { dg-do run { target c++20 } }
-// { dg-add-options no_pch }
 
 #include <debug/vector>
 #include <testsuite_hooks.h>