This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c2ee70f20de c++: implicit lookup of std::initializer_list [PR102576] new 845ee38e9b4 Remove undefined behaviour from testscase. new ef9bc3626ce Audit op1_range and op2_range for undefined LHS. new cfa7434c4b0 Move class value_relation the header file. new 431cdfbea1f Track value_relations in GORI. new 67166c9ec35 Refine ranges using relations in GORI. new 7ea258a13a1 Process unsigned overflow relations for plus and minus is r [...]
The 6 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-gori.cc | 188 +++++++++++++++++++++++++++++--- gcc/gimple-range-gori.h | 17 ++- gcc/gimple-range-op.cc | 12 +- gcc/gimple-range-op.h | 6 +- gcc/range-op.cc | 150 ++++++++++++++++++++++++- gcc/testsuite/gcc.dg/pr102892-1.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/pr79095.c | 6 +- gcc/value-relation.cc | 55 ---------- gcc/value-relation.h | 59 ++++++++++ 9 files changed, 403 insertions(+), 92 deletions(-)