Commit e2296cc2 by Tobias Schlüter Committed by Tobias Schlüter

* gfortran.fortran-torture/execute/der_init_3.f90: Fix syntax error.

From-SVN: r83654
parent efaa45e6
2004-06-25 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
* gfortran.fortran-torture/execute/der_init_3.f90: Fix syntax error.
2004-06-25 Richard Sandiford <rsandifo@redhat.com>
* gcc.dg/torture/mips-div-1.c: New test.
......
......@@ -3,7 +3,7 @@
program main
type xyz
integer :: x = 123
end
end type xyz
type (xyz) :: a !! ok
type (xyz) b !!! not initialized !!!
......
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