------- Comment #1 from pinskia at gcc dot gnu dot org 2006-12-19 23:18 ------- Here is a rejects valid: int f (int n) { int i; float t; #pragma omp parallel for (i = 1; i < n - 1; ++i) asm ("" : "=m" (t)); }
-- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rejects-valid http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30263