This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[committed] Really require visibility in g++.dg/ext/visibility/class1.C
- From: Danny Smith <dannysmith at clear dot net dot nz>
- To: GCC-patches <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 08 Aug 2006 11:44:21 +1200
- Subject: [committed] Really require visibility in g++.dg/ext/visibility/class1.C
Hello
I have commited the following testsuite patch as obvious to avoid
spurious failure on
visibility-deficient targets.
2006-08-07 Danny Smith <dannysmith@users.sourceforge.net>
* g++.dg/ext/visibility/class1.C (dg-require-visibility): Move
after dg-do compile.
Index: g++.dg/ext/visibility/class1.C
===================================================================
--- g++.dg/ext/visibility/class1.C (revision 115913)
+++ g++.dg/ext/visibility/class1.C (working copy)
@@ -1,9 +1,9 @@
// PR c++/26905
// Init should not be hidden, so calling it should use the PLT.
-// { dg-require-visibility "" }
// { dg-options "-fpic" }
// { dg-do compile { target i?86-*-* x86_64-*-* } }
+// { dg-require-visibility "" }
// { dg-final { scan-assembler "InitEv@PLT" } }
#pragma GCC visibility push(hidden)