Andrew Pinski <pins...@gmail.com> writes: > On Fri, Jul 27, 2012 at 12:15 PM, Sandra Loosemore > <san...@codesourcery.com> wrote: >> Richard, >> >> This ancient patch to tweak mips_legitimize_address >> >> http://gcc.gnu.org/ml/gcc/2008-11/msg00294.html >> >> seems to never have been applied. Do you have any idea whether this is >> still a useful change? The test case given in the first message in that >> thread no longer reproduces with a recent mainline build > > I think http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33699#c9 was the > change which fixes the original testcase.
Yeah. Adam's patch was a much better fix than my quick hack above. It exposed the requirements to the rtl optimisers rather than hiding them in the target code. Richard