]> git.ipfire.org Git - thirdparty/gcc.git/commit
2013-06-07 Tobias Burnus <burnus@net-b.de>
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Jun 2013 15:05:47 +0000 (15:05 +0000)
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Jun 2013 15:05:47 +0000 (15:05 +0000)
commitaa21bb5ddf911fb4adb85f056bfa4dd0a3712980
treeaabfb60b1fa8644cbc213b22b8baf303b5d8ba45
parentb1032ad8b157391fbd5b0b8b660245326238515a
2013-06-07  Tobias Burnus  <burnus@net-b.de>

        PR fortran/57549
        * array.c (gfc_match_array_constructor): Call
        gfc_match_type_spec instead of gfc_match_decl_type_spec.
        * match.c (gfc_match_type_spec): Renamed from match_type_spec.
        (gfc_match_type_is, gfc_match_allocate): Update call.
        * match.h (gfc_match_type_spec): Add prototype.

2013-06-07  Tobias Burnus  <burnus@net-b.de>

        PR fortran/57549
        * gfortran.dg/array_constructor_48.f90: New.
        * gfortran.dg/array_constructor_type_14.f03: Correct test case.
        * gfortran.dg/array_constructor_type_15.f03: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@199820 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/array.c
gcc/fortran/match.c
gcc/fortran/match.h
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/array_constructor_48.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/array_constructor_type_14.f03
gcc/testsuite/gfortran.dg/array_constructor_type_15.f03