------- Comment #6 from fxcoudert at gcc dot gnu dot org 2008-03-02 19:11
-------
(In reply to comment #5)
> My guess would be that in rs6000_legitimize_address
So maybe a likely culprit would be:
2008-02-22 Nathan Froyd <[EMAIL PROTECTED]>
* config/rs6000/rs6000.c (rs6000_legitimize_address): Check to
ensure that we can address an entire entity > 8 bytes. Don't
generate reg+reg addressing for such data.
Another rs6000 patch in this span of time is:
2008-02-23 David Edelsohn <[EMAIL PROTECTED]>
* config/rs6000/rs6000.h (CONSTANT_ALIGNMENT): Use STRICT_ALIGNMENT
instead of TARGET_STRICT_ALIGN.
(plus the patches adding support for new models, but they shouldn't make a
difference).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35373