]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/fortran/primary.c
re PR fortran/27613 (compile fails with "Unclassifiable statement" error message)
authorPaul Thomas <pault@gcc.gnu.org>
Sun, 21 May 2006 11:53:02 +0000 (11:53 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sun, 21 May 2006 11:53:02 +0000 (11:53 +0000)
commit811849c027531923175a35b52eecce0368d36a2e
tree4171568da927dcd7eb831eb7f19bfd1b5b93c3d1
parent13dbe6919072573e939fe5b693d2d6f052af3b12
re PR fortran/27613 (compile fails with "Unclassifiable statement" error message)

2006-05-21  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/27613
* primary.c (gfc_match_rvalue): Test if symbol represents a
direct recursive function reference.  Error if array valued,
go to function0 otherwise.

2006-05-21  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/27613
* gfortran.dg/recursive_reference_1.f90: New test.

From-SVN: r113951
gcc/fortran/ChangeLog
gcc/fortran/primary.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/recursive_reference_1.f90 [new file with mode: 0644]