This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [cft] subreg validation round 2



On Nov 17, 2004, at 5:31 PM, Janis Johnson wrote:


That change also causes several new test failures for powerpc64-linux
with -m64, which now ICE in gen_lowpart_common for a BLKmode argument.

Yes this is because subreg of a register which is BLKmode is invalid now. See <http://gcc.gnu.org/ml/gcc/2004-11/msg00573.html> for another target which did the same thing and how to fix it.

Thanks,
Andrew Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]