------- Comment #5 from pinskia at gcc dot gnu dot org 2006-12-15 22:53 ------- Here is a testcase that fails without the verifier installed: int f (int n) { int i; _Complex float t; #pragma omp parallel for (i = 1; i < n - 1; ++i) t+=1; }
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30143