OSDN Git Service

2010-06-26 Tobias Burnus <burnus@net-b.de>
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Jun 2010 06:19:57 +0000 (06:19 +0000)
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Jun 2010 06:19:57 +0000 (06:19 +0000)
        * gfortran.dg/semicolon_fixed.f: Fix dg syntax..
        * gfortran.dg/semicolon_fixed_2.f: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161426 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/semicolon_fixed.f
gcc/testsuite/gfortran.dg/semicolon_fixed_2.f

index 88f6e03..3984dd7 100644 (file)
@@ -1,3 +1,8 @@
+2010-06-26  Tobias Burnus  <burnus@net-b.de>
+
+       * gfortran.dg/semicolon_fixed.f: Fix dg syntax..
+       * gfortran.dg/semicolon_fixed_2.f: Ditto.
+
 2010-06-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        PR testsuite/38946
index 1629764..7bd0ada 100644 (file)
@@ -1,5 +1,5 @@
 ! { dg-do compile }
-! { dg-do options "-std=f2003" }
+! { dg-options "-std=f2003" }
 !
 ! PR 19259 Semicolon cannot start a line (in F2003)
       x=1; y=1;
index d4f3862..8ee444c 100644 (file)
@@ -1,5 +1,5 @@
 ! { dg-do compile }
-! { dg-do options "-std=f2008" }
+! { dg-options "-std=f2008" }
 
 ! PR 19259 Semicolon cannot start a line
 ! but it F2008 it can!