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

Thomas Koenig Thomas.Koenig@online.de
Fri Nov 4 19:38:00 GMT 2005


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.

Thanks!
	Thomas



More information about the Fortran mailing list