[Bug c++/71974] Warning: uninitialized variable with OpenMP nested loops

2017-08-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71974 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/71974] Warning: uninitialized variable with OpenMP nested loops

2017-08-27 Thread register at rgug dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71974 --- Comment #3 from Rafael Guglielmetti --- (In reply to Eric Gallager from comment #2) > (In reply to Rafael Guglielmetti from comment #1) > > With gcc 6.1.1, the above code gives rise to the error: > > error: condition expression refers to iter

[Bug c++/71974] Warning: uninitialized variable with OpenMP nested loops

2017-08-24 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71974 Eric Gallager changed: What|Removed |Added Keywords||diagnostic, openmp Status|UN

[Bug c++/71974] Warning: uninitialized variable with OpenMP nested loops

2016-07-25 Thread register at rgug dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71974 --- Comment #1 from Rafael Guglielmetti --- With gcc 6.1.1, the above code gives rise to the error: error: condition expression refers to iteration variable ā€˜i’ So I suppose my syntax was incorrect. It is annoying tough.