This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7853247 2015-09-03 Naveen H.S Naveen.Hurugalawadi@caviumnetworks.com new 9a78234 Add param parloops-chunk-size new fc1d58e Handle simple latch bb in expand_omp_for_static_chunk new 4d556e2 Fix gcc_assert in expand_omp_for_static_chunk new 281001a Fix inner loop phi in expand_omp_for_static_chunk new 264aa95 Handle 2 preds for fin_bb in expand_omp_for_static_chunk
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 30 ++++++++++++ gcc/doc/invoke.texi | 4 ++ gcc/omp-low.c | 80 ++++++++++++++++++++++++++------ gcc/params.def | 5 ++ gcc/testsuite/ChangeLog | 10 ++++ gcc/testsuite/gcc.dg/autopar/pr46099-2.c | 5 ++ gcc/testsuite/gcc.dg/autopar/reduc-4.c | 4 ++ gcc/tree-parloops.c | 5 ++ libgomp/ChangeLog | 5 ++ libgomp/testsuite/libgomp.c/autopar-2.c | 4 ++ 10 files changed, 139 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/autopar/pr46099-2.c create mode 100644 gcc/testsuite/gcc.dg/autopar/reduc-4.c create mode 100644 libgomp/testsuite/libgomp.c/autopar-2.c