[PATCH] PR fortran/24636 -- reduce noise from STOP

Steve Kargl sgk@troutmask.apl.washington.edu
Fri Nov 4 22:21:00 GMT 2005


On Fri, Nov 04, 2005 at 08:38:32PM +0100, Thomas Koenig wrote:
> On Fri, Nov 04, 2005 at 11:31:01AM -0800, Steve Kargl wrote:
> 
> > ===================================================================
> > --- match.c     (revision 106387)
> > +++ match.c     (working copy)
> > @@ -1405,7 +1405,7 @@ gfc_match_stopcode (gfc_statement st)
> >    gfc_expr *e;
> >    match m;
> >  
> > -  stop_code = 0;
> > +  stop_code = -1;
> >    e = NULL;
> > 
> > 
> > The change for libgfortran/runtime/stop.c is still needed.
> 
> The patch is OK with this.
> 

Commit to mainline.  I'll commit to 4.0.x after
the bootstrap and regression test completes.

-- 
Steve



More information about the Fortran mailing list