]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR libstdc++/46869 (FAIL: 20_util/enable_shared_from_this/cons/constexpr.cc scan...
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sun, 19 Dec 2010 16:20:25 +0000 (16:20 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sun, 19 Dec 2010 16:20:25 +0000 (16:20 +0000)
2010-12-19  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

PR libstdc++/46869
* testsuite/20_util/enable_shared_from_this/cons/constexpr.cc:
Compile with -g0.
* testsuite/20_util/shared_ptr/cons/constexpr.cc: Likewise.
* testsuite/20_util/unique_ptr/cons/constexpr.cc: Likewise.
* testsuite/20_util/weak_ptr/cons/constexpr.cc: Likewise.

From-SVN: r168063

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/20_util/enable_shared_from_this/cons/constexpr.cc
libstdc++-v3/testsuite/20_util/shared_ptr/cons/constexpr.cc
libstdc++-v3/testsuite/20_util/unique_ptr/cons/constexpr.cc
libstdc++-v3/testsuite/20_util/weak_ptr/cons/constexpr.cc

index b6f23e4413be6664cec76448377c3bd3d8358339..6feb439d8523e85aeb4fb3dbb1d0e71bfd47513a 100644 (file)
@@ -1,3 +1,12 @@
+2010-12-19  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR libstdc++/46869
+       * testsuite/20_util/enable_shared_from_this/cons/constexpr.cc:
+       Compile with -g0.
+       * testsuite/20_util/shared_ptr/cons/constexpr.cc: Likewise.
+       * testsuite/20_util/unique_ptr/cons/constexpr.cc: Likewise.
+       * testsuite/20_util/weak_ptr/cons/constexpr.cc: Likewise.
+
 2010-12-19  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * include/bits/basic_string.h (operator+(basic_string<>&&,
index f66944b3a9080569c921302c7bbca6aa3d4a9f9c..17f8c84d20f028d230442d2dbc288bf6be79daf4 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x -fno-inline -save-temps" }
+// { dg-options "-std=gnu++0x -fno-inline -save-temps -g0" }
 // { dg-final { scan-assembler-not "_ZNSt23enable_shared_from_thisIiEC2Ev" } }
 // { dg-final { scan-assembler-not "_ZN7derivedC2Ev" } }
 
index 72eea9e0ffc6ddc9a698e0887b8905d7a526f03f..5a1fc818fc4cc7175063a48eaeeadc32bcee8488 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x -fno-inline -save-temps" }
+// { dg-options "-std=gnu++0x -fno-inline -save-temps -g0" }
 // { dg-final { scan-assembler-not "_ZNSt10shared_ptrIiEC2Ev" } }
 // { dg-final { scan-assembler-not "_ZNSt10shared_ptrIiEC2EDn" } }
 
index 1f3cabc789adae640f3ffa7c2e3338d955f6237d..fbe9821f9418afa5ea9641dfdef8c3cc75fd4fd6 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x -fno-inline -save-temps" }
+// { dg-options "-std=gnu++0x -fno-inline -save-temps -g0" }
 // { dg-final { scan-assembler-not "_ZNSt10unique_ptrIiSt14default_deleteIiEEC2Ev" } }
 // { dg-final { scan-assembler-not "_ZNSt10unique_ptrIiSt14default_deleteIiEEC2EDn" } }
 
index ce19df1578dc80c6ee13d4432122e63e6f2c6e3e..6e74dd35d4020c29d94a44808d363d7c9fe30ccb 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x -fno-inline -save-temps" }
+// { dg-options "-std=gnu++0x -fno-inline -save-temps -g0" }
 // { dg-final { scan-assembler-not "_ZNSt8weak_ptrIiEC2Ev" } }
 
 // Copyright (C) 2010 Free Software Foundation, Inc.