re PR fortran/61318 (Improve error diagnostic by pointing to the expression and not...
authorSteven G. Kargl <kargl@gcc.gnu.org>
Mon, 22 Aug 2016 18:18:14 +0000 (18:18 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Mon, 22 Aug 2016 18:18:14 +0000 (18:18 +0000)
commit30364ce673723a466def350c7378ddd3cc0c6c87
treebe0b814942e26b4f91ef7f4380d3f9da39ba8c06
parentad7a5a8fc58e29b259f8a746899772627a493e9e
re PR fortran/61318 (Improve error diagnostic by pointing to the expression and not to declared-at of a USE-associated variable)

2016-08-22  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/61318
* interface.c (compare_parameter): Use better locus for error message.

2016-08-22  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/61318
* gfortran.dg/pr61318.f90: New test.

From-SVN: r239667
gcc/fortran/ChangeLog
gcc/fortran/interface.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr61318.f90 [new file with mode: 0644]