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: Unreviewed patches


Joern Rennecke <amylaar@cs.tu-berlin.de> writes:

> http://gcc.gnu.org/ml/gcc-patches/2003-11/msg02022.html
>
> 2003-11-25  J"orn Rennecke <joern.rennecke@superh.com>
>
>         * loop.c (loop_invariant_p): Amend comment about where new registers
>         might come from.

OK.

> http://gcc.gnu.org/ml/gcc-patches/2003-09/msg01299.html
>
> 2003-09-02  J"orn Rennecke <joern.rennecke@superh.com>
>
>         * reload.c (reg_overlap_mentioned_for_reload_p):
>         When looking at a PLUS in X, avoid spuriously returning nonzero
>         when IN is a REG or another simple PLUS, or a MEM containing one.
>
> See also http://gcc.gnu.org/ml/gcc-patches/2003-11/msg01912.html
> why the fixed bug is a regression.

This is also OK.  Thank you for the detailed explanation of the
change.  (Should you handle MINUS as well as PLUS this way?)

zw


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