This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/c++-contracts in repository gcc.
from bfcb6e73730 Merge remote-tracking branch 'origin/master' into devel/c++ [...] new 4f428e8b3f0 libstdc++: reorder contract_violation new 0c073c813d4 c++: small refactor new 43334477200 c++: more tidying
The 3 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/cp/constexpr.cc | 4 +- gcc/cp/contracts.cc | 144 ++++++++++++++--------------- gcc/cp/contracts.h | 116 ++++++++++++++++------- gcc/cp/cp-tree.h | 105 ++++----------------- gcc/cp/decl.cc | 8 +- gcc/cp/module.cc | 2 +- gcc/cp/parser.h | 2 +- gcc/cp/semantics.cc | 6 +- libstdc++-v3/include/experimental/contract | 2 +- libstdc++-v3/src/experimental/contract.cc | 1 + 10 files changed, 179 insertions(+), 211 deletions(-)