This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [gfortran] PATCH Fix PR 19936
- From: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>
- To: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- Cc: fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Fri, 04 Mar 2005 22:17:26 +0100
- Subject: Re: [gfortran] PATCH Fix PR 19936
- References: <20050213175713.GA41194@troutmask.apl.washington.edu>
Steve Kargl wrote:
> 2005-02-13 Steven G. Kargl <kargls@comcast.net>
>
> PR 19936
> * primary.c (match_complex_constant): Mangled complex constant may
> be an implied do-loop. Give implied do-loop matcher a chance.
I was afraid that this might cause an accepts-invalid bug, but I couldn't
create an example, so I think this is ok. If you can't think of one either,
please check this in together with a testcase which checks for this error.
- Tobi