On 7/13/06, Paolo Bonzini <[EMAIL PROTECTED]> wrote:
Yes, but IIRC that was only for addressable things, not for registers.
Changing DECL_COMPLEX_GIMPLE_REG_P to DECL_GIMPLE_REG_P and adding support for it for vector types has fixed this problem. In fact now I can get vec_extract and vec_set (but only if I fix a different issue which checks the mode). Thanks, Andrew Pinski