Commit 3e4c09d0 by Steven G. Kargl Committed by Steven G. Kargl

* Revert accidental commit to enum_5.f90.

From-SVN: r108716
parent df8652dc
2005-12-17 Steven G. Kargl <kargls@comcast.net>
*gfortran.dg/enum_5.f: Revert to previous version.
2005-12-17 Steven G. Kargl <kargls@comcast.net>
* gfortran.dg/imag_1.f: Fix nonstandard type declarations.
* gfortran.dg/nested_modules_1.f90: Ditto.
* gfortran.dg/hollerith_f95.f90: Ditto.
......@@ -6,7 +6,7 @@ program main
integer :: i = 1
enum, bind (c) ! { dg-warning "New in Fortran 2003" }
enumerator :: red, black = i ! { dg-error "is a variable" }
enumerator :: red, black = i ! { dg-error "cannot appear" }
enumerator :: blue = 1
end enum junk ! { dg-error "Syntax error" }
......
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