]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pr33695.c
Update copyright years.
[thirdparty/gcc.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 }