https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67476
--- Comment #12 from vries at gcc dot gnu.org --- Author: vries Date: Tue Oct 13 10:08:59 2015 New Revision: 228756 URL: https://gcc.gnu.org/viewcvs?rev=228756&root=gcc&view=rev Log: Add param parloops-schedule 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: trunk/libgomp/testsuite/libgomp.c/autopar-3.c trunk/libgomp/testsuite/libgomp.c/autopar-4.c trunk/libgomp/testsuite/libgomp.c/autopar-5.c trunk/libgomp/testsuite/libgomp.c/autopar-6.c trunk/libgomp/testsuite/libgomp.c/autopar-7.c trunk/libgomp/testsuite/libgomp.c/autopar-8.c Modified: trunk/gcc/ChangeLog trunk/gcc/doc/invoke.texi trunk/gcc/params.def trunk/gcc/tree-parloops.c trunk/libgomp/ChangeLog