re PR fortran/15051 (Incorrect error for empty interface block)
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Fri, 14 May 2004 13:26:03 +0000 (15:26 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Fri, 14 May 2004 13:26:03 +0000 (15:26 +0200)
commitee17cbda2e69d9d19d4664cef4f96ff180ca8c5b
tree673aa0b64dd4e884e45baa7292b1e559403f3942
parent9fc4d79ba4e0abc41cb6ee48debc6a2308f22a75
re PR fortran/15051 (Incorrect error for empty interface block)

testsuite:

PR fortran/15051
* gfortran.fortran-torture/compile/empty_interface_1.f90: New
test.

fortran:

        PR fortran/15051
* parse.c (parse_interface): Allow empty INTERFACE, remove
        seen_body.

Also added ChangeLog entry missing from previous commit, removed umlaut from ChangeLog, and fixed previous entry to use tabs.

From-SVN: r81841
gcc/fortran/ChangeLog
gcc/fortran/parse.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.fortran-torture/compile/empty_interface_1.f90 [new file with mode: 0644]