On 01/03/2012 09:10 AM, Jakub Jelinek wrote: > Attached are two different patches, the first one puts the > CLEANUP_POINT_EXPR around the whole OMP_PARALLEL etc. stmt, the second > one wraps the individual clause expressions into CLEANUP_POINT_EXPR. > > Both patches have been bootstrapped/regtested on x86_64-linux and > i686-linux, which one is preferrable?
I don't have a real preference. I merely note that the second patch is smaller and less complex, which would tend to lean me that direction. Jason? r~