mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-18 12:41:25 +08:00
re PR libstdc++/46869 (FAIL: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler-not _ZNSt23enable_shared_from_thisIiEC2Ev)
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
This commit is contained in:
parent
ecfc27058c
commit
0b1432029a
@ -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<>&&,
|
||||
|
@ -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" } }
|
||||
|
||||
|
@ -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" } }
|
||||
|
||||
|
@ -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" } }
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user