diff --git a/libstdc++-v3/testsuite/20_util/specialized_algorithms/pstl/uninitialized_construct.cc b/libstdc++-v3/testsuite/20_util/specialized_algorithms/pstl/uninitialized_construct.cc index a6dbe69b60ccc0032c22043a85c2dbfd1a695314..c021ff2e8c926d93417640b002ed5bc0af24a4bc 100644 --- a/libstdc++-v3/testsuite/20_util/specialized_algorithms/pstl/uninitialized_construct.cc +++ b/libstdc++-v3/testsuite/20_util/specialized_algorithms/pstl/uninitialized_construct.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/20_util/specialized_algorithms/pstl/uninitialized_copy_move.cc b/libstdc++-v3/testsuite/20_util/specialized_algorithms/pstl/uninitialized_copy_move.cc index 48b6a6a0ce3d9254d021d31f7cfa9fdefcd32c10..40c40c5bc2e4ee2243a344ec9e0826b5289d3f80 100644 --- a/libstdc++-v3/testsuite/20_util/specialized_algorithms/pstl/uninitialized_copy_move.cc +++ b/libstdc++-v3/testsuite/20_util/specialized_algorithms/pstl/uninitialized_copy_move.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/20_util/specialized_algorithms/pstl/uninitialized_fill_destroy.cc b/libstdc++-v3/testsuite/20_util/specialized_algorithms/pstl/uninitialized_fill_destroy.cc index 16a6ef24f962609a8084407093b10b780208df44..793c5241b78e68a4f61e549f6aa700b5af60daf1 100644 --- a/libstdc++-v3/testsuite/20_util/specialized_algorithms/pstl/uninitialized_fill_destroy.cc +++ b/libstdc++-v3/testsuite/20_util/specialized_algorithms/pstl/uninitialized_fill_destroy.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_merge/inplace_merge.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_merge/inplace_merge.cc index 74af960901a2ef4d38617efc418dabcb6b2402e5..52b6271e95673aa3cc541c80e47ab1a3b7a85457 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_merge/inplace_merge.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_merge/inplace_merge.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_merge/merge.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_merge/merge.cc index d6dea089af542897eb8be423cf17f4158c88a0a2..ec48b5fdb9e19e4493f524ab72247cecac0f548c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_merge/merge.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_merge/merge.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/copy_if.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/copy_if.cc index ac5d6437aa1eb196e36400612889d871bb2c0b86..ad8dea0f0868db6a8f174296078dc7f0e191c031 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/copy_if.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/copy_if.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/copy_move.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/copy_move.cc index 8adca5bba2ed66d23119484e40229fcab9e1be42..cec0c14b04f531890bebe2544df12fb0fdcee4d5 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/copy_move.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/copy_move.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/fill.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/fill.cc index 4e67d878b62b68b55b3351e109692c35c5b08370..74a218382ec12396b2029367eca09897a68df9da 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/fill.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/fill.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/generate.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/generate.cc index d732b5bda5426346972ed5a26b65768cab3f1cf6..277722a05d721021d1fb43b7ff5f8b1314e7a497 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/generate.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/generate.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/is_partitioned.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/is_partitioned.cc index 055ec389c8f2dbce3da0f739303cd96415a83022..f583d83ba8b49bc059e8cc0c41aa76ce81f96f92 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/is_partitioned.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/is_partitioned.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/partition.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/partition.cc index dbda3d82d8136b4ac27568c1d74eafd51d3c1eca..a94eff614c674b931c5cfac4812c92a316445edb 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/partition.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/partition.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/partition_copy.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/partition_copy.cc index 0f0606dfb5e5918adda6e2be11f0a3963ce90173..fa8d05c679fb9744dec9248cdd8e07e4be102ea6 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/partition_copy.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/partition_copy.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/remove.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/remove.cc index 3411a2d052bed6ae41cccc8f7a331585d17b2bf0..b9713ec218603d5b77ffc8584b167d9e4e1b2f97 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/remove.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/remove.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/remove_copy.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/remove_copy.cc index fc5aca4714421b4ddf7036a72af948373f4a2063..12759dfbb42389327b59d85c345e65498dd9c474 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/remove_copy.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/remove_copy.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/replace.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/replace.cc index 18e990b64ddb4ac875581ac5c6580b23ecf394ea..624582aa32516ed85b290693fce336c28f07bbfc 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/replace.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/replace.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/replace_copy.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/replace_copy.cc index 7f7cfe1beed5f97d671da70ef82d1688027ae12d..d482960b035ba117d0580b159a77745a7a55b72e 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/replace_copy.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/replace_copy.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/rotate.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/rotate.cc index 37fda264198f4d8ac86704410e0046d845d78c47..ef94f15f2faab03ce7a47152fe636a83a56bbb1e 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/rotate.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/rotate.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/rotate_copy.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/rotate_copy.cc index b3275ea3a7bf91df4a8537e31b3a7a93a32172e8..a75ab87a5b108b8fde808951efba0557ce688e7a 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/rotate_copy.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/rotate_copy.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/swap_ranges.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/swap_ranges.cc index a6d4fa431afdeba905911dcb433f41e4544028e2..bf48221c8b032064a43dcbe9f718c6c621859652 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/swap_ranges.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/swap_ranges.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/transform_binary.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/transform_binary.cc index 518647ab2bd1f6cf223a7bdba12586ccdbd12184..222dfcae30392150983e1c48f3b0b1b472a5db7e 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/transform_binary.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/transform_binary.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/transform_unary.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/transform_unary.cc index ffb5a5c7891624ca4093a31cc573392be08fe7d8..e33bb5989d174030697e42a3e8dcfc25342e97f6 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/transform_unary.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/transform_unary.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/unique.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/unique.cc index c7a64586a8102138e7ec8bc02120f93bc722857a..8fe7f9af80c0785d2d1dcf35d41e1077920c72b6 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/unique.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/unique.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/unique_copy_equal.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/unique_copy_equal.cc index 6102a32a14b0958d64fac98427dd20a1ab896d9f..6bba0ff1bc944a608a502b2e026a3b318336eac5 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/unique_copy_equal.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_modifying_operations/unique_copy_equal.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/adjacent_find.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/adjacent_find.cc index 5cb830202df7c065459f81e43eb2dc39e2f7e5ed..b558d3a689fc4ba32ba2b10a340deda78cb87b9f 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/adjacent_find.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/adjacent_find.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/all_of.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/all_of.cc index b7e7fd9d1f49f60b0fe31221635ce8997eb23688..c4974b2ddc059a134868a9228005f67c1ef4751c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/all_of.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/all_of.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/any_of.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/any_of.cc index 31585c630a8e6b74be47493bc84dee9365449826..0e289785316d88093ceccf7c98899ca831ce109f 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/any_of.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/any_of.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/count.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/count.cc index 42e57f4fe75579377759e23f92cb2dc2d8b78889..c7486ba4fdbb18788e58fa035363377ec1bf5b56 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/count.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/count.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/equal.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/equal.cc index fb8b30292fce0f194c98527d4e2dc95b70be76aa..d563d478a53d12fe3b16c0d311e2561a772c1f9e 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/equal.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/equal.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/find.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/find.cc index 7bf6980609df637f36eb5298f2e3d9f0070e91b1..d36532bc933fa7352fc1db12c865aab6a012888c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/find.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/find.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/find_end.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/find_end.cc index 08daa1041735881a32ca63a97ecc62eddd5ed56b..0b950e29396d36cefc816138a8f231d95dbf2175 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/find_end.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/find_end.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/find_first_of.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/find_first_of.cc index 59e37caa3709d5effca67b96377a4a8ace1348e7..5aa3d65858099bbd0387886fd51ba8d25f1ef330 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/find_first_of.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/find_first_of.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/find_if.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/find_if.cc index 39cc1352d0c9dee3db95e9ea308152efe12526f7..bc7187fa19258f1040785815c3a9683c03b7b0b5 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/find_if.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/find_if.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/for_each.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/for_each.cc index fc4ab3a77f0d3c7a2238ff0771ef17bd7fce363a..aace092ac4a0a4d3630a14c589e381e279dfa4db 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/for_each.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/for_each.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/mismatch.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/mismatch.cc index f792b5105c4ace2c21e40f4e74908012a8dd9a6a..a40606dacfe07e5667c00b3f60dcf64348e1b597 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/mismatch.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/mismatch.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/none_of.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/none_of.cc index 2883385e9a62e40d03ab9c7b41f5c77ffbb016a5..5f44feefef1312e312d04019a6dff34afc2d02c0 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/none_of.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/none_of.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/nth_element.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/nth_element.cc index 65b192f55793a6c2d74e29b3234f7b8ef8f4c4ff..4befdfa2876fdc6a99028473173e8943cbf68638 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/nth_element.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/nth_element.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/reverse.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/reverse.cc index dd4de34624ab0a0c25d7993a9aa940769b023c66..15bb34e187bb1763428dd1c4afb5bba1469219c2 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/reverse.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/reverse.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/reverse_copy.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/reverse_copy.cc index 2563cef060ee223562d36029ccba8aa662ce59e9..7d3bc5e76f368d345797de2ddd2bd6d656388b21 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/reverse_copy.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/reverse_copy.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/search_n.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/search_n.cc index 0720c377011fa2d8e3802cc06702cb3de0312108..47067379699fa5845cb8497cee438773c533cc90 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/search_n.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_nonmodifying/search_n.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/includes.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/includes.cc index 0a61e4f44fb57360d16869b22f1745dda6e39d89..cb7871307e922990dcc2cc1eb322a476914997d1 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/includes.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/includes.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/is_heap.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/is_heap.cc index d9d77719339dabcdacafef041a8161941b3ff289..e444d920b19b2156f3bd75c9ca5a10f6f52ae57f 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/is_heap.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/is_heap.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/is_sorted.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/is_sorted.cc index daa1601e04e3a72b3b5242dd3c302af1b4bba02f..36180e583b01e8d5e37eedec871bfde93c738a59 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/is_sorted.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/is_sorted.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/lexicographical_compare.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/lexicographical_compare.cc index fd758ba3dfa32891f5600b439edc447b43e97a4c..0bb9d93732c1b1aaebd8b1ffb3d885798356e31b 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/lexicographical_compare.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/lexicographical_compare.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/minmax_element.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/minmax_element.cc index 52306ec2c1cbf1c7fd5cbfc89b296caa0ec0d265..ef0157a8043bdda82b09b03775f0ae6f4525d5c4 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/minmax_element.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/minmax_element.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/partial_sort.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/partial_sort.cc index 63f2a1c2e75c1f9bb43c8a41038b28d6c230c1a5..b868bdf79be1ccf3dad38e37db2aa7aadb3542fa 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/partial_sort.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/partial_sort.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/partial_sort_copy.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/partial_sort_copy.cc index e4da0b3351f29c4cead06df9c160756cedf28d7f..80a950cfb8441cde825a289c1c72c018231db43f 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/partial_sort_copy.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/partial_sort_copy.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/set.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/set.cc index 286a528c825fceef5512b19392b003a9b6de76a9..03e18fa7da567ac3976f595801b6c0f8fb501085 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/set.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/set.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/sort.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/sort.cc index f5cb00e1b20278aa409561142b393d8d7136b3ad..262e8a7f33c42010719aa3a61881bf1134fc568f 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/sort.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/alg_sorting/sort.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/feature_test-2.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/feature_test-2.cc index 283a962dc3372f0d8678aef241fa0e32255b31af..c932b3c5d51c1411f623e07ec583572a789935dc 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/feature_test-2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/feature_test-2.cc @@ -15,7 +15,6 @@ // with this library; see the file COPYING3. If not see // <http://www.gnu.org/licenses/>. -// { dg-options "-std=gnu++17" } // { dg-do preprocess { target c++17 } } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/feature_test-3.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/feature_test-3.cc index 267fe889da223a8fc6fed68266029c89c0c8d06f..aeded124d1834aa020c2309c371b5fe45a41ba52 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/feature_test-3.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/feature_test-3.cc @@ -15,7 +15,6 @@ // with this library; see the file COPYING3. If not see // <http://www.gnu.org/licenses/>. -// { dg-options "-std=gnu++17" } // { dg-do preprocess { target c++17 } } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/feature_test-4.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/feature_test-4.cc index 7087b58d889c53374a3ed4377495cd2ee1776a53..eddd96530044680a6b265ca7258950b0616c3cb9 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/feature_test-4.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/feature_test-4.cc @@ -15,7 +15,6 @@ // with this library; see the file COPYING3. If not see // <http://www.gnu.org/licenses/>. -// { dg-options "-std=gnu++17" } // { dg-do preprocess { target c++17 } } #include <version> diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/feature_test-5.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/feature_test-5.cc index ccdb86dd6e547823a55fe008f3693c7539e7af7d..4d0c7aaa3a23d63bd483c6a747a7d3cc7393212b 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/feature_test-5.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/feature_test-5.cc @@ -15,7 +15,6 @@ // with this library; see the file COPYING3. If not see // <http://www.gnu.org/licenses/>. -// { dg-options "-std=gnu++17" } // { dg-do preprocess { target c++17 } } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/25_algorithms/pstl/feature_test.cc b/libstdc++-v3/testsuite/25_algorithms/pstl/feature_test.cc index de01cc4f109233bdc7ec83731347ab3039ca4115..8d3ffff776a828db51ed59379b2f27e4b0738f53 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pstl/feature_test.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pstl/feature_test.cc @@ -15,7 +15,6 @@ // with this library; see the file COPYING3. If not see // <http://www.gnu.org/licenses/>. -// { dg-options "-std=gnu++17" } // { dg-do preprocess { target c++17 } } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/26_numerics/pstl/numeric_ops/adjacent_difference.cc b/libstdc++-v3/testsuite/26_numerics/pstl/numeric_ops/adjacent_difference.cc index 26dc2803639a89509b0eae4acb3f66d0941b3afa..ffeb91ea7949128cf1e0dcdd2cf8b33aac6e795f 100644 --- a/libstdc++-v3/testsuite/26_numerics/pstl/numeric_ops/adjacent_difference.cc +++ b/libstdc++-v3/testsuite/26_numerics/pstl/numeric_ops/adjacent_difference.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/26_numerics/pstl/numeric_ops/reduce.cc b/libstdc++-v3/testsuite/26_numerics/pstl/numeric_ops/reduce.cc index b31cdcc9c08fb42f094658f32bb09a6fda9c2282..91a6ceea3685ba22b4b7bc56ea8b7ddd8c851e03 100644 --- a/libstdc++-v3/testsuite/26_numerics/pstl/numeric_ops/reduce.cc +++ b/libstdc++-v3/testsuite/26_numerics/pstl/numeric_ops/reduce.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/26_numerics/pstl/numeric_ops/scan.cc b/libstdc++-v3/testsuite/26_numerics/pstl/numeric_ops/scan.cc index 41b92cb398480f155e70203a3d595d3b8b945ace..e573f27617152710322f7f8520a3b9b7b0050c7f 100644 --- a/libstdc++-v3/testsuite/26_numerics/pstl/numeric_ops/scan.cc +++ b/libstdc++-v3/testsuite/26_numerics/pstl/numeric_ops/scan.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/26_numerics/pstl/numeric_ops/transform_reduce.cc b/libstdc++-v3/testsuite/26_numerics/pstl/numeric_ops/transform_reduce.cc index a083d9cb110c3d0fa69fe8bd63575d64c277c769..3087e54104e2899d6a81f98492e47f5d5ed3795d 100644 --- a/libstdc++-v3/testsuite/26_numerics/pstl/numeric_ops/transform_reduce.cc +++ b/libstdc++-v3/testsuite/26_numerics/pstl/numeric_ops/transform_reduce.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend } diff --git a/libstdc++-v3/testsuite/26_numerics/pstl/numeric_ops/transform_scan.cc b/libstdc++-v3/testsuite/26_numerics/pstl/numeric_ops/transform_scan.cc index babe84e592d60d4dc3dd57fa6f75bff4c048e223..584e4f1c2d37eaf0fb288ae5dc7eaf283317b533 100644 --- a/libstdc++-v3/testsuite/26_numerics/pstl/numeric_ops/transform_scan.cc +++ b/libstdc++-v3/testsuite/26_numerics/pstl/numeric_ops/transform_scan.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// { dg-options "-std=gnu++17 -ltbb" } +// { dg-options "-ltbb" } // { dg-do run { target c++17 } } // { dg-timeout-factor 3 } // { dg-require-effective-target tbb-backend }