This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ad0dde0af10 RISC-V: Fixbug for fsflags instruction error using immediate. new 7a48d8d28cc Initialize value in bit_value_unop. new 5cac2394ef9 [range-ops] Handle bitmasks for unary operators. new 4a188dee628 [range-ops] Handle bitmasks for BIT_NOT_EXPR. new 5346a2fcceb [range-ops] Handle bitmasks for ABS_EXPR. new 39f117d6c87 [range-ops] Handle bitmasks for ABSU_EXPR. new 96a839233ce rs6000: Correct vsx operands output for xxeval [PR110741]
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/config/rs6000/vsx.md | 2 +- gcc/range-op-mixed.h | 4 + gcc/range-op.cc | 54 ++- gcc/testsuite/g++.target/powerpc/pr110741.C | 552 ++++++++++++++++++++++++++++ gcc/tree-ssa-ccp.cc | 6 +- 5 files changed, 607 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.target/powerpc/pr110741.C