This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 022d8e25e49 cobol: Don't display 0xFF HIGH-VALUE characters in testcase [...] new 4291071a6aa Check for casts becoming UNDEFINED. new e4c6a0214c3 Turn get_bitmask_from_range into an irange_bitmask constructor. new 65cd212bd4c Improve constant bitmasks. new b3327649bff Allow bitmask intersection to process unknown masks. new ac55655ce45 Enhance bitwise_and::op1_range
The 5 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-ptr.cc | 10 +++++++-- gcc/range-op.cc | 22 +++++++++++++++++++- gcc/testsuite/gcc.dg/pr116546.c | 46 +++++++++++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr120277.c | 21 +++++++++++++++++++ gcc/value-range.cc | 36 +++++++++++++++++--------------- gcc/value-range.h | 2 ++ 6 files changed, 117 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr116546.c create mode 100644 gcc/testsuite/gcc.dg/pr120277.c