Commit dcb859a3 by Francois-Xavier Coudert Committed by François-Xavier Coudert

openmp_stack.f90: Fix typo.

	* gfortran.dg/openmp_stack.f90: Fix typo.
	* gfortran.dg/recursive_stack.f90: Fix typo.

From-SVN: r128834
parent 39641489
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
! { dg-do run}
! { dg-do run }
! { dg-options "-fopenmp" }
program openmp_stack
implicit none
......
! { dg-do run}
! { dg-do run }
! { dg-options "-frecursive" }
program recursive_stack
call foo (.true.)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment