This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] remove duplicated lines in gcc/fortran/resolve.c
- From: FX <fxcoudert at gmail dot com>
- To: Dominique Dhumieres <dominiq at lps dot ens dot fr>
- Cc: fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Sun, 21 Sep 2014 10:44:02 +0200
- Subject: Re: [PATCH] remove duplicated lines in gcc/fortran/resolve.c
- Authentication-results: sourceware.org; auth=none
- References: <20140920163351 dot 5CC73100 at mailhost dot lps dot ens dot fr>
> AFAICT the lines 11200-11222 in gcc/fortran/resolve.c are a copy of
> the lines 11176-11198.
The duplicates were introduced by revision 126468, an unrelated patch, after the original commit of the code as 126466. It looks like a svn/patch mishap.
> The following patch removes the duplicated
> lines. OK for the trunk?
You didnât say if it was regtested. OK if it was (one can never be too sure!)
Thanks,
FX