Re: [Patch, fortran] PR 50690 Disable common function elimination in WORKSHAREs

2011-12-03 Thread Jakub Jelinek
On Sat, Dec 03, 2011 at 09:58:17PM +0100, Thomas Koenig wrote: > the recent discussion has convinced me that there is no way to > mix OMP workshares and common function elimination as practiced by > frontend-passes.c. This patch therefore disables that > particular optimization within workshares.

[Patch, fortran] PR 50690 Disable common function elimination in WORKSHAREs

2011-12-03 Thread Thomas Koenig
Hello world, the recent discussion has convinced me that there is no way to mix OMP workshares and common function elimination as practiced by frontend-passes.c. This patch therefore disables that particular optimization within workshares. Regression-tested. OK for trunk? Thomas 2011