This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [PATCH] fortran/28866 -- Fix not so simple simple IF
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Sun, 27 Aug 2006 17:50:08 -0700
- Subject: Re: [PATCH] fortran/28866 -- Fix not so simple simple IF
- References: <20060828001507.GA55986@troutmask.apl.washington.edu>
On Sun, Aug 27, 2006 at 05:15:07PM -0700, Steve Kargl wrote:
> The attached patch has been regression tested on i386-*-freebsd
> with no new regression.
(snip)
> 2006-08-27 Steven G. Kargl <kargls@comcast.net>
>
> PR fortran/28866
> * match.c (gfc_match_assignment): Re-arrange error handling of failed
> matches. Move FL_PARAMETER check to ...
> * primary.c: Wrap Copyright info.
> (match_variable): ... here. Enhance error messages.
>
> 2006-08-27 Steven G. Kargl <kargls@comcast.net>
>
> PR fortran/28866
> * gfortran.dg/simpleif_2.f90: New test.
> * gfortran.dg/pr19936_1.f90: Fix dg-error message.
> * gfortran.dg/enum_5.f90: Ditto.
>
I forgot to mention that I also tested this patch against about
2 million LOC, which I gleaned from the internet.
--
Steve