Commit 60e947c7 by David Edelsohn Committed by David Edelsohn

* g++.dg/ext/visibility/anon[12].C: Require visibility support.

From-SVN: r218324
parent f577844d
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 @@ ...@@ -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 @@ ...@@ -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
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment