This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a239a35075f libstdc++: Fix build for targets without _Float128 [PR109921] new fb409a15d9b libstdc++: Express std::vector's size() <= capacity() invar [...] new 1f378f6dd33 libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath> new 49f59826c66 libstdc++: Add separate autoconf macro for std::float_t and [...]
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: libstdc++-v3/acinclude.m4 | 198 +++++++++++++-- libstdc++-v3/config.h.in | 12 +- libstdc++-v3/configure | 280 +++++++++++++++++---- libstdc++-v3/include/bits/random.h | 12 +- libstdc++-v3/include/bits/random.tcc | 14 +- libstdc++-v3/include/bits/stl_vector.h | 30 ++- libstdc++-v3/include/c_compatibility/math.h | 4 +- libstdc++-v3/include/c_global/cmath | 6 +- libstdc++-v3/include/ext/random | 4 +- libstdc++-v3/include/ext/random.tcc | 6 +- libstdc++-v3/include/std/complex | 2 +- libstdc++-v3/testsuite/20_util/from_chars/4.cc | 2 +- libstdc++-v3/testsuite/20_util/from_chars/8.cc | 2 +- .../23_containers/vector/capacity/invariant.cc | 16 ++ .../testsuite/23_containers/vector/types/1.cc | 2 +- libstdc++-v3/testsuite/26_numerics/complex/proj.cc | 4 +- .../testsuite/26_numerics/headers/cmath/60401.cc | 2 +- .../26_numerics/headers/cmath/types_std_c++0x.cc | 2 +- libstdc++-v3/testsuite/lib/libstdc++.exp | 2 +- libstdc++-v3/testsuite/util/testsuite_random.h | 6 +- 20 files changed, 496 insertions(+), 110 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/vector/capacity/invariant.cc