Commit e0bba093 by Tobias Schlüter Committed by Tobias Schlüter

* gfortran.dg/return_1.f90: Fix dg annotation.

From-SVN: r99546
parent a226fc2b
......@@ -4,6 +4,8 @@
* gfortran.dg/f2c_1.f90, gfortran.dg/f2c_2.f90,
gfortran.dg/f2c_3.f90: New tests.
* gfortran.dg/return_1.f90: Fix dg annotation.
2005-05-10 Diego Novillo <dnovillo@redhat.com>
* gcc.c-torture/compile/20050510-1.c: New test.
......
......@@ -2,5 +2,5 @@
! Test cases where no blank is required after RETURN
subroutine sub(*)
return(1)
return1 ! { dg-error }
return1 ! { dg-error "" }
end subroutine
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