This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 06bca6950b1 arm: Define with_float to hard when target name ends with hf new 92a5de3df2d OpenMP/C++: Allow classes with static members to be mappabl [...]
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/c/c-decl.cc | 5 +- gcc/c/c-typeck.cc | 8 +-- gcc/cp/cp-objcp-common.h | 2 - gcc/cp/cp-tree.h | 2 - gcc/cp/decl.cc | 6 ++- gcc/cp/decl2.cc | 59 +--------------------- gcc/cp/semantics.cc | 28 ++++++---- gcc/gimplify.cc | 2 +- gcc/langhooks-def.h | 3 -- gcc/langhooks.cc | 11 ---- gcc/langhooks.h | 3 -- gcc/omp-general.cc | 11 ++++ gcc/omp-general.h | 1 + .../c-c++-common/gomp/map-incomplete-type.c | 17 +++++++ gcc/testsuite/g++.dg/gomp/unmappable-1.C | 3 +- 15 files changed, 61 insertions(+), 100 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/map-incomplete-type.c