]> git.ipfire.org Git - thirdparty/gcc.git/commit
2013-09-15 Tobias Burnus <burnus@net-b.de>
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Sep 2013 18:14:57 +0000 (18:14 +0000)
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Sep 2013 18:14:57 +0000 (18:14 +0000)
commit94ce0faed5f3c876ed0a8b73d3174f4e2d1d697a
tree800e25b834dfcf4e2501b24f9bce291d8109d684
parent8c56ff5235cfe1be4933ecae7947e505027cf645
2013-09-15  Tobias Burnus  <burnus@net-b.de>

        PR fortran/43366
        * primary.c (gfc_variable_attr): Also handle codimension.
        * resolve.c (resolve_ordinary_assign): Add invalid-diagnostic
        * for
        polymorphic assignment.

2013-09-15  Tobias Burnus  <burnus@net-b.de>

        PR fortran/43366
        * gfortran.dg/class_39.f03: Update dg-error.
        * gfortran.dg/class_5.f03: Ditto.
        * gfortran.dg/class_53.f90: Ditto.
        * gfortran.dg/realloc_on_assign_20.f90: New.
        * gfortran.dg/realloc_on_assign_21.f90: New.
        * gfortran.dg/realloc_on_assign_22.f90: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202713 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/primary.c
gcc/fortran/resolve.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/class_39.f03
gcc/testsuite/gfortran.dg/class_5.f03
gcc/testsuite/gfortran.dg/class_53.f90
gcc/testsuite/gfortran.dg/realloc_on_assign_20.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/realloc_on_assign_21.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/realloc_on_assign_22.f90 [new file with mode: 0644]