PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / c-c++-common / gomp / pr81006.c
bloba826c5f5a5395edfd43319eaaa3ae1de55f5b4ff
1 /* PR c/81006 */
2 /* { dg-do compile } */
4 int a[] = {};
6 void foo()
8 #pragma omp task depend(out: a[:]) /* { dg-error "zero length array section in .depend. clause" } */
9 {}