This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e103794 * target.def (goacc.dim_limit): New hook. * targhooks.h (de [...] new 9561765 gcc/ 2015-11-05 Jakub Jelinek jakub@redhat.com Ilya [...]
The 1 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 | 125 ++++ gcc/builtin-types.def | 7 +- gcc/c-family/ChangeLog | 18 + gcc/c-family/c-common.h | 6 +- gcc/c-family/c-omp.c | 241 +++++++- gcc/c/ChangeLog | 35 ++ gcc/c/c-decl.c | 8 +- gcc/c/c-parser.c | 101 +++- gcc/c/c-typeck.c | 208 +++++-- gcc/cgraph.h | 7 +- gcc/cp/ChangeLog | 73 +++ gcc/cp/cp-tree.h | 4 +- gcc/cp/decl2.c | 5 - gcc/cp/parser.c | 163 +++++- gcc/cp/pt.c | 76 ++- gcc/cp/semantics.c | 344 ++++++++--- gcc/fortran/ChangeLog | 5 + gcc/fortran/types.def | 7 +- gcc/gimplify.c | 640 ++++++++++++++++++--- gcc/omp-builtins.def | 56 +- gcc/omp-low.c | 496 +++++++++++++--- gcc/testsuite/ChangeLog | 51 ++ gcc/testsuite/c-c++-common/gomp/clauses-2.c | 26 +- gcc/testsuite/c-c++-common/gomp/declare-target-2.c | 20 +- gcc/testsuite/c-c++-common/gomp/distribute-1.c | 56 ++ gcc/testsuite/c-c++-common/gomp/element-1.c | 14 + gcc/testsuite/c-c++-common/gomp/pr61486-2.c | 6 +- gcc/testsuite/c-c++-common/gomp/pr67521.c | 6 +- gcc/testsuite/c-c++-common/gomp/reduction-1.c | 12 +- .../c-c++-common/gomp/schedule-modifiers-1.c | 109 ++++ gcc/testsuite/c-c++-common/gomp/target-teams-1.c | 85 +++ gcc/testsuite/g++.dg/gomp/atomic-17.C | 12 + gcc/testsuite/g++.dg/gomp/clause-1.C | 3 +- gcc/testsuite/g++.dg/gomp/declare-simd-1.C | 36 ++ gcc/testsuite/g++.dg/gomp/declare-simd-3.C | 29 + gcc/testsuite/g++.dg/gomp/declare-simd-4.C | 35 ++ gcc/testsuite/g++.dg/gomp/declare-simd-5.C | 22 + gcc/testsuite/g++.dg/gomp/declare-target-1.C | 37 ++ gcc/testsuite/g++.dg/gomp/linear-2.C | 128 +++++ gcc/testsuite/g++.dg/gomp/loop-1.C | 283 +++++++++ gcc/testsuite/g++.dg/gomp/loop-2.C | 294 ++++++++++ gcc/testsuite/g++.dg/gomp/loop-3.C | 306 ++++++++++ gcc/testsuite/g++.dg/gomp/member-2.C | 28 +- gcc/testsuite/g++.dg/gomp/member-3.C | 17 + gcc/testsuite/g++.dg/gomp/member-4.C | 22 + gcc/testsuite/g++.dg/gomp/pr38639.C | 4 +- gcc/testsuite/g++.dg/gomp/target-teams-1.C | 92 +++ gcc/testsuite/gcc.dg/gomp/declare-simd-1.c | 61 ++ gcc/testsuite/gcc.dg/gomp/declare-simd-3.c | 24 + gcc/testsuite/gcc.dg/gomp/declare-simd-4.c | 22 + gcc/testsuite/gcc.dg/gomp/for-20.c | 16 + gcc/testsuite/gcc.dg/gomp/for-21.c | 16 + gcc/testsuite/gcc.dg/gomp/for-22.c | 16 + gcc/testsuite/gcc.dg/gomp/for-23.c | 16 + gcc/testsuite/gcc.dg/gomp/for-24.c | 17 + gcc/testsuite/gcc.dg/gomp/linear-1.c | 57 ++ gcc/testsuite/gcc.dg/gomp/loop-1.c | 283 +++++++++ gcc/tree-core.h | 5 +- gcc/tree-pretty-print.c | 49 +- gcc/tree-vect-stmts.c | 6 + gcc/tree.def | 24 +- gcc/tree.h | 7 +- include/ChangeLog | 12 + include/gomp-constants.h | 33 +- libgomp/ChangeLog | 109 ++++ libgomp/libgomp.map | 16 +- libgomp/libgomp_g.h | 41 +- libgomp/loop.c | 74 +++ libgomp/loop_ull.c | 39 ++ libgomp/target.c | 205 ++++--- libgomp/testsuite/libgomp.c++/member-6.C | 114 ++++ libgomp/testsuite/libgomp.c++/member-7.C | 119 ++++ libgomp/testsuite/libgomp.c++/monotonic-1.C | 3 + libgomp/testsuite/libgomp.c++/monotonic-2.C | 3 + libgomp/testsuite/libgomp.c++/nonmonotonic-1.C | 3 + libgomp/testsuite/libgomp.c++/nonmonotonic-2.C | 3 + .../libgomp.c++/{pr66199-1.C => pr66199-3.C} | 2 +- .../libgomp.c++/{pr66199-1.C => pr66199-4.C} | 2 +- .../libgomp.c++/{pr66199-1.C => pr66199-5.C} | 2 +- .../libgomp.c++/{pr66199-1.C => pr66199-6.C} | 2 +- .../libgomp.c++/{pr66199-1.C => pr66199-7.C} | 2 +- .../libgomp.c++/{pr66199-1.C => pr66199-8.C} | 2 +- .../libgomp.c++/{pr66199-1.C => pr66199-9.C} | 2 +- .../libgomp.c++/{reduction-5.C => reduction-11.C} | 76 ++- .../libgomp.c++/{reduction-10.C => reduction-12.C} | 76 ++- libgomp/testsuite/libgomp.c++/target-13.C | 36 ++ libgomp/testsuite/libgomp.c++/target-14.C | 110 ++++ libgomp/testsuite/libgomp.c++/target-15.C | 168 ++++++ libgomp/testsuite/libgomp.c++/target-16.C | 170 ++++++ libgomp/testsuite/libgomp.c++/target-17.C | 173 ++++++ .../target-19.c => libgomp.c++/target-18.C} | 70 ++- libgomp/testsuite/libgomp.c++/target-19.C | 59 ++ libgomp/testsuite/libgomp.c/monotonic-1.c | 303 ++++++++++ libgomp/testsuite/libgomp.c/monotonic-2.c | 11 + libgomp/testsuite/libgomp.c/nonmonotonic-1.c | 53 ++ libgomp/testsuite/libgomp.c/nonmonotonic-2.c | 10 + .../libgomp.c/{pr66199-1.c => pr66199-5.c} | 21 +- libgomp/testsuite/libgomp.c/pr66199-6.c | 42 ++ .../libgomp.c/{pr66199-1.c => pr66199-7.c} | 21 +- .../libgomp.c/{pr66199-1.c => pr66199-8.c} | 25 +- libgomp/testsuite/libgomp.c/pr66199-9.c | 43 ++ .../libgomp.c/{reduction-7.c => reduction-11.c} | 36 +- .../libgomp.c/{reduction-8.c => reduction-12.c} | 36 +- .../libgomp.c/{reduction-9.c => reduction-13.c} | 34 +- .../libgomp.c/{reduction-10.c => reduction-14.c} | 34 +- libgomp/testsuite/libgomp.c/reduction-15.c | 56 ++ libgomp/testsuite/libgomp.c/target-12.c | 2 +- libgomp/testsuite/libgomp.c/target-17.c | 52 -- libgomp/testsuite/libgomp.c/target-19.c | 63 +- libgomp/testsuite/libgomp.c/target-28.c | 36 ++ libgomp/testsuite/libgomp.c/target-29.c | 112 ++++ libgomp/testsuite/libgomp.c/target-30.c | 24 + libgomp/testsuite/libgomp.c/target-teams-1.c | 152 +++++ 113 files changed, 7096 insertions(+), 773 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/distribute-1.c create mode 100644 gcc/testsuite/c-c++-common/gomp/element-1.c create mode 100644 gcc/testsuite/c-c++-common/gomp/schedule-modifiers-1.c create mode 100644 gcc/testsuite/c-c++-common/gomp/target-teams-1.c create mode 100644 gcc/testsuite/g++.dg/gomp/atomic-17.C create mode 100644 gcc/testsuite/g++.dg/gomp/declare-simd-4.C create mode 100644 gcc/testsuite/g++.dg/gomp/declare-simd-5.C create mode 100644 gcc/testsuite/g++.dg/gomp/declare-target-1.C create mode 100644 gcc/testsuite/g++.dg/gomp/linear-2.C create mode 100644 gcc/testsuite/g++.dg/gomp/loop-1.C create mode 100644 gcc/testsuite/g++.dg/gomp/loop-2.C create mode 100644 gcc/testsuite/g++.dg/gomp/loop-3.C create mode 100644 gcc/testsuite/g++.dg/gomp/member-3.C create mode 100644 gcc/testsuite/g++.dg/gomp/member-4.C create mode 100644 gcc/testsuite/g++.dg/gomp/target-teams-1.C create mode 100644 gcc/testsuite/gcc.dg/gomp/declare-simd-3.c create mode 100644 gcc/testsuite/gcc.dg/gomp/declare-simd-4.c create mode 100644 gcc/testsuite/gcc.dg/gomp/for-20.c create mode 100644 gcc/testsuite/gcc.dg/gomp/for-21.c create mode 100644 gcc/testsuite/gcc.dg/gomp/for-22.c create mode 100644 gcc/testsuite/gcc.dg/gomp/for-23.c create mode 100644 gcc/testsuite/gcc.dg/gomp/for-24.c create mode 100644 gcc/testsuite/gcc.dg/gomp/linear-1.c create mode 100644 gcc/testsuite/gcc.dg/gomp/loop-1.c create mode 100644 libgomp/testsuite/libgomp.c++/member-6.C create mode 100644 libgomp/testsuite/libgomp.c++/member-7.C create mode 100644 libgomp/testsuite/libgomp.c++/monotonic-1.C create mode 100644 libgomp/testsuite/libgomp.c++/monotonic-2.C create mode 100644 libgomp/testsuite/libgomp.c++/nonmonotonic-1.C create mode 100644 libgomp/testsuite/libgomp.c++/nonmonotonic-2.C copy libgomp/testsuite/libgomp.c++/{pr66199-1.C => pr66199-3.C} (53%) copy libgomp/testsuite/libgomp.c++/{pr66199-1.C => pr66199-4.C} (53%) copy libgomp/testsuite/libgomp.c++/{pr66199-1.C => pr66199-5.C} (53%) copy libgomp/testsuite/libgomp.c++/{pr66199-1.C => pr66199-6.C} (53%) copy libgomp/testsuite/libgomp.c++/{pr66199-1.C => pr66199-7.C} (53%) copy libgomp/testsuite/libgomp.c++/{pr66199-1.C => pr66199-8.C} (53%) copy libgomp/testsuite/libgomp.c++/{pr66199-1.C => pr66199-9.C} (53%) copy libgomp/testsuite/libgomp.c++/{reduction-5.C => reduction-11.C} (59%) copy libgomp/testsuite/libgomp.c++/{reduction-10.C => reduction-12.C} (72%) create mode 100644 libgomp/testsuite/libgomp.c++/target-13.C create mode 100644 libgomp/testsuite/libgomp.c++/target-14.C create mode 100644 libgomp/testsuite/libgomp.c++/target-15.C create mode 100644 libgomp/testsuite/libgomp.c++/target-16.C create mode 100644 libgomp/testsuite/libgomp.c++/target-17.C copy libgomp/testsuite/{libgomp.c/target-19.c => libgomp.c++/target-18.C} (70%) create mode 100644 libgomp/testsuite/libgomp.c++/target-19.C create mode 100644 libgomp/testsuite/libgomp.c/monotonic-1.c create mode 100644 libgomp/testsuite/libgomp.c/monotonic-2.c create mode 100644 libgomp/testsuite/libgomp.c/nonmonotonic-1.c create mode 100644 libgomp/testsuite/libgomp.c/nonmonotonic-2.c copy libgomp/testsuite/libgomp.c/{pr66199-1.c => pr66199-5.c} (55%) create mode 100644 libgomp/testsuite/libgomp.c/pr66199-6.c copy libgomp/testsuite/libgomp.c/{pr66199-1.c => pr66199-7.c} (57%) copy libgomp/testsuite/libgomp.c/{pr66199-1.c => pr66199-8.c} (54%) create mode 100644 libgomp/testsuite/libgomp.c/pr66199-9.c copy libgomp/testsuite/libgomp.c/{reduction-7.c => reduction-11.c} (62%) copy libgomp/testsuite/libgomp.c/{reduction-8.c => reduction-12.c} (75%) copy libgomp/testsuite/libgomp.c/{reduction-9.c => reduction-13.c} (65%) copy libgomp/testsuite/libgomp.c/{reduction-10.c => reduction-14.c} (77%) create mode 100644 libgomp/testsuite/libgomp.c/reduction-15.c create mode 100644 libgomp/testsuite/libgomp.c/target-28.c create mode 100644 libgomp/testsuite/libgomp.c/target-29.c create mode 100644 libgomp/testsuite/libgomp.c/target-30.c create mode 100644 libgomp/testsuite/libgomp.c/target-teams-1.c