re PR fortran/52016 ([OOP] Polymorphism and elemental: missing diagnostic)
authorTobias Burnus <burnus@net-b.de>
Fri, 27 Jan 2012 13:02:54 +0000 (14:02 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Fri, 27 Jan 2012 13:02:54 +0000 (14:02 +0100)
commit9775a921e0fb21cdd92ba3c26e603661865a5899
treec8076a388aa6ee87935d6bb837f822203c931edf
parent45c8342998c3c431a06366f37c48be9082de8906
re PR fortran/52016 ([OOP] Polymorphism and elemental: missing diagnostic)

2012-01-27  Tobias Burnus  <burnus@net-b.de>

        PR fortran/52016
        * resolve.c (resolve_formal_arglist): Fix elemental
        constraint checks for polymorphic dummies.

2012-01-27  Tobias Burnus  <burnus@net-b.de>

        PR fortran/52016
        * gfortran.dg/elemental_args_check_5.f90: New.

From-SVN: r183620
gcc/fortran/ChangeLog
gcc/fortran/resolve.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/elemental_args_check_5.f90 [new file with mode: 0644]