* testsuite/libstdc++-prettyprinters/shared_ptr.cc: Use -O0.

From-SVN: r199708
This commit is contained in:
Tom Tromey 2013-06-05 18:58:12 +00:00 committed by Tom Tromey
parent 67f0183917
commit 0d471c50a3
2 changed files with 5 additions and 1 deletions

View 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

View 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.
//