This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8a8a7d332d5 compiler: in composite literals use temps only for interfaces new a7e655ae401 Add stmt context in simplify_using_ranges. new 604dce2d74d Allow PHIs to pick up global values. new a96d8d67d00 Fix MINUS_EXPR relations.
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/range-op.cc | 64 +++++++++++++++++++++++++++---------- gcc/testsuite/gcc.dg/pr101254.c | 27 ++++++++++++++++ gcc/value-query.cc | 3 +- gcc/vr-values.c | 71 ++++++++++++++++++++++------------------- gcc/vr-values.h | 14 ++++---- 5 files changed, 122 insertions(+), 57 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr101254.c