mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-25 19:26:10 +08:00
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
This commit is contained in:
parent
b6a99560ee
commit
af078a6003
@ -1,3 +1,10 @@
|
||||
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.
|
||||
|
@ -1,7 +1,7 @@
|
||||
// { 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 ();
|
||||
|
@ -1,7 +1,7 @@
|
||||
// { 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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user