This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [gfortran] Follow-up to END matching updates
- From: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>
- To: Paul Brook <paul at codesourcery dot com>
- Cc: fortran at gcc dot gnu dot org, patch <gcc-patches at gcc dot gnu dot org>
- Date: Sat, 26 Jun 2004 13:16:21 +0200
- Subject: Re: [gfortran] Follow-up to END matching updates
- References: <40DC4429.7080607@physik.uni-muenchen.de> <200406261151.20273.paul@codesourcery.com>
Paul Brook wrote:
>>Index: decl.c
>> default:
>> gfc_error ("Unexpected END statement at %C");
>>+ eos_ok = 0;
>> goto cleanup;
>> }
>
>
> This is unnecessary.
:-) That's why I like patch review.
- Tobi