------- Comment #8 from meissner at gcc dot gnu dot org 2010-03-23 23:43 ------- I have tracked down the issue, and will submit a patch tomorrow after further testing. The issue is when a multi-word items is loaded to GPRS, and the address is of the form (r0+reg), the compiler was using r0 as the base register, which is not allowed in the powerpc architecture.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43484