constexpr.cc: Remove redundant -save-temps option.
2015-08-05 Nikolai Bozhenov <n.bozhenov@samsung.com> * testsuite/20_util/enable_shared_from_this/cons/constexpr.cc: Remove redundant -save-temps option. * 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. * testsuite/30_threads/future/cons/constexpr.cc: Likewise. * testsuite/30_threads/shared_future/cons/constexpr.cc: Likewise. From-SVN: r226647
This commit is contained in:
parent
f395ddf3c7
commit
e1ed1bca36
7 changed files with 16 additions and 6 deletions
|
@ -1,3 +1,13 @@
|
|||
2015-08-05 Nikolai Bozhenov <n.bozhenov@samsung.com>
|
||||
|
||||
* testsuite/20_util/enable_shared_from_this/cons/constexpr.cc: Remove
|
||||
redundant -save-temps option.
|
||||
* 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.
|
||||
* testsuite/30_threads/future/cons/constexpr.cc: Likewise.
|
||||
* testsuite/30_threads/shared_future/cons/constexpr.cc: Likewise.
|
||||
|
||||
2015-08-03 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
PR libstdc++/67078
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// { dg-do compile }
|
||||
// { dg-options "-std=gnu++11 -fno-inline -save-temps -g0" }
|
||||
// { dg-options "-std=gnu++11 -fno-inline -g0" }
|
||||
// { dg-final { scan-assembler-not "_ZNSt23enable_shared_from_thisIiEC2Ev" } }
|
||||
// { dg-final { scan-assembler-not "_ZN7derivedC2Ev" } }
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// { dg-do compile }
|
||||
// { dg-options "-std=gnu++11 -fno-inline -save-temps -g0" }
|
||||
// { dg-options "-std=gnu++11 -fno-inline -g0" }
|
||||
// { dg-final { scan-assembler-not "_ZNSt10shared_ptrIiEC2Ev" } }
|
||||
// { dg-final { scan-assembler-not "_ZNSt10shared_ptrIiEC2EDn" } }
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// { dg-do compile }
|
||||
// { dg-options "-std=gnu++11 -fno-inline -save-temps -g0" }
|
||||
// { dg-options "-std=gnu++11 -fno-inline -g0" }
|
||||
// { dg-final { scan-assembler-not "_ZNSt10unique_ptrIiSt14default_deleteIiEEC2Ev" } }
|
||||
// { dg-final { scan-assembler-not "_ZNSt10unique_ptrIiSt14default_deleteIiEEC2EDn" } }
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// { dg-do compile }
|
||||
// { dg-options "-std=gnu++11 -fno-inline -save-temps -g0" }
|
||||
// { dg-options "-std=gnu++11 -fno-inline -g0" }
|
||||
// { dg-final { scan-assembler-not "_ZNSt8weak_ptrIiEC2Ev" } }
|
||||
|
||||
// Copyright (C) 2010-2015 Free Software Foundation, Inc.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// { dg-do compile }
|
||||
// { dg-options "-std=gnu++11 -fno-inline -save-temps -g0" }
|
||||
// { dg-options "-std=gnu++11 -fno-inline -g0" }
|
||||
// { dg-require-cstdint "" }
|
||||
// { dg-require-gthreads "" }
|
||||
// { dg-require-atomic-builtins "" }
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// { dg-do compile }
|
||||
// { dg-options "-std=gnu++11 -fno-inline -save-temps -g0" }
|
||||
// { dg-options "-std=gnu++11 -fno-inline -g0" }
|
||||
// { dg-require-cstdint "" }
|
||||
// { dg-require-gthreads "" }
|
||||
// { dg-require-atomic-builtins "" }
|
||||
|
|
Loading…
Add table
Reference in a new issue