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>
PR libcpp/35322:
......@@ -9,7 +16,7 @@
(main): Call check_vect.
2008-03-13 Alon Dayan <alond@il.ibm.com>
Olga Golovanevsky <olga@il.ibm.com>
Olga Golovanevsky <olga@il.ibm.com>
PR tree-optimization/35041
* gcc.dg/struct/wo_prof_double_malloc.c: New test.
// { dg-do run }
// { dg-options "-O2" }
// { dg-additional-sources "static-1a.cc" }
// { dg-require-effective-target tls_runtime }
// { dg-additional-sources "static-1a.cc" }
extern "C" void abort ();
extern int test ();
......
// { dg-do run }
// { dg-options "-O2" }
// { dg-additional-sources "static-1a.cc" }
// { dg-require-effective-target tls_runtime }
// { dg-additional-sources "static-1a.cc" }
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