https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71974
Eric Gallager changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71974
Eric Gallager changed:
What|Removed |Added
Keywords||diagnostic, openmp
Status|UN
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.