This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1f795de11ec Daily bump. new a35663e9d0c Define C11 macros such as FLT_DECIMAL_DIG for C++17 new e693fb3d93c Fix std::midpoint for denormal values
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 | 6 ++++ gcc/ginclude/float.h | 3 +- libstdc++-v3/ChangeLog | 11 +++++++ libstdc++-v3/include/std/numeric | 36 +++++++++++++++------- .../headers/cfloat/values_c++17.cc} | 30 +++++++++--------- libstdc++-v3/testsuite/26_numerics/gcd/gcd_neg.cc | 6 ++-- libstdc++-v3/testsuite/26_numerics/lcm/lcm_neg.cc | 6 ++-- .../testsuite/26_numerics/midpoint/floating.cc | 14 +++++++++ 8 files changed, 79 insertions(+), 33 deletions(-) copy libstdc++-v3/testsuite/{20_util/variant/90008.cc => 18_support/headers/cfloat [...]