This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c273a1c1846 RISC-V: Add testcases for vector unsigned integer SAT_ADD form 7 new c40a4cc2d94 Remove negative ranges using trailing zero masks. new b566167b0e4 Daily bump.
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/ChangeLog | 279 +++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 5 + gcc/po/ChangeLog | 4 + gcc/testsuite/ChangeLog | 103 ++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/vrp124.c | 31 ++++ gcc/tree-ssanames.cc | 2 +- gcc/value-range.cc | 57 +++++-- libcpp/po/ChangeLog | 4 + libgomp/ChangeLog | 15 ++ libstdc++-v3/ChangeLog | 72 +++++++++ 11 files changed, 557 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/vrp124.c