2015-05-04 Sandra Loosemore <sandra@codesourcery.com>
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr43165.c
blob991c3d118b90080d87be839cd9d2cb9479f088fb
1 /* PR debug/43165 */
2 /* { dg-options "-g" } */
3 /* { dg-require-effective-target int32plus } */
5 struct __attribute__((packed)) S
7 unsigned char a;
8 unsigned short b;
9 unsigned short c;
10 unsigned d : 24;
13 void
14 foo (struct S p)
16 for (; p.c; p.c++)