------- Additional Comments From bonzini at gcc dot gnu dot org 2005-08-24 13:50 ------- Nicer test case:
typedef int m64 __attribute__ ((__vector_size__ (8))); void mmxCombineMaskU (m64 * mask, int width) { while (--width >= 0) *mask++ = (m64) 0LL; } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23546