This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tuples] openmp: omp_parallel
On Wed, Jan 30, 2008 at 09:08:11AM -0500, Diego Novillo wrote:
> On 1/30/08 7:50 AM, Rafael Espindola wrote:
>
>> I think this broke the build. The attached partial revert makes it build again.
>
> Indeed. Patch is OK.
Whoops, my bad. Thanks.
I'm fixing everything dealing with:
/* OMP_CLAUSE_NUM_THREADS */
/* OMP_CLAUSE_SCHEDULE */
/* OMP_CLAUSE_REDUCTION */
...to use an on-the-side structure to gimplify this until we get to omp
lowering. So this will all change, but thanks for the fix.
Aldy