From: H.J. Lu Date: Fri, 14 Mar 2008 03:08:29 +0000 (-0700) Subject: re PR testsuite/35558 (Untested g++.dg/tls/static-1a.cc) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=af078a600395f715a3221154aec8299652f76046;p=gcc.git re PR testsuite/35558 (Untested g++.dg/tls/static-1a.cc) 2008-03-13 H.J. Lu 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 862a43edcfb..919025dc3ed 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2008-03-13 H.J. Lu + + 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 PR libcpp/35322: @@ -9,7 +16,7 @@ (main): Call check_vect. 2008-03-13 Alon Dayan - Olga Golovanevsky + Olga Golovanevsky PR tree-optimization/35041 * gcc.dg/struct/wo_prof_double_malloc.c: New test. diff --git a/gcc/testsuite/g++.dg/tls/static-1.C b/gcc/testsuite/g++.dg/tls/static-1.C index 2392c634619..027a9429766 100644 --- a/gcc/testsuite/g++.dg/tls/static-1.C +++ b/gcc/testsuite/g++.dg/tls/static-1.C @@ -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 (); diff --git a/gcc/testsuite/g++.dg/tls/static-1a.cc b/gcc/testsuite/g++.dg/tls/static-1a.cc index 636f9352d4d..47a7a2717c0 100644 --- a/gcc/testsuite/g++.dg/tls/static-1a.cc +++ b/gcc/testsuite/g++.dg/tls/static-1a.cc @@ -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 {