This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
testsuite directive dg-run, again
- From: Manfred Schwarb <manfred99 at gmx dot ch>
- To: "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>
- Date: Tue, 04 Jun 2013 23:25:30 +0200
- Subject: testsuite directive dg-run, again
Hi,
I reran my script made in January to detect strange
dg directives, and indeed, we grew a new one in
the mean time:
Index: string_length_2.f90
===================================================================
--- string_length_2.f90 (revision 199673)
+++ string_length_2.f90 (working copy)
@@ -1,4 +1,4 @@
-! { dg-run }
+! { dg-do run }
! { dg-options "-fdump-tree-original" }
! Test that all string length calculations are
! optimized away.
Cheers,
Manfred