This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Miscellaneous cleanups and bug-fixes for MIPS
- From: Richard Sandiford <rsandifo at nildram dot co dot uk>
- To: gcc-patches at gcc dot gnu dot org
- Date: Thu, 18 Oct 2007 18:10:35 +0100
- Subject: Miscellaneous cleanups and bug-fixes for MIPS
I'm about to commit a series of patches that came from a read-through
of mips.c (something I've meant to do for a while). Some of the patches
are cleanups, others are bug fixes. I realise that cleanups aren't exactly
stage 3 material, but such large, trivial, changes can cause merge problems
during stages 1 and 2, so I thought it'd be best to leave it until now.
I'm using the usual leniency given to target maintainers.
Richard