This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from de70758207a expr: Unbreak build of mesa [PR96194] new b9475357b5b value-range: Fix handling of POLY_INT_CST anti-ranges [PR96146] new 74d4c8bda29 ipa-devirt: Fix crash in obj_type_ref_class [PR95114]
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/ipa-devirt.c | 9 +++-- gcc/testsuite/g++.target/aarch64/pr95114.C | 3 ++ .../gcc.target/aarch64/sve/acle/general/pr96146.c | 20 +++++++++ gcc/tree-pretty-print.c | 5 ++- gcc/tree.c | 7 ++-- gcc/tree.h | 4 +- gcc/value-range.cc | 47 +++++++++++++--------- 7 files changed, 66 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/g++.target/aarch64/pr95114.C create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/pr96146.c