From: Dominique d'Humieres Date: Thu, 10 May 2007 20:11:45 +0000 (-0700) Subject: assumed_dummy_1.f90: Fix dg directive. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8b42b2fb96829c9cbc232e03e03afd124b3749ba;p=gcc.git assumed_dummy_1.f90: Fix dg directive. 2007-05-10 Dominique d'Humieres * assumed_dummy_1.f90: Fix dg directive. * char_initialiser_actual.f90: Likewise. * nested_modules_2.f90: Likewise. * shift-alloc.f90: Likewise. From-SVN: r124598 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5fc2b06feca..22bc7b7dda1 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2007-05-10 Dominique d'Humières + + * assumed_dummy_1.f90: Fix dg directive. + * char_initialiser_actual.f90: Likewise. + * nested_modules_2.f90: Likewise. + * shift-alloc.f90: Likewise. + 2007-05-10 Andreas Krebbel * gcc.dg/20070507-1.c: Disable for non-pic targets. diff --git a/gcc/testsuite/gfortran.dg/assumed_dummy_1.f90 b/gcc/testsuite/gfortran.dg/assumed_dummy_1.f90 index 97c163e8c6b..f0cf7750332 100644 --- a/gcc/testsuite/gfortran.dg/assumed_dummy_1.f90 +++ b/gcc/testsuite/gfortran.dg/assumed_dummy_1.f90 @@ -1,4 +1,4 @@ -! { dg do-run} +! { dg-do run} ! Tests the fix for PRs 19358, 19477, 21211 and 21622. ! ! Note that this tests only the valid cases with explicit interfaces. diff --git a/gcc/testsuite/gfortran.dg/char_initialiser_actual.f90 b/gcc/testsuite/gfortran.dg/char_initialiser_actual.f90 index 3796f7ee21c..7975a7e424b 100644 --- a/gcc/testsuite/gfortran.dg/char_initialiser_actual.f90 +++ b/gcc/testsuite/gfortran.dg/char_initialiser_actual.f90 @@ -1,4 +1,4 @@ -! { dg do-run } +! { dg-do run } ! Tests passing of character array initialiser as actual argument. ! Fixes PR18109. ! Contributed by Paul Thomas pault@gcc.gnu.org diff --git a/gcc/testsuite/gfortran.dg/nested_modules_2.f90 b/gcc/testsuite/gfortran.dg/nested_modules_2.f90 index 3d0985a7eac..5bfdaddaac2 100644 --- a/gcc/testsuite/gfortran.dg/nested_modules_2.f90 +++ b/gcc/testsuite/gfortran.dg/nested_modules_2.f90 @@ -1,4 +1,4 @@ -! { dg do-run } +! { dg-do run } ! This tests the patch for PR16861. ! ! Contributed by Paul Thomas diff --git a/gcc/testsuite/gfortran.dg/shift-alloc.f90 b/gcc/testsuite/gfortran.dg/shift-alloc.f90 index 2d660317235..70f1cbb660e 100644 --- a/gcc/testsuite/gfortran.dg/shift-alloc.f90 +++ b/gcc/testsuite/gfortran.dg/shift-alloc.f90 @@ -1,4 +1,4 @@ -! { dg do-run } +! { dg-do run } ! PR 22144: eoshift1, eoshift3 and cshift1 used to lack memory ! allocation, which caused the writes to segfault. program main