This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch, fortran] Fix PR 20848, parameter and save conflict
- From: Thomas Koenig <Thomas dot Koenig at online dot de>
- To: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>
- Cc: Thomas Koenig <Thomas dot Koenig at online dot de>, fortran at gcc dot gnu dot org,gcc-patches at gcc dot gnu dot org
- Date: Wed, 7 Sep 2005 23:11:07 +0200
- Subject: Re: [patch, fortran] Fix PR 20848, parameter and save conflict
- References: <20050907202935.GA1611@meiner.onlinehome.de> <431F50BB.3040807@physik.uni-muenchen.de>
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