From dcb859a33f5a926fd27e006e71bdb4e893e40924 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Thu, 27 Sep 2007 13:39:26 +0000 Subject: [PATCH] openmp_stack.f90: Fix typo. * gfortran.dg/openmp_stack.f90: Fix typo. * gfortran.dg/recursive_stack.f90: Fix typo. From-SVN: r128834 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gfortran.dg/openmp_stack.f90 | 2 +- gcc/testsuite/gfortran.dg/recursive_stack.f90 | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c74f8999854..e7b5252097f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-09-27 Francois-Xavier Coudert + + * gfortran.dg/openmp_stack.f90: Fix typo. + * gfortran.dg/recursive_stack.f90: Fix typo. + 2007-09-27 Paolo Carlini PR c++/33493 diff --git a/gcc/testsuite/gfortran.dg/openmp_stack.f90 b/gcc/testsuite/gfortran.dg/openmp_stack.f90 index 97dd9156cf2..6ec1d786fc3 100644 --- a/gcc/testsuite/gfortran.dg/openmp_stack.f90 +++ b/gcc/testsuite/gfortran.dg/openmp_stack.f90 @@ -1,4 +1,4 @@ -! { dg-do run} +! { dg-do run } ! { dg-options "-fopenmp" } program openmp_stack implicit none diff --git a/gcc/testsuite/gfortran.dg/recursive_stack.f90 b/gcc/testsuite/gfortran.dg/recursive_stack.f90 index 7dbe9fcd740..c555c0d9f99 100644 --- a/gcc/testsuite/gfortran.dg/recursive_stack.f90 +++ b/gcc/testsuite/gfortran.dg/recursive_stack.f90 @@ -1,4 +1,4 @@ -! { dg-do run} +! { dg-do run } ! { dg-options "-frecursive" } program recursive_stack call foo (.true.) -- 2.30.2