--
irar at il dot ibm dot com changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |irar at il dot ibm dot com
|dot org
--- Comment #4 from irar at il dot ibm dot com 2008-09-18 07:26 ---
Reduced testcase:
typedef struct _OilFunctionImpl OilFunctionImpl;
struct _OilFunctionImpl {
void *func;
};
static void
ayuv2yuyv_ref (int *d, int *src, int n)
{
char *dest = (char *)d;
int i;
for(i=0;i>16)&0x
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-09-16 16:36 ---
It is hanging in vectorizable_load.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added