This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [gfortran,commited] Fix a bunch of dg directives in the testsuite
- From: dominiq at lps dot ens dot fr (Dominique Dhumieres)
- To: fortran at gcc dot gnu dot org
- Date: Sat, 31 Mar 2007 19:57:58 +0200
- Subject: Re: [gfortran,commited] Fix a bunch of dg directives in the testsuite
I have found more typos in the last snapshot (20070330):
assumed_dummy_1.f90:! { dg do-run}
char_initialiser_actual.f90:! { dg do-run }
nested_modules_2.f90:! { dg do-run }
shift-alloc.f90:! { dg do-run }
and, obviously on purpose,
pointer_intent_1.f90:! { dg-run }
is still there.
Dominique