This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Committed] PR fortran/90985 -- DATA must be followed by whitespace


On Fri, Aug 2, 2019 at 4:51 PM Steve Kargl
<sgk@troutmask.apl.washington.edu> wrote:
>
> In free-form source code, DATA must be followed by whitespace.
> This patch checks for whitespace, and if none is found, returns
> MATCH_NO to give other matchers a chance to run.
>
> 2019-08-02  Steven G. Kargl  <kargl@gcc.gnu.org>
>
>         PR fortran/90985
>         * decl.c (gfc_match_data): In free-form code, DATA be followed by
>         whitespace.
>
> 2019-08-02  Steven G. Kargl  <kargl@gcc.gnu.org>
>
>         PR fortran/90985
>         * gfortran.dg/pr90985.f90: New test.
>

This may have caused:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91372

-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]