This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c70bcbc4da7 Remove higher precision range tests because they are unused [...] new 9e2883456f2 * omp-general.c (omp_context_name_list_prop): New function [...] new 318df6e550b * c-omp.c (c_omp_check_context_selector): Add nvidia to th [...] new 0d73ded0e3c * c-parser.c (c_parser_omp_context_selector): Don't requir [...] new ffa6d691f8f * config/i386/i386-options.c (ix86_omp_device_kind_arch_is [...]
The 4 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 | 12 +++++ gcc/c-family/ChangeLog | 9 ++++ gcc/c-family/c-omp.c | 38 +++++++------- gcc/c/ChangeLog | 12 +++++ gcc/c/c-parser.c | 55 +++++++++++++++----- gcc/config/i386/i386-options.c | 10 +--- gcc/config/i386/t-omp-device | 2 +- gcc/cp/ChangeLog | 14 +++++ gcc/cp/parser.c | 60 ++++++++++++++++------ gcc/cp/pt.c | 18 +++++-- gcc/omp-general.c | 58 +++++++++++++++++++-- gcc/testsuite/ChangeLog | 25 +++++++++ .../c-c++-common/gomp/declare-variant-10.c | 6 +-- .../c-c++-common/gomp/declare-variant-11.c | 10 ++-- .../c-c++-common/gomp/declare-variant-12.c | 4 +- .../c-c++-common/gomp/declare-variant-2.c | 20 +++++--- .../c-c++-common/gomp/declare-variant-3.c | 30 +++++++---- .../c-c++-common/gomp/declare-variant-8.c | 12 ++++- .../c-c++-common/gomp/declare-variant-9.c | 10 ++-- gcc/testsuite/g++.dg/gomp/declare-variant-7.C | 2 +- gcc/testsuite/g++.dg/gomp/declare-variant-8.C | 10 ++++ 21 files changed, 317 insertions(+), 100 deletions(-)