------- Comment #5 from hjl dot tools at gmail dot com  2010-02-25 15:30 -------
(In reply to comment #4)
> I think that this code:
> 
>   i[0].s[0] = 0;
>   i[0].s[1] = 1;
>   i[0].s[2] = 2;
>   i[0].s[3] = 3;
>   i[0].s[4] = 4;
>   i[0].s[5] = 5;
>   i[0].s[6] = 6;
>   i[0].s[7] = 7;
> 
> is also wrong. You have i[1].s[4].
> 

This testcase is extracted out of gcc.target/i386/vperm-v4si-2.c.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43175

Reply via email to