This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from beced835afa gccrs: Fix narrowing conversion warnings new 07a14a490b8 Add testcase for bogus Warray-bounds warning dealing with _ [...] new ed3374b0542 gimplefe: Simplify handling of identifier based binary operations new bfc31543757 gimplefe: Round trip of rotates [PR119432] new 4c40e3d7b91 gimple-verifier: Add check that comparison in GIMPLE_COND d [...]
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/c/gimple-parser.cc | 109 +++++++++---------------------- gcc/testsuite/g++.dg/tree-ssa/pr100038.C | 17 +++++ gcc/testsuite/gcc.dg/gimplefe-57.c | 11 ++++ gcc/tree-cfg.cc | 13 ++++ gcc/tree-pretty-print.cc | 4 +- 5 files changed, 74 insertions(+), 80 deletions(-) create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr100038.C create mode 100644 gcc/testsuite/gcc.dg/gimplefe-57.c