This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 243736b98f1 a68: set LVERSION for Algol 68 and fix guard [PR algol68/122964] new d597daf3a83 Return true when a value_relation is added. new 45f3501bdaa switchconv: Fix up inbound checks for switch types wider th [...]
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/gimple-range-fold.cc | 45 ++++--- gcc/gimple-range-fold.h | 8 +- gcc/gimple-range-path.cc | 18 +-- gcc/testsuite/gcc.c-torture/execute/pr122943.c | 130 ++++++++++++++++++++ gcc/testsuite/gcc.dg/pr122898.c | 56 +++++++++ gcc/tree-switch-conversion.cc | 16 ++- gcc/value-relation.cc | 164 +++++++++++-------------- gcc/value-relation.h | 16 +-- 8 files changed, 324 insertions(+), 129 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr122943.c create mode 100644 gcc/testsuite/gcc.dg/pr122898.c