]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* testsuite/libstdc++-prettyprinters/shared_ptr.cc: Use -O0.
authorTom Tromey <tromey@redhat.com>
Wed, 5 Jun 2013 18:58:12 +0000 (18:58 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 5 Jun 2013 18:58:12 +0000 (18:58 +0000)
From-SVN: r199708

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

index 3952b0b913727d2ddb86b281a162a6f6e0234805..842a9afc9f1b5bf782bfedcad8656e4ae5af7780 100644 (file)
@@ -1,3 +1,7 @@
+2013-06-05  Tom Tromey  <tromey@redhat.com>
+
+       * testsuite/libstdc++-prettyprinters/shared_ptr.cc: Use -O0.
+
 2013-06-03  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/57419
index 547213f9b85ed873e02fca8721dd594847dc3af1..0e4e6c20260c6f89ed644640156f13510ee9b5be 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do run }
-// { dg-options "-std=gnu++11 -g" }
+// { dg-options "-std=gnu++11 -g -O0" }
 
 // Copyright (C) 2012-2013 Free Software Foundation, Inc.
 //