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

From-SVN: r83654
This commit is contained in:
Tobias Schlüter 2004-06-25 17:30:57 +02:00 committed by Tobias Schlüter
parent efaa45e648
commit e2296cc21d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -3,7 +3,7 @@
program main
type xyz
integer :: x = 123
end
end type xyz
type (xyz) :: a !! ok
type (xyz) b !!! not initialized !!!