This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2a1586401a2 [nvptx] Add -mptx=3.1/6.3 new fa6894ec9ce OpenMP: Add support for 'close' in map clause new 3a2b12bc5a7 c++: Disable -Wint-in-bool-context in instantiations
The 2 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-parser.c | 116 +++++++++--------- gcc/cp/parser.c | 90 +++++++++++--- gcc/cp/pt.c | 1 + gcc/testsuite/c-c++-common/gomp/map-6.c | 135 +++++++++++++++++++++ gcc/testsuite/c-c++-common/gomp/map-7.c | 20 +++ gcc/testsuite/g++.dg/warn/Wint-in-bool-context-2.C | 16 +++ 6 files changed, 300 insertions(+), 78 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/map-6.c create mode 100644 gcc/testsuite/c-c++-common/gomp/map-7.c create mode 100644 gcc/testsuite/g++.dg/warn/Wint-in-bool-context-2.C