This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] fortran/24640 -- invalid statement label
- From: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>
- To: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- Cc: fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Mon, 02 Jan 2006 21:57:57 +0100
- Subject: Re: [PATCH] fortran/24640 -- invalid statement label
- References: <20060102182822.GA11751@troutmask.apl.washington.edu>
Steve Kargl wrote:
> 2006-01-02 Steven G. Kargl <kargls@comcast.net>
>
> PR fortran/24640
> * parse.c (next_free): Check for whitespace after the label.
> * match.c (gfc_match_small_literal_int): Initialize cnt variable.
>
> * gfortran.dg/label_2.f90: New test.
OK
- Tobi