primary.c (gfc_match_structure_constructor): Allow constructor for types without...
authorTobias Burnus <burnus@net-b.de>
Thu, 22 Nov 2007 21:40:22 +0000 (22:40 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Thu, 22 Nov 2007 21:40:22 +0000 (22:40 +0100)
commitd4d757e6b5d3d66ea683f53d6f65e7718d4df6b4
treeff380a1fff144a45ba2d38687700f27bd1bf96cb
parentcd9a21ca0b5ee9e1c4d5ae0140a0ac26564e5143
primary.c (gfc_match_structure_constructor): Allow constructor for types without components.

2007-11-22  Tobias Burnus  <burnus@net-b.de>

        * primary.c (gfc_match_structure_constructor): Allow
        constructor for types without components.

2007-11-22  Tobias Burnus  <burnus@net-b.de>

        * gfortran.dg/derived_constructor_comps_3.f90: New.

From-SVN: r130358
gcc/fortran/ChangeLog
gcc/fortran/primary.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/derived_constructor_comps_3.f90 [new file with mode: 0644]