This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a2c019e27d7 Daily bump. new 07767389fb3 Provide a unified range-op table. new 2dbf1e6146e Unify EQ_EXPR range operator new eb29c3e1fab Unify NE_EXPR range operator new 5b079541006 Unify LT_EXPR range operator new d251d14ccd2 Unify LE_EXPR range operator new f544e7e8a18 Unify GT_EXPR range operator new a0a8f1c735d Unify GE_EXPR range operator new b073d8af944 Unify Identity range operator new 4f0ac5a5261 Unify operator_cst range operator new 6a4ac393e19 Unify operator_cast range operator new 29dbd7ef69f Unify PLUS_EXPR range operator new a1aaaff33a7 Unify ABS_EXPR range operator new d5818a36177 Unify MINUS_EXPR range operator new 56518befc26 Unify NEGATE_EXPR range operator new a13c4440949 Unify MULT_EXPR range operator
The 15 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-float.cc | 977 +++++++++++++++++++++----------------------------- gcc/range-op-mixed.h | 504 ++++++++++++++++++++++++++ gcc/range-op.cc | 548 +++++++--------------------- gcc/range-op.h | 87 ++--- 4 files changed, 1068 insertions(+), 1048 deletions(-) create mode 100644 gcc/range-op-mixed.h