(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
gomp/
pr96867.c
       1  /* PR c++/96867 */
       2  
       3  int *v;
       4  
       5  void
       6  foo (int x)
       7  {
       8    #pragma omp target update to (x, v[:])	/* { dg-error "for pointer type length expression must be specified" } */
       9  }