OSDN Git Service

PR preprocessor/30805:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr33695.c
1 /* { dg-do compile } */
2
3 /* We used to ICE with type-checking enabled.  */
4
5 unsigned int bfstages(int M, float *Utbl, int Ustride)
6 {
7    return ((unsigned int) 1 << M) * Ustride;
8 }