URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr33695.c] - Rev 716
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* We used to ICE with type-checking enabled. */ unsigned int bfstages(int M, float *Utbl, int Ustride) { return ((unsigned int) 1 << M) * Ustride; }
Go to most recent revision | Compare with Previous | Blame | View Log