openmp_stack.f90: Fix typo.
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Thu, 27 Sep 2007 13:39:26 +0000 (13:39 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Thu, 27 Sep 2007 13:39:26 +0000 (13:39 +0000)
* gfortran.dg/openmp_stack.f90: Fix typo.
* gfortran.dg/recursive_stack.f90: Fix typo.

From-SVN: r128834

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/openmp_stack.f90
gcc/testsuite/gfortran.dg/recursive_stack.f90

index c74f89998542f69cf91627fb813557e420a5a6a8..e7b5252097fe43b8a7316f46bf3080b4041c44e6 100644 (file)
@@ -1,3 +1,8 @@
+2007-09-27  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       * gfortran.dg/openmp_stack.f90: Fix typo.
+       * gfortran.dg/recursive_stack.f90: Fix typo.
+
 2007-09-27  Paolo Carlini  <pcarlini@suse.de>
 
        PR c++/33493
index 97dd9156cf27d9c1ee73af428bea57f1244c3991..6ec1d786fc355a1b1ecf9b381f806a7ba163472c 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do run}
+! { dg-do run }
 ! { dg-options "-fopenmp" }
 program openmp_stack
   implicit none
index 7dbe9fcd7405f2eba0ec5fb66d88f2e8a706b11a..c555c0d9f991b4869a1cbf038a34329a9fa35ad9 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do run}
+! { dg-do run }
 ! { dg-options "-frecursive" }
 program recursive_stack
   call foo (.true.)