diff options
author | Paolo Carlini <paolo.carlini@oracle.com> | 2012-11-08 13:40:53 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2012-11-08 13:40:53 +0000 |
commit | 271a8a16512f3cd9eaac3df04b87f8c59baa5fec (patch) | |
tree | 9b56cc1b5d5f1953094791943c72ef24290119ab /libstdc++-v3 | |
parent | 6aaa880639e14e5a8874788a0b8923d9d141c51a (diff) | |
download | gcc-271a8a16512f3cd9eaac3df04b87f8c59baa5fec.zip gcc-271a8a16512f3cd9eaac3df04b87f8c59baa5fec.tar.gz gcc-271a8a16512f3cd9eaac3df04b87f8c59baa5fec.tar.bz2 |
55028-debug.cc: Don't pass -D_GLIBCXX_DEBUG by hand (check-debug does).
2012-11-08 Paolo Carlini <paolo.carlini@oracle.com>
* testsuite/23_containers/unordered_multimap/insert/55028-debug.cc:
Don't pass -D_GLIBCXX_DEBUG by hand (check-debug does).
From-SVN: r193327
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/55028-debug.cc | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 2edcb10..db8a1ab 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2012-11-08 Paolo Carlini <paolo.carlini@oracle.com> + + * testsuite/23_containers/unordered_multimap/insert/55028-debug.cc: + Don't pass -D_GLIBCXX_DEBUG by hand (check-debug does). + 2012-11-08 Florian Weimer <fweimer@redhat.com> * testsuite/18_support/cxa_vec.cc: Fix typo in comment. diff --git a/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/55028-debug.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/55028-debug.cc index fc17256..9bb3b9b 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/55028-debug.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/55028-debug.cc @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x -D_GLIBCXX_DEBUG" } +// { dg-options "-std=gnu++11" } // // Copyright (C) 2012 Free Software Foundation, Inc. // |