Index: testsuite/20_util/enable_shared_from_this/cons/constexpr.cc
===================================================================
--- testsuite/20_util/enable_shared_from_this/cons/constexpr.cc	(revision 168046)
+++ testsuite/20_util/enable_shared_from_this/cons/constexpr.cc	(working copy)
@@ -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: testsuite/20_util/shared_ptr/cons/constexpr.cc
===================================================================
--- testsuite/20_util/shared_ptr/cons/constexpr.cc	(revision 168046)
+++ testsuite/20_util/shared_ptr/cons/constexpr.cc	(working copy)
@@ -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: testsuite/20_util/unique_ptr/cons/constexpr.cc
===================================================================
--- testsuite/20_util/unique_ptr/cons/constexpr.cc	(revision 168046)
+++ testsuite/20_util/unique_ptr/cons/constexpr.cc	(working copy)
@@ -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: testsuite/20_util/weak_ptr/cons/constexpr.cc
===================================================================
--- testsuite/20_util/weak_ptr/cons/constexpr.cc	(revision 168046)
+++ testsuite/20_util/weak_ptr/cons/constexpr.cc	(working copy)
@@ -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.
