86658.cc: Use dg-options to define _GLIBCXX_DEBUG.
2018-08-18 François Dumont <fdumont@gcc.gnu.org> * testsuite/25_algorithms/copy/86658.cc: Use dg-options to define _GLIBCXX_DEBUG. From-SVN: r263647
This commit is contained in:
parent
afc8ff31b0
commit
6672e849b8
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2018-08-18 François Dumont <fdumont@gcc.gnu.org>
|
||||
|
||||
* testsuite/25_algorithms/copy/86658.cc: Use dg-options to define
|
||||
_GLIBCXX_DEBUG.
|
||||
|
||||
2018-08-17 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
PR libstdc++/86963
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
// with this library; see the file COPYING3. If not see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
// { dg-options "-D_GLIBCXX_DEBUG" }
|
||||
// { dg-do run }
|
||||
|
||||
#define _GLIBCXX_DEBUG
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue