]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR testsuite/38166 (g++.dg/ext/visibility/class1.C fails at -m64 on i686-apple...
authorJack Howarth <howarth@bromo.med.uc.edu>
Wed, 18 Feb 2009 22:19:26 +0000 (22:19 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Wed, 18 Feb 2009 22:19:26 +0000 (22:19 +0000)
2009-02-18  Jack Howarth <howarth@bromo.med.uc.edu>

PR testsuite/38166
* g++.dg/ext/visibility/class1.C: Revert revision 122348
and skip on Darwin.

From-SVN: r144274

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/visibility/class1.C

index f052878791fa3f458ee7bafd75bebb5aec33f625..836796b00da3b6ba8ae9e5bfd5f4d8faefccfe44 100644 (file)
@@ -1,3 +1,9 @@
+2009-02-18  Jack Howarth <howarth@bromo.med.uc.edu>
+
+       PR testsuite/38166
+       * g++.dg/ext/visibility/class1.C: Revert revision 122348
+       and skip on Darwin.
+
 2009-02-18  Jason Merrill  <jason@redhat.com>
 
        PR target/39179
index fda5439c7a733eb4e5c0c94ec582b9e1bc4c9598..22ad96b03acd56040aab93b92a9cf5fcfeb48949 100644 (file)
@@ -2,9 +2,10 @@
 // Init should not be hidden, so calling it should use the PLT.
 
 // { dg-options "-fpic" }
-// { dg-do compile { target i?86-*-* x86_64-*-* *-*-darwin* } }
+// { dg-do compile { target i?86-*-* x86_64-*-* } }
+// { dg-skip-if "" { *-*-darwin* } { "*" } { "" } }
 // { dg-require-visibility "" }
-// { dg-final { scan-assembler "InitEv@PLT|indirect_symbol.*InitEv" } }
+// { dg-final { scan-assembler "InitEv@PLT" } }
 
 #pragma GCC visibility push(hidden)
 struct __attribute__ ((visibility ("default"))) nsINIParser