This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 3.3: IA64 bug fixes
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: "Zack Weinberg" <zack at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Gabriel Dos Reis <Gabriel dot Dos-Reis at cmla dot ens-cachan dot fr>
- Date: 16 Dec 2003 23:33:30 +0100
- Subject: Re: 3.3: IA64 bug fixes
- Organization: Integrable Solutions
- References: <87d6aoo3y2.fsf@egil.codesourcery.com>
"Zack Weinberg" <zack@codesourcery.com> writes:
| This is a grab bag of patches - all but one backports from mainline -
| which improve the state of the testsuite on ia64-hp-hpux11.23 and I
| would expect on other ia64 targets as well. The overall difference is
[...]
| The combine.c change is very large but that's because distribute_notes
| now takes two fewer arguments. The substance of the change is the
| much smaller bit
|
| - if (rtx_equal_p (XEXP (note, 0), elim_i2)
| - || rtx_equal_p (XEXP (note, 0), elim_i1))
| - break;
| -
|
| and the patch has been on mainline since May with no problems.
|
| OK for 3.3 branch?
Yes.
Thanks,
-- Gaby