This is the mail archive of the gcc@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: hppa-linux regressions and 3.2.2 release


At 00:09 03.02.2003, Franz Sirl wrote:
On Sunday 02 February 2003 23:33, Eric Botcazou wrote:
> Could you post the ChangeLog entries corresponding to the patches?

2002-07-21  Richard Henderson  <rth@redhat.com>

        * emit-rtl.c (set_mem_attributes): Preserve indirection of PARM_DECL
        when flag_argument_noalias == 2.
        * alias.c (nonoverlapping_memrefs_p): Handle that.
        * print-rtl.c (print_mem_expr): Likewise.
Unfortunately this one introduces a regression on powerpc-linux-gnu. It was fixed by rth a bit later by this patch:

2002-08-01 Richard Henderson <rth@redhat.com>

* integrate.c (copy_rtx_and_substitute): Squash MEM_EXPR when it
refers to a subroutine parameter.

See <http://gcc.gnu.org/ml/gcc-patches/2002-08/msg00103.html>.

I quickly checked by applying this patch and "make f771 && make check-g77" and the regression was fixed. I started a bootstrap on i686-linux-gnu and powerpc-linux-gnu with this additional patch applied.

Franz.

Attachment: gcc-hppafix-backport-2.patch
Description: Binary data


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