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 c74f899..e7b5252 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 97dd915..6ec1d78 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do run}
+! { dg-do run }
 ! { dg-options "-fopenmp" }
 program openmp_stack
   implicit none
index 7dbe9fc..c555c0d 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do run}
+! { dg-do run }
 ! { dg-options "-frecursive" }
 program recursive_stack
   call foo (.true.)