OSDN Git Service

fortran/
authortobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Nov 2005 21:55:02 +0000 (21:55 +0000)
committertobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Nov 2005 21:55:02 +0000 (21:55 +0000)
commit2695eb29f11383a09bc502425212f77c32006958
tree4335caee281df02cc8c23623c35e266e0f85e8f3
parent0b2186594e810d529667971a22ab9906e9caf60e
fortran/
PR fortran/24008
* decl.c (gfc_match_entry): Function entries need an argument list.
testsuite/
PR fortran/24008
* gfortran.dg/entry_5.f90: New.
* gfortran.fortran-torture/execute/entry_9.f90: Fix syntax error.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106358 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/entry_5.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.fortran-torture/execute/entry_9.f90