mirror of git://gcc.gnu.org/git/gcc.git
* testsuite/libstdc++-prettyprinters/shared_ptr.cc: Use -O0.
From-SVN: r199708
This commit is contained in:
parent
67f0183917
commit
0d471c50a3
|
|
@ -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>
|
2013-06-03 Paolo Carlini <paolo.carlini@oracle.com>
|
||||||
|
|
||||||
PR c++/57419
|
PR c++/57419
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// { dg-do run }
|
// { dg-do run }
|
||||||
// { dg-options "-std=gnu++11 -g" }
|
// { dg-options "-std=gnu++11 -g -O0" }
|
||||||
|
|
||||||
// Copyright (C) 2012-2013 Free Software Foundation, Inc.
|
// Copyright (C) 2012-2013 Free Software Foundation, Inc.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue