This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4ebf85b PR c/71742 * c-decl.c (finish_struct): Rephrase an error message. new 9efe5be PR c/71853 * c-parser.c (c_parser_switch_statement): Initia [...] new 4c4548bb PR c/71573 * c-decl.c (implicitly_declare): Return decl ear [...] new 8ae7060 PR c/71926 * c-common.c (c_common_truthvalue_conversion): U [...]
The 3 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-family/ChangeLog | 4 ++++ gcc/c-family/c-common.c | 5 +++-- gcc/c/ChangeLog | 8 ++++++++ gcc/c/c-decl.c | 2 +- gcc/c/c-parser.c | 1 + gcc/cp/ChangeLog | 6 ++++++ gcc/cp/semantics.c | 4 ++-- gcc/testsuite/ChangeLog | 10 ++++++++++ gcc/testsuite/g++.dg/warn/Wparentheses-30.C | 11 +++++++++++ gcc/testsuite/gcc.dg/Wparentheses-14.c | 11 +++++++++++ gcc/testsuite/gcc.dg/noncompile/pr71573.c | 14 ++++++++++++++ gcc/testsuite/gcc.dg/noncompile/pr71853.c | 9 +++++++++ 12 files changed, 80 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wparentheses-30.C create mode 100644 gcc/testsuite/gcc.dg/Wparentheses-14.c create mode 100644 gcc/testsuite/gcc.dg/noncompile/pr71573.c create mode 100644 gcc/testsuite/gcc.dg/noncompile/pr71853.c