PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / pr33695.c
blob2d3ffbd6688c778355d08a338334bcd52a5b372b
1 /* { dg-do compile } */
3 /* We used to ICE with type-checking enabled. */
5 unsigned int bfstages(int M, float *Utbl, int Ustride)
7 return ((unsigned int) 1 << M) * Ustride;