OSDN Git Service

gcc/cp/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / ext / visibility / visibility-5.C
index 9cdc802..592529e 100644 (file)
@@ -1,7 +1,7 @@
 /* Test visibility attribute on definition of a function that has
    already had a forward declaration. */
-/* { dg-do compile { target *86-*-linux* } } */
-/* { dg-final { scan-assembler "\\.hidden.*_Z3foov" } } */
+/* { dg-require-visibility "" }
+/* { dg-final { scan-hidden "_Z3foov" } } */
 
 void foo();