* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.dg / pr28755.c
blob50b56fb8907cd057a2f04fad26e55c79a53dca85
1 /* PR middle-end/28755 */
2 /* { dg-do compile } */
3 /* { dg-require-effective-target ptr32plus } */
4 /* { dg-options "-Os" } */
5 /* { dg-final { scan-assembler-times "2112543726\|7deadbee" 2 } } */
6 /* { dg-skip-if "integer output is different here" { nvptx-*-* } } */
8 struct S
10 void *s1;
11 unsigned s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14;
14 const struct S array[] = {
15 { (void *) 0, 60, 640, 2112543726, 39682, 48, 16, 33, 10, 96, 2, 0, 0, 4 },
16 { (void *) 0, 60, 2112543726, 192, 18251, 16, 33, 10, 96, 2, 0, 0, 4, 212 }
19 void
20 foo (struct S *x)
22 x[0] = array[0];
23 x[5] = array[1];