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 c436179eec2 c++: fix module attachment in contract tests new 704294a0498 libstdc++: contracts support is experimental new fcce3a45f0c libstdc++: contracts uint_least32_t lineno new b141fc304e1 c++: comments new de497a4f4b0 c++: move contracts init to contracts.cc new 24927438713 c++: move contracts support to libstdc++exp.a
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/cp/contracts.cc | 23 ++++++++++ gcc/cp/contracts.h | 1 + gcc/cp/cp-tree.h | 1 + gcc/cp/decl.cc | 3 ++ gcc/cp/except.cc | 16 ------- gcc/cp/g++spec.cc | 12 +++++ gcc/testsuite/g++.dg/contracts/contracts14.C | 4 +- gcc/testsuite/g++.dg/contracts/contracts15.C | 4 +- gcc/testsuite/g++.dg/contracts/contracts16.C | 4 +- gcc/testsuite/g++.dg/contracts/contracts17.C | 2 +- gcc/testsuite/lib/g++.exp | 4 ++ libstdc++-v3/acinclude.m4 | 2 +- libstdc++-v3/config/abi/pre/gnu.ver | 4 -- libstdc++-v3/configure | 16 ++++++- libstdc++-v3/include/Makefile.am | 2 +- libstdc++-v3/include/Makefile.in | 2 +- .../include/{std => experimental}/contract | 9 ++-- libstdc++-v3/src/Makefile.am | 3 +- libstdc++-v3/src/Makefile.in | 6 ++- libstdc++-v3/src/c++17/Makefile.am | 1 - libstdc++-v3/src/c++17/Makefile.in | 5 +-- .../src/{filesystem => experimental}/Makefile.am | 34 +++++--------- .../src/{filesystem => experimental}/Makefile.in | 52 +++++++++------------- .../src/{c++17 => experimental}/contract.cc | 2 +- 24 files changed, 113 insertions(+), 99 deletions(-) rename libstdc++-v3/include/{std => experimental}/contract (94%) copy libstdc++-v3/src/{filesystem => experimental}/Makefile.am (87%) copy libstdc++-v3/src/{filesystem => experimental}/Makefile.in (95%) rename libstdc++-v3/src/{c++17 => experimental}/contract.cc (98%)