[patch, fortran] Fix PR 20848, parameter and save conflict

Thomas Koenig Thomas.Koenig@online.de
Wed Sep 7 21:22:00 GMT 2005


On Wed, Sep 07, 2005 at 10:42:35PM +0200, Tobias Schlüter wrote:

> This patch is IMO obviously correct.

Thanks.  I did think it was bordering on being obvious, but I
prefer to ask if I venture somewhere new :-)

>Does it catch the bug in opposite order:
>  INTEGER, SAVE :: i
>  PARAMETER (i=5)
>  END
> ?

Yes, it does.  I have added this to the test case I just committed
on mainline.

	Thomas



More information about the Gcc-patches mailing list