Re: pr64252.c: fix sizeof(int) assumption
Sorry, I meant unsigned int.
Re: pr64252.c: fix sizeof(int) assumption
On Sat, 6 Jun 2015, DJ Delorie wrote: On targets with 2 byte "int" the vectors are 16 values long, which breaks the index count in __builtin_shuffle() using more than one input vector. Ok? * gcc.dg/pr64252.c: Fix assumption about sizeof(int). 2015-06-05 Thomas Koenig Index: gcc.dg/