* gfortran.dg/return_1.f90: Fix dg annotation.
From-SVN: r99546
This commit is contained in:
parent
a226fc2b9c
commit
e0bba0931d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user