re PR fortran/36526 (pointer in pure function)
authorPaul Thomas <pault@gcc.gnu.org>
Wed, 25 Jun 2008 23:04:33 +0000 (23:04 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Wed, 25 Jun 2008 23:04:33 +0000 (23:04 +0000)
commit811d3cd3df6ac9847ab3de583c0e03d941bd6898
tree5499b47a64e3f601ea22fe21b340401bb7e10eec
parent0edb82cb9fcf3740ea944359a7e15c4f2ae57d55
re PR fortran/36526 (pointer in pure function)

2008-06-25  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/36526
* interface.c (check_intents):  Correct error where the actual
arg was checked for a pointer argument, rather than the formal.

2008-06-25  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/36526
* gfortran.dg/proc_formal_proc_2.f90: New test.

From-SVN: r137125
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pure_formal_proc_2.f90 [new file with mode: 0644]