* gfortran.fortran-torture/execute/der_init_3.f90: Fix syntax error.
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Fri, 25 Jun 2004 15:30:57 +0000 (17:30 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Fri, 25 Jun 2004 15:30:57 +0000 (17:30 +0200)
From-SVN: r83654

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.fortran-torture/execute/der_init_3.f90

index 54850865be22a7765b1c6ffa882414a33bf10d94..6f39212007f43d28c02d937a8326a7317ab9eb32 100644 (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.
index 16f203a3059be2980230ad98b173da1fa271f5fe..21b79092f74accf5e309c1a583eb71b204baa41c 100644 (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 !!!