From e07f4b008daa0cd06b079202919508fa74f030ff Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 17 Aug 2016 15:11:20 +0100 Subject: [PATCH] Remove duplicate dg-options directive * testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc: Remove duplicate dg-options directive. From-SVN: r239538 --- libstdc++-v3/ChangeLog | 3 +++ .../21_strings/basic_string_view/operations/rfind/char/2.cc | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 50018deb993..9241b41fcbc 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,8 @@ 2016-08-17 Jonathan Wakely + * testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc: + Remove duplicate dg-options directive. + * testsuite/ext/profile/all.cc: Use effective target instead of -std=gnu++11. Use dg-additional-options instead of repeating options. diff --git a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc index 031a01b83f0..49232f8ba61 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc @@ -12,7 +12,6 @@ // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. -// { dg-options "-std=gnu++17" } // You should have received a copy of the GNU General Public License along // with this library; see the file COPYING3. If not see -- 2.30.2