------- Comment #7 from burnus at gcc dot gnu dot org 2009-12-03 14:16 ------- Items left to do:
* worksharing of other stuff (say FORALL) [I have not check the patch, but possibly assignments in WHERE blocks could also profit from more work] * dependency analysis ("the goal of dependency checking is to avoid unnecessary barriers by inserting NOWAIT clauses when safe. Hopefully the functionality provided in dependency.c will be useful here") (cf. http://gcc.gnu.org/ml/gcc-patches/2009-04/msg01598.html) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35423