tr1.cc: Compile with -O0.
authorFrançois Dumont <fdumont@gcc.gnu.org>
Mon, 6 Nov 2017 21:15:48 +0000 (21:15 +0000)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Mon, 6 Nov 2017 21:15:48 +0000 (21:15 +0000)
2017-11-06  François Dumont  <fdumont@gcc.gnu.org>

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

From-SVN: r254477

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/libstdc++-prettyprinters/tr1.cc

index a9a19a4871a9aa7fa8beb0e7aeac3738790c1d7e..ea88034c9826d3eec17d73aaecbfe6fe406128c5 100644 (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):
index f4ef32e8230f2fbe2e6ab60912e027d3766a901e..1c8f8af43d3e6221f42dd064d48f572f21321fd2 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do run }
-// { dg-options "-g" }
+// { dg-options "-g -O0" }
 
 // Copyright (C) 2013-2017 Free Software Foundation, Inc.
 //