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.
jakub at gcc dot gnu.org via Gcc-bugs Mon, 14 Mar 2022 05:41:35 -0700
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.