OSDN Git Service

* gcc.c-torture/compile/pr11832.c: XFAIL for mips and powerpc-linux,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / pr17119.c
1 void
2 _mesa_DrawPixels (int width, int height, unsigned format,
3                   unsigned type, const void * pixels)
4 {
5   switch (format)
6     {
7     case 0x1900:
8       func1 ();
9       break;
10     case 0x1907:
11     case 0x80E0:
12     case 0x1908:
13     case 0x80E1:
14     case 0x8000:
15       func2 ();
16       break;
17     }
18 }
19