aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2016-08-17 15:11:20 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2016-08-17 15:11:20 +0100
commite07f4b008daa0cd06b079202919508fa74f030ff (patch)
tree7f1e898df1c020a3eb46b577d03ee85eabb0d0df
parent458a1cd089646f1308c6c19573d095852f10d91d (diff)
downloadgcc-e07f4b008daa0cd06b079202919508fa74f030ff.zip
gcc-e07f4b008daa0cd06b079202919508fa74f030ff.tar.gz
gcc-e07f4b008daa0cd06b079202919508fa74f030ff.tar.bz2
Remove duplicate dg-options directive
* testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc: Remove duplicate dg-options directive. From-SVN: r239538
-rw-r--r--libstdc++-v3/ChangeLog3
-rw-r--r--libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc1
2 files changed, 3 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 50018de..9241b41 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,8 @@
2016-08-17 Jonathan Wakely <jwakely@redhat.com>
+ * 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 031a01b..49232f8 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