URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [vect/] [pr33373.c] - Rev 298
Compare with Previous | Blame | View Log
/* { dg-do compile } */ void DOSMEM_FillIsrTable(int*isr) { int i; for (i=0; i<256; i++) isr[i]=(((short)((i*4) & 0xFFFF)) | (0xf000 & 0xFFFF) << 16); } /* { dg-final { cleanup-tree-dump "vect" } } */