https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104913

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
That isn't depobj related but depend clause related:
void
foo ()
{
  int x;
  #pragma omp task depend(inout: x)
  ;
}

warns as well.

Reply via email to