aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/pr17119.c
blob: 28d6ccbe0b210f48f54f8c34ea0da63d4c02e83a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
void
_mesa_DrawPixels (int width, int height, unsigned format,
		  unsigned type, const void * pixels)
{
  switch (format)
    {
    case 0x1900:
      func1 ();
      break;
    case 0x1907:
    case 0x80E0:
    case 0x1908:
    case 0x80E1:
    case 0x8000:
      func2 ();
      break;
    }
}