Commit 5b1c60e9 by David Billinghurst Committed by David Billinghurst

gfortran-dg.exp (gfortran-dg-test): Adapt regular expression to match gfortran…

gfortran-dg.exp (gfortran-dg-test): Adapt regular expression to match gfortran warning/error messages

2004-07-10  David Billinghurst (David.Billinghurst@riotinto.com)

	* lib/gfortran-dg.exp (gfortran-dg-test):  Adapt regular
	expression to match gfortran warning/error messages
	* gfortran.dg/g77/12632.f: Copy from g77.dg and fix
	dg-error text.

From-SVN: r84372
parent 3042e24b
2004-07-10 David Billinghurst (David.Billinghurst@riotinto.com)
* lib/gfortran-dg.exp (gfortran-dg-test): Adapt regular
expression to match gfortran warning/error messages
* gfortran.dg/g77/12632.f: Copy from g77.dg and fix
dg-error text.
2004-07-09 David Billinghurst (David.Billinghurst@riotinto.com)
* lib/fortran-torture.exp: Rename proc search_for to
......
C { dg-do compile }
C { dg-options "-fbounds-check" }
INTEGER I(1)
I(2) = 0 ! { dg-error "out of bounds" "out of bounds" }
END
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