------- Comment #7 from dnovillo at gcc dot gnu dot org  2005-11-19 15:18 
-------

Workaround applied.

The actual solution separates lowering from optimization, once all the OMP
directives are lowered to a language-independent form, we can apply the
combined parallel+loop optimization without running into these odd corners.

I need a few more days to finish implementing this separation.  In the
meantime, we can live without this optimization.


-- 

dnovillo at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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

Reply via email to