* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / c-c++-common / goacc / uninit-use-device-clause.c
blobc5d327caf80813345a382fbcd98c3ca5d38b9c74
1 /* Test fails due to PR70388. */
2 /* { dg-do compile } */
3 /* { dg-excess-errors "PR70388" { xfail *-*-* } } */
4 /* { dg-additional-options "-Wuninitialized" } */
6 void
7 foo (void)
9 int i;
11 #pragma acc host_data use_device(i) /* { dg-warning "is used uninitialized in this function" "" { xfail *-*-* } } */