]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/18993 (incorrect parsing in fixed-form)
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Wed, 15 Dec 2004 18:55:57 +0000 (19:55 +0100)
committerTobias Schlüter <tobi@gcc.gnu.org>
Wed, 15 Dec 2004 18:55:57 +0000 (19:55 +0100)
commit172b87995cadacf87ba6ce1517b8a49acc3db0ae
tree25d335815082aad2eeacd0769e1dfa8b999b1d25
parent7cbeffe2fb5a19ce1ae22e1a1e5654eb951ce901
re PR fortran/18993 (incorrect parsing in fixed-form)

fortran/
PR fortran/18993
* match.c (gfc_match_if): Don't explicitly skip optional whitespace.
(gfc_match_nullify): Make sure that ')' is in front of the end of
statement.

testsuite/
PR fortran/18993
* gfotran.dg/nullify_1.f: New test.

From-SVN: r92209
gcc/fortran/ChangeLog
gcc/fortran/match.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/nullify_1.f [new file with mode: 0644]