aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2007-09-28 15:22:18 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2007-09-28 15:22:18 +0200
commitbd69daef031ae2afefc43f72e5050e006dc142fe (patch)
tree3275637027c5a5e8ba5a13f9596eeb22d0dcd08e
parentb0aa2390573e52199741ce74eaac3102ea631370 (diff)
downloadgcc-bd69daef031ae2afefc43f72e5050e006dc142fe.zip
gcc-bd69daef031ae2afefc43f72e5050e006dc142fe.tar.gz
gcc-bd69daef031ae2afefc43f72e5050e006dc142fe.tar.bz2
openmp_stack.f90: Removed.
* gfortran.dg/openmp_stack.f90: Removed. * testsuite/libgomp.fortran/stack.f90: New test. From-SVN: r128863
-rw-r--r--gcc/testsuite/ChangeLog2
-rw-r--r--libgomp/ChangeLog4
-rw-r--r--libgomp/testsuite/libgomp.fortran/stack.f90 (renamed from gcc/testsuite/gfortran.dg/openmp_stack.f90)5
3 files changed, 8 insertions, 3 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 67e390a..077e118 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,5 +1,7 @@
2007-09-28 Jakub Jelinek <jakub@redhat.com>
+ * gfortran.dg/openmp_stack.f90: Removed.
+
PR c++/31434
* g++.dg/cpp0x/variadic80.C: New test.
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 22d936b..b11a5a0 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-28 Jakub Jelinek <jakub@redhat.com>
+
+ * testsuite/libgomp.fortran/stack.f90: New test.
+
2007-09-10 Danny Smith <dannysmith@users.sourceforge.net>
* config/mingw32/proc.c: New file.
diff --git a/gcc/testsuite/gfortran.dg/openmp_stack.f90 b/libgomp/testsuite/libgomp.fortran/stack.f90
index 6ec1d78..b27673d 100644
--- a/gcc/testsuite/gfortran.dg/openmp_stack.f90
+++ b/libgomp/testsuite/libgomp.fortran/stack.f90
@@ -1,6 +1,5 @@
! { dg-do run }
-! { dg-options "-fopenmp" }
-program openmp_stack
+program stack
implicit none
integer id
integer ilocs(2)
@@ -13,7 +12,7 @@ program openmp_stack
! Check that the two threads are not sharing a location for
! the array x in foo()
if (ilocs(1) .eq. ilocs(2)) call abort
-end program openmp_stack
+end program stack
integer function foo ()
implicit none