Fix libstdc++/*/constexpr.cc test failures in Tizen environment 37/45837/1 sandbox/nbozhenov/constexpr
authorNikolai Bozhenov <n.bozhenov@samsung.com>
Tue, 11 Aug 2015 15:33:09 +0000 (18:33 +0300)
committerNikolai Bozhenov <n.bozhenov@samsung.com>
Tue, 11 Aug 2015 15:33:09 +0000 (18:33 +0300)
Redundant option -save-temps was removed from the following tests:
   20_util/enable_shared_from_this/cons/constexpr.cc
   20_util/shared_ptr/cons/constexpr.cc
   20_util/unique_ptr/cons/constexpr.cc
   20_util/weak_ptr/cons/constexpr.cc
   30_threads/future/cons/constexpr.cc
   30_threads/shared_future/cons/constexpr.cc

Change-Id: Ie987aaae05a8b2a2a90379d05a7efbbcce469a9c

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
libstdc++-v3/testsuite/30_threads/future/cons/constexpr.cc
libstdc++-v3/testsuite/30_threads/shared_future/cons/constexpr.cc

index bcb8251..e4d3bce 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x -fno-inline -save-temps -g0" }
+// { dg-options "-std=gnu++0x -fno-inline -g0" }
 // { dg-final { scan-assembler-not "_ZNSt23enable_shared_from_thisIiEC2Ev" } }
 // { dg-final { scan-assembler-not "_ZN7derivedC2Ev" } }
 
index 46f9ed3..06ee1b9 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x -fno-inline -save-temps -g0" }
+// { dg-options "-std=gnu++0x -fno-inline -g0" }
 // { dg-final { scan-assembler-not "_ZNSt10shared_ptrIiEC2Ev" } }
 // { dg-final { scan-assembler-not "_ZNSt10shared_ptrIiEC2EDn" } }
 
index 38e0527..a970bf5 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x -fno-inline -save-temps -g0" }
+// { dg-options "-std=gnu++0x -fno-inline -g0" }
 // { dg-final { scan-assembler-not "_ZNSt10unique_ptrIiSt14default_deleteIiEEC2Ev" } }
 // { dg-final { scan-assembler-not "_ZNSt10unique_ptrIiSt14default_deleteIiEEC2EDn" } }
 
index 32ff8ac..7ae735a 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x -fno-inline -save-temps -g0" }
+// { dg-options "-std=gnu++0x -fno-inline -g0" }
 // { dg-final { scan-assembler-not "_ZNSt8weak_ptrIiEC2Ev" } }
 
 // Copyright (C) 2010-2014 Free Software Foundation, Inc.
index be31f91..7651ccf 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x -fno-inline -save-temps -g0" }
+// { dg-options "-std=gnu++0x -fno-inline -g0" }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads "" }
 // { dg-require-atomic-builtins "" }
index ab7f85c..0e2065b 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x -fno-inline -save-temps -g0" }
+// { dg-options "-std=gnu++0x -fno-inline -g0" }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads "" }
 // { dg-require-atomic-builtins "" }