This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Ping: Fix the PowerPC var-tracking.c failure
- From: Richard Sandiford <rsandifo at nildram dot co dot uk>
- To: gcc-patches at gcc dot gnu dot org
- Date: Sun, 30 Sep 2007 23:16:28 +0100
- Subject: Ping: Fix the PowerPC var-tracking.c failure
- References: <87k5qfj0hg.fsf@firetop.home>
Ping! Now bootstrapped & regression-tested on x86_64-linux-gnu, ppc32
and ia64. Also regression-tested on mipsisa64-elf. It sounds like
Jakub has seen this bug well before the recent DSE changes.
Richard
Richard Sandiford <rsandifo@nildram.co.uk> writes:
> I posted an RFC last Wednesday to restore DSE's "access_size <=
> UNITS_PER_WORD" test to fix the var-tracking bug that this exposed
> on PowerPC:
>
> http://gcc.gnu.org/ml/gcc-patches/2007-09/msg01582.html
>
> The patch seems to be working for me, and no-one has objected,
> so I'd like to turn it into an RFA. Bootstrapped & regression-tested
> on x86_64-linux-gnu. Also regression-tested on mipsisa64-elfoabi and
> mipsisa64-elf. OK to install?
>
> Richard