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: Fix PR target/16884


"Giovanni Bajo" <giovannibajo@libero.it> writes:

> Denis Chertykov wrote:
> 
> >>> 2004-09-02  Denis Chertykov  <denisc@overta.ru>
> >>>
> >>> PR target/16884
> >>> * config/avr/avr.md ("movmemhi"): Substitute match_dup to
> >>> match_scratch.
> >>> (*movmemqi_insn): Likewise.
> >>> (*movmemhi): Likewise.
> >>> (clrmemhi): Likewise.
> >>> (*clrmemqi): Likewise.
> >>> (*clrmemhi): Likewise.
> >>
> >> Would you please slightly comment the patch, and specify which
> >> branches you are going to commit this patch to?
> >
> > I had used match_dup in wrong way and now I have substituted
> > wrong match_dup's to match_scratch.
> >
> > I have committed this patch to mainline.
> 
> The bug in Bugzilla is flagged as a 3.4 regression, so the bug is present also
> on the 3.4 branch. Are you planning to commit the patch there as well once the
> branch is unfrozen?

Committed to gcc-3_4-branch.

Denis.


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