Commit 4a877673 by Jack Howarth Committed by Janis Johnson

re PR testsuite/38166 (g++.dg/ext/visibility/class1.C fails at -m64 on i686-apple-darwin9)

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
parent fd7b2603
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
......
......@@ -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
......
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