Commit e4814b39 by Tobias Burnus Committed by Tobias Burnus

semicolon_fixed.f: Fix dg syntax..

2010-06-26  Tobias Burnus  <burnus@net-b.de>

        * gfortran.dg/semicolon_fixed.f: Fix dg syntax..
        * gfortran.dg/semicolon_fixed_2.f: Ditto.

From-SVN: r161426
parent f6052f86
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
......
! { 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;
......
! { dg-do compile }
! { dg-do options "-std=f2008" }
! { dg-options "-std=f2008" }
! PR 19259 Semicolon cannot start a line
! but it F2008 it can!
......
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