aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr33695.c
blob: 2d3ffbd6688c778355d08a338334bcd52a5b372b (plain)
1
2
3
4
5
6
7
8
/* { 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;
}