[Bug middle-end/69876] Offloaded code: missing -Wuninitialized diagnostic
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69876 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|
[Bug middle-end/69876] Offloaded code: missing -Wuninitialized diagnostic
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69876 --- Comment #1 from Jakub Jelinek --- Sure. But there is the other case, say int x; #pragma omp target defaultmap(tofrom: scalar) // explicit or implicit map(tofrom:x) { x = 6; } This is similar to shared clause on parallel or task e