OSDN Git Service

* gfortran.dg/openmp_stack.f90: Removed.
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Sep 2007 13:22:18 +0000 (13:22 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Sep 2007 13:22:18 +0000 (13:22 +0000)
* testsuite/libgomp.fortran/stack.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128863 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
libgomp/ChangeLog
libgomp/testsuite/libgomp.fortran/stack.f90 [moved from gcc/testsuite/gfortran.dg/openmp_stack.f90 with 85% similarity]

index 67e390a..077e118 100644 (file)
@@ -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.
 
index 22d936b..b11a5a0 100644 (file)
@@ -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.
similarity index 85%
rename from gcc/testsuite/gfortran.dg/openmp_stack.f90
rename to libgomp/testsuite/libgomp.fortran/stack.f90
index 6ec1d78..b27673d 100644 (file)
@@ -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