Commit 39dcb782 by Danny Smith Committed by Danny Smith

class1.C (dg-require-visibility): Move after dg-do compile.

	* g++.dg/ext/visibility/class1.C (dg-require-visibility): Move
	 after dg-do compile.

From-SVN: r116006
parent 10b7bdb0
2006-08-07 Danny Smith <dannysmith@users.sourceforge.net>
* g++.dg/ext/visibility/class1.C (dg-require-visibility): Move
after dg-do compile.
2006-08-07 Victor Kaplansky <victork@il.ibm.com> 2006-08-07 Victor Kaplansky <victork@il.ibm.com>
PR tree-optimizations/26969 PR tree-optimizations/26969
// PR c++/26905 // PR c++/26905
// Init should not be hidden, so calling it should use the PLT. // Init should not be hidden, so calling it should use the PLT.
// { dg-require-visibility "" }
// { dg-options "-fpic" } // { dg-options "-fpic" }
// { dg-do compile { target i?86-*-* x86_64-*-* } } // { dg-do compile { target i?86-*-* x86_64-*-* } }
// { dg-require-visibility "" }
// { dg-final { scan-assembler "InitEv@PLT" } } // { dg-final { scan-assembler "InitEv@PLT" } }
#pragma GCC visibility push(hidden) #pragma GCC visibility push(hidden)
......
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