https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67476

--- Comment #17 from vries at gcc dot gnu.org ---
Author: vries
Date: Wed Oct 14 14:30:41 2015
New Revision: 228817

URL: https://gcc.gnu.org/viewcvs?rev=228817&root=gcc&view=rev
Log:
Add param parloops-schedule

2015-10-14  Tom de Vries  <t...@codesourcery.com>

        backport from trunk:
        2015-10-13  Tom de Vries  <t...@codesourcery.com>

        PR tree-optimization/67476
        * doc/invoke.texi (@item parloops-schedule): New item.
        * params.def (PARAM_PARLOOPS_SCHEDULE): New DEFPARAMENUM5.
        * tree-parloops.c: Include params-enum.h.
        (create_parallel_loop): Handle PARAM_PARLOOPS_SCHEDULE.

        * testsuite/libgomp.c/autopar-3.c: New test.
        * testsuite/libgomp.c/autopar-4.c: New test.
        * testsuite/libgomp.c/autopar-5.c: New test.
        * testsuite/libgomp.c/autopar-6.c: New test.
        * testsuite/libgomp.c/autopar-7.c: New test.
        * testsuite/libgomp.c/autopar-8.c: New test.

Added:
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.c/autopar-3.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.c/autopar-4.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.c/autopar-5.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.c/autopar-6.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.c/autopar-7.c
    branches/gomp-4_0-branch/libgomp/testsuite/libgomp.c/autopar-8.c
Modified:
    branches/gomp-4_0-branch/gcc/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/doc/invoke.texi
    branches/gomp-4_0-branch/gcc/params.def
    branches/gomp-4_0-branch/gcc/tree-parloops.c
    branches/gomp-4_0-branch/libgomp/ChangeLog.gomp

Reply via email to