From ee8ed0dbb9cea92a4f60901e8cd13136a3dcfe77 Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Mon, 5 Dec 2005 14:15:05 +0000 Subject: * testsuite/libgomp.c/pr24455.c, testsuite/libgomp.c/copyin-1.c, testsuite/libgomp.c/copyin-2.c, testsuite/libgomp.c/copyin-3.c, testsuite/libgomp.c++/copyin-1.C, testsuite/libgomp.c++/copyin-2.C, testsuite/libgomp.c++/ctor-5.C, testsuite/libgomp.c++/ctor-8.C, testsuite/libgomp.c++/ctor-9.C, testsuite/libgomp.c++/pr24455.C, testsuite/libgomp.fortran/threadprivate1.f90, testsuite/libgomp.fortran/threadprivate2.f90, testsuite/libgomp.fortran/threadprivate3.f90, testsuite/libgomp.fortran/appendix-a/a.22.7.f9, testsuite/libgomp.fortran/appendix-a/a.22.8.f9, testsuite/libgomp.fortran/omp_parse3.f90: Change required effective-target to TLS runtime. * testsuite/libgomp.fortran/pr25162.f: Require effective-target TLS runtime. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/gomp-20050608-branch@108057 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgomp/ChangeLog | 18 ++++++++++++++++++ libgomp/testsuite/libgomp.c++/copyin-1.C | 2 +- libgomp/testsuite/libgomp.c++/copyin-2.C | 2 +- libgomp/testsuite/libgomp.c++/ctor-5.C | 2 +- libgomp/testsuite/libgomp.c++/ctor-8.C | 2 +- libgomp/testsuite/libgomp.c++/ctor-9.C | 2 +- libgomp/testsuite/libgomp.c++/pr24455.C | 2 +- libgomp/testsuite/libgomp.c/copyin-1.c | 2 +- libgomp/testsuite/libgomp.c/copyin-2.c | 2 +- libgomp/testsuite/libgomp.c/copyin-3.c | 2 +- libgomp/testsuite/libgomp.c/pr24455.c | 2 +- .../testsuite/libgomp.fortran/appendix-a/a.22.7.f90 | 2 +- .../testsuite/libgomp.fortran/appendix-a/a.22.8.f90 | 2 +- libgomp/testsuite/libgomp.fortran/omp_parse3.f90 | 2 +- libgomp/testsuite/libgomp.fortran/pr25162.f | 1 + libgomp/testsuite/libgomp.fortran/threadprivate1.f90 | 2 +- libgomp/testsuite/libgomp.fortran/threadprivate2.f90 | 2 +- libgomp/testsuite/libgomp.fortran/threadprivate3.f90 | 2 +- 18 files changed, 35 insertions(+), 16 deletions(-) diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 58e94024edc..6012ac4e743 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,21 @@ +2005-12-05 Uros Bizjak + + * testsuite/libgomp.c/pr24455.c, testsuite/libgomp.c/copyin-1.c, + testsuite/libgomp.c/copyin-2.c, testsuite/libgomp.c/copyin-3.c, + testsuite/libgomp.c++/copyin-1.C, testsuite/libgomp.c++/copyin-2.C, + testsuite/libgomp.c++/ctor-5.C, testsuite/libgomp.c++/ctor-8.C, + testsuite/libgomp.c++/ctor-9.C, testsuite/libgomp.c++/pr24455.C, + testsuite/libgomp.fortran/threadprivate1.f90, + testsuite/libgomp.fortran/threadprivate2.f90, + testsuite/libgomp.fortran/threadprivate3.f90, + testsuite/libgomp.fortran/appendix-a/a.22.7.f9, + testsuite/libgomp.fortran/appendix-a/a.22.8.f9, + testsuite/libgomp.fortran/omp_parse3.f90: Change required + effective-target to TLS runtime. + + * testsuite/libgomp.fortran/pr25162.f: Require + effective-target TLS runtime. + 2005-12-01 Jakub Jelinek * testsuite/libgomp.fortran/nestedfn2.f90: New test. diff --git a/libgomp/testsuite/libgomp.c++/copyin-1.C b/libgomp/testsuite/libgomp.c++/copyin-1.C index af4574e67fc..bc12be2d2f9 100644 --- a/libgomp/testsuite/libgomp.c++/copyin-1.C +++ b/libgomp/testsuite/libgomp.c++/copyin-1.C @@ -1,5 +1,5 @@ // { dg-do run } -// { dg-require-effective-target tls } +// { dg-require-effective-target tls_runtime } #include diff --git a/libgomp/testsuite/libgomp.c++/copyin-2.C b/libgomp/testsuite/libgomp.c++/copyin-2.C index a0f8313c86d..024f5998054 100644 --- a/libgomp/testsuite/libgomp.c++/copyin-2.C +++ b/libgomp/testsuite/libgomp.c++/copyin-2.C @@ -1,5 +1,5 @@ // { dg-do run } -// { dg-require-effective-target tls } +// { dg-require-effective-target tls_runtime } #include diff --git a/libgomp/testsuite/libgomp.c++/ctor-5.C b/libgomp/testsuite/libgomp.c++/ctor-5.C index d1b971e92cb..d99a1d4628f 100644 --- a/libgomp/testsuite/libgomp.c++/ctor-5.C +++ b/libgomp/testsuite/libgomp.c++/ctor-5.C @@ -1,5 +1,5 @@ // { dg-do run } -// { dg-require-effective-target tls } +// { dg-require-effective-target tls_runtime } #include #include diff --git a/libgomp/testsuite/libgomp.c++/ctor-8.C b/libgomp/testsuite/libgomp.c++/ctor-8.C index 6633dbb5b19..5c0d81b73d1 100644 --- a/libgomp/testsuite/libgomp.c++/ctor-8.C +++ b/libgomp/testsuite/libgomp.c++/ctor-8.C @@ -1,5 +1,5 @@ // { dg-do run } -// { dg-require-effective-target tls } +// { dg-require-effective-target tls_runtime } #include #include diff --git a/libgomp/testsuite/libgomp.c++/ctor-9.C b/libgomp/testsuite/libgomp.c++/ctor-9.C index 3d5e516928f..215a901f8d3 100644 --- a/libgomp/testsuite/libgomp.c++/ctor-9.C +++ b/libgomp/testsuite/libgomp.c++/ctor-9.C @@ -1,5 +1,5 @@ // { dg-do run } -// { dg-require-effective-target tls } +// { dg-require-effective-target tls_runtime } #include #include diff --git a/libgomp/testsuite/libgomp.c++/pr24455.C b/libgomp/testsuite/libgomp.c++/pr24455.C index 5e2c660051f..ad43b47b2c5 100644 --- a/libgomp/testsuite/libgomp.c++/pr24455.C +++ b/libgomp/testsuite/libgomp.c++/pr24455.C @@ -1,6 +1,6 @@ // { dg-do run } // { dg-additional-sources pr24455-1.C } -// { dg-require-effective-target tls } +// { dg-require-effective-target tls_runtime } extern "C" void abort (void); diff --git a/libgomp/testsuite/libgomp.c/copyin-1.c b/libgomp/testsuite/libgomp.c/copyin-1.c index 7313168460f..49c546004c8 100644 --- a/libgomp/testsuite/libgomp.c/copyin-1.c +++ b/libgomp/testsuite/libgomp.c/copyin-1.c @@ -1,6 +1,6 @@ /* { dg-do run } */ /* { dg-options "-O2" } */ -/* { dg-require-effective-target tls } */ +/* { dg-require-effective-target tls_runtime } */ #include #include diff --git a/libgomp/testsuite/libgomp.c/copyin-2.c b/libgomp/testsuite/libgomp.c/copyin-2.c index 02e85446b8c..ae2451ef1d8 100644 --- a/libgomp/testsuite/libgomp.c/copyin-2.c +++ b/libgomp/testsuite/libgomp.c/copyin-2.c @@ -1,6 +1,6 @@ /* { dg-do run } */ /* { dg-options "-O2" } */ -/* { dg-require-effective-target tls } */ +/* { dg-require-effective-target tls_runtime } */ #include #include diff --git a/libgomp/testsuite/libgomp.c/copyin-3.c b/libgomp/testsuite/libgomp.c/copyin-3.c index c3d22d578ea..86b0d691f3a 100644 --- a/libgomp/testsuite/libgomp.c/copyin-3.c +++ b/libgomp/testsuite/libgomp.c/copyin-3.c @@ -1,6 +1,6 @@ /* { dg-do run } */ /* { dg-options "-O2" } */ -/* { dg-require-effective-target tls } */ +/* { dg-require-effective-target tls_runtime } */ #include #include diff --git a/libgomp/testsuite/libgomp.c/pr24455.c b/libgomp/testsuite/libgomp.c/pr24455.c index d9d42ff83f7..8af449e7b5c 100644 --- a/libgomp/testsuite/libgomp.c/pr24455.c +++ b/libgomp/testsuite/libgomp.c/pr24455.c @@ -1,6 +1,6 @@ /* { dg-do run } */ /* { dg-additional-sources pr24455-1.c } */ -/* { dg-require-effective-target tls } */ +/* { dg-require-effective-target tls_runtime } */ extern void abort (void); diff --git a/libgomp/testsuite/libgomp.fortran/appendix-a/a.22.7.f90 b/libgomp/testsuite/libgomp.fortran/appendix-a/a.22.7.f90 index 60809fa22d5..fff4e6d4997 100644 --- a/libgomp/testsuite/libgomp.fortran/appendix-a/a.22.7.f90 +++ b/libgomp/testsuite/libgomp.fortran/appendix-a/a.22.7.f90 @@ -1,5 +1,5 @@ ! { dg-do run } -! { dg-require-effective-target tls } +! { dg-require-effective-target tls_runtime } PROGRAM A22_7_GOOD INTEGER, ALLOCATABLE, SAVE :: A(:) diff --git a/libgomp/testsuite/libgomp.fortran/appendix-a/a.22.8.f90 b/libgomp/testsuite/libgomp.fortran/appendix-a/a.22.8.f90 index df7ad4c6ffc..cf6d90ee828 100644 --- a/libgomp/testsuite/libgomp.fortran/appendix-a/a.22.8.f90 +++ b/libgomp/testsuite/libgomp.fortran/appendix-a/a.22.8.f90 @@ -1,5 +1,5 @@ ! { dg-do run } -! { dg-require-effective-target tls } +! { dg-require-effective-target tls_runtime } MODULE A22_MODULE8 REAL, POINTER :: WORK(:) SAVE WORK diff --git a/libgomp/testsuite/libgomp.fortran/omp_parse3.f90 b/libgomp/testsuite/libgomp.fortran/omp_parse3.f90 index 308b31e31b3..98c94b93b79 100644 --- a/libgomp/testsuite/libgomp.fortran/omp_parse3.f90 +++ b/libgomp/testsuite/libgomp.fortran/omp_parse3.f90 @@ -1,5 +1,5 @@ ! { dg-do run } -! { dg-require-effective-target tls } +! { dg-require-effective-target tls_runtime } use omp_lib common /tlsblock/ x, y integer :: x, y, z diff --git a/libgomp/testsuite/libgomp.fortran/pr25162.f b/libgomp/testsuite/libgomp.fortran/pr25162.f index d13abd47729..a868ea4c9b2 100644 --- a/libgomp/testsuite/libgomp.fortran/pr25162.f +++ b/libgomp/testsuite/libgomp.fortran/pr25162.f @@ -1,5 +1,6 @@ C PR fortran/25162 C { dg-do run } +C { dg-require-effective-target tls_runtime } PROGRAM PR25162 CALL TEST1 CALL TEST2 diff --git a/libgomp/testsuite/libgomp.fortran/threadprivate1.f90 b/libgomp/testsuite/libgomp.fortran/threadprivate1.f90 index 5e23b1ae180..99a20185509 100644 --- a/libgomp/testsuite/libgomp.fortran/threadprivate1.f90 +++ b/libgomp/testsuite/libgomp.fortran/threadprivate1.f90 @@ -1,5 +1,5 @@ ! { dg-do run } -! { dg-require-effective-target tls } +! { dg-require-effective-target tls_runtime } module threadprivate1 double precision :: d diff --git a/libgomp/testsuite/libgomp.fortran/threadprivate2.f90 b/libgomp/testsuite/libgomp.fortran/threadprivate2.f90 index 9fd844e68d3..f3a4af0fc13 100644 --- a/libgomp/testsuite/libgomp.fortran/threadprivate2.f90 +++ b/libgomp/testsuite/libgomp.fortran/threadprivate2.f90 @@ -1,5 +1,5 @@ ! { dg-do run } -! { dg-require-effective-target tls } +! { dg-require-effective-target tls_runtime } module threadprivate2 integer, dimension(:,:), allocatable :: foo diff --git a/libgomp/testsuite/libgomp.fortran/threadprivate3.f90 b/libgomp/testsuite/libgomp.fortran/threadprivate3.f90 index 449da91a8a0..d20a6520a8a 100644 --- a/libgomp/testsuite/libgomp.fortran/threadprivate3.f90 +++ b/libgomp/testsuite/libgomp.fortran/threadprivate3.f90 @@ -1,5 +1,5 @@ ! { dg-do run } -! { dg-require-effective-target tls } +! { dg-require-effective-target tls_runtime } module threadprivate3 integer, dimension(:,:), pointer :: foo => NULL() -- cgit v1.2.3