------- Comment #9 from gccbug at oxyware dot com  2010-06-07 12:12 -------
The patch doesn't seem to handle != as a terminating condition:

#pragma omp parallel for
for (int i = 0; i != 1000; i++) {}

doesn't compile on 4.4.1, whereas i<1000 does.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43893

Reply via email to