Commit af078a60 by H.J. Lu

re PR testsuite/35558 (Untested g++.dg/tls/static-1a.cc)

2008-03-13  H.J. Lu  <hongjiu.lu@intel.com>

	PR testsuite/35558
	* g++.dg/tls/static-1.C: Move dg-additional-sources after
	dg-require-effective-target.
	* g++.dg/tls/static-1a.cc: Likewise.

From-SVN: r133204
parent b6a99560
2008-03-13 H.J. Lu <hongjiu.lu@intel.com>
PR testsuite/35558
* g++.dg/tls/static-1.C: Move dg-additional-sources after
dg-require-effective-target.
* g++.dg/tls/static-1a.cc: Likewise.
2008-03-13 Tom Tromey <tromey@redhat.com> 2008-03-13 Tom Tromey <tromey@redhat.com>
PR libcpp/35322: PR libcpp/35322:
// { dg-do run } // { dg-do run }
// { dg-options "-O2" } // { dg-options "-O2" }
// { dg-additional-sources "static-1a.cc" }
// { dg-require-effective-target tls_runtime } // { dg-require-effective-target tls_runtime }
// { dg-additional-sources "static-1a.cc" }
extern "C" void abort (); extern "C" void abort ();
extern int test (); extern int test ();
......
// { dg-do run } // { dg-do run }
// { dg-options "-O2" } // { dg-options "-O2" }
// { dg-additional-sources "static-1a.cc" }
// { dg-require-effective-target tls_runtime } // { dg-require-effective-target tls_runtime }
// { dg-additional-sources "static-1a.cc" }
struct A struct A
{ {
......
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