* gfortran.fortran-torture/execute/der_init_3.f90: Fix syntax error.
From-SVN: r83654
This commit is contained in:
parent
efaa45e648
commit
e2296cc21d
@ -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.
|
||||
|
@ -3,7 +3,7 @@
|
||||
program main
|
||||
type xyz
|
||||
integer :: x = 123
|
||||
end
|
||||
end type xyz
|
||||
|
||||
type (xyz) :: a !! ok
|
||||
type (xyz) b !!! not initialized !!!
|
||||
|
Loading…
x
Reference in New Issue
Block a user