This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]