This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 382ece2 PR preprocessor/61817 PR preprocessor/69391 new d3831f7 Fix new -Wparentheses warnings encountered during bootstrap new 5f060aa Fix C++ side of PR c/70436 (missing -Wparentheses warnings)
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/ChangeLog | 20 +++++ gcc/cp/ChangeLog | 7 ++ gcc/cp/cp-tree.h | 14 +-- gcc/cp/parser.c | 20 ++--- gcc/fortran/ChangeLog | 6 ++ gcc/fortran/openmp.c | 36 ++++---- gcc/gimplify.c | 108 +++++++++++----------- gcc/omp-low.c | 28 +++--- gcc/testsuite/ChangeLog | 11 +++ gcc/testsuite/g++.dg/plugin/pragma_plugin.c | 16 ++-- gcc/testsuite/g++.dg/warn/Wparentheses-29.C | 135 ++++++++++++++++++++++++++++ gcc/tree-parloops.c | 18 ++-- 12 files changed, 305 insertions(+), 114 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wparentheses-29.C