decl.c (gfc_match_entry): Allow ENTRY without parentheses even in FUNCTIONs.
authorJakub Jelinek <jakub@redhat.com>
Wed, 6 Jul 2005 22:12:25 +0000 (00:12 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 6 Jul 2005 22:12:25 +0000 (00:12 +0200)
commit3c2d01f108e3c527c4f37ef926fdd6ff90a93b01
tree40fc84d8cf152cacee76d78d723bafad3157f094
parentef0087a7a0f1b38a0940085a95f22847d8a10a54
decl.c (gfc_match_entry): Allow ENTRY without parentheses even in FUNCTIONs.

* decl.c (gfc_match_entry): Allow ENTRY without parentheses
even in FUNCTIONs.

* gfortran.fortran-torture/execute/entry_9.f90: New test.

From-SVN: r101672
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.fortran-torture/execute/entry_9.f90 [new file with mode: 0644]