* g++.dg/ext/visibility/anon[12].C: Require visibility support.
From-SVN: r218324
This commit is contained in:
parent
f577844da9
commit
60e947c7d6
3 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2014-12-03 David Edelsohn <dje.gcc@gmail.com>
|
||||||
|
|
||||||
|
* g++.dg/ext/visibility/anon[12].C: Require visibility support.
|
||||||
|
|
||||||
2014-12-03 Joern Rennecke <joern.rennecke@embecosm.com>
|
2014-12-03 Joern Rennecke <joern.rennecke@embecosm.com>
|
||||||
|
|
||||||
* gcc.target/epiphany/fcmp-1.c: New test.
|
* gcc.target/epiphany/fcmp-1.c: New test.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
// { dg-do compile }
|
// { dg-do compile }
|
||||||
// { dg-final { scan-assembler-not "globl.*_ZN.*1fEv" } }
|
// { dg-final { scan-assembler-not "globl.*_ZN.*1fEv" } }
|
||||||
// { dg-xfail-if "" { powerpc-ibm-aix* } { "*" } { "" } }
|
// { dg-require-visibility "" }
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
// { dg-do compile }
|
// { dg-do compile }
|
||||||
// { dg-final { scan-assembler-not "globl.*_Z1fv" } }
|
// { dg-final { scan-assembler-not "globl.*_Z1fv" } }
|
||||||
|
// { dg-require-visibility "" }
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue