This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PING^2] Unreviewed debugging fixes
- From: Richard Sandiford <rsandifo at nildram dot co dot uk>
- To: gcc-patches at gcc dot gnu dot org
- Date: Thu, 29 Nov 2007 22:06:43 +0000
- Subject: [PING^2] Unreviewed debugging fixes
http://gcc.gnu.org/ml/gcc-patches/2007-11/msg00835.html
Fix various problems with -fvar-tracking on big-endian systems.
http://gcc.gnu.org/ml/gcc-patches/2007-11/msg00836.html
Follow-on patch to fix problems with pass-by-reference parameters.
(BTW, in the covering message for the first patch, I quoted the
4.2 regclass.c code rather than the pre-patch mainline regclass.c
code. They're behaviourally equivalent, but the REG_ATTRS check
has been hoisted in mainline to avoid unnecessary work. The patch
itself was against mainline and so took this hosting into account.
Sorry for any confusion!)
Richard