tr1.cc: Compile with -O0.

2017-11-06  François Dumont  <fdumont@gcc.gnu.org>

	* testsuite/libstdc++-prettyprinters/tr1.cc:  Compile with -O0.

From-SVN: r254477
This commit is contained in:
François Dumont 2017-11-06 21:15:48 +00:00
parent b78e2e5238
commit 187e8ee733
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2017-11-06 François Dumont <fdumont@gcc.gnu.org>
* testsuite/libstdc++-prettyprinters/tr1.cc: Compile with -O0.
2017-11-06 Martin Liska <mliska@suse.cz>
* testsuite/27_io/basic_fstream/cons/char/path.cc (main):

View file

@ -1,5 +1,5 @@
// { dg-do run }
// { dg-options "-g" }
// { dg-options "-g -O0" }
// Copyright (C) 2013-2017 Free Software Foundation, Inc.
//