re PR fortran/25099 (Conformance of arguments to ELEMENTAL subroutines)
commitc9379bf062307760ddf408620d5e233700583c78
authorPaul Thomas <pault@gcc.gnu.org>
Sun, 23 Apr 2006 11:56:37 +0000 (23 11:56 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sun, 23 Apr 2006 11:56:37 +0000 (23 11:56 +0000)
treec661259a0ba7d90009650c4ba358c303a57575ac
parentdb03587b6c2a9b2f3b8c5c9da7e40000f752c621
re PR fortran/25099 (Conformance of arguments to ELEMENTAL subroutines)

2006-04-23  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/25099
* resolve.c (resolve_call): Check conformity of elemental
subroutine actual arguments.

2006-04-23  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/25099
* gfortran.dg/elemental_subroutine_4.f90: New test.
* gfortran.dg/assumed_size_refs_1.f90: Add error to non-conforming
call sub (m, x).

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