This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ecf65330c11 libstdc++: Fix unconditional definition of __cpp_lib_span i [...] new b196e76aecb preprocessor: new callbacks new 8895913273b testsuite: allow opd section new ac30c8b8d03 float.h: C2x *_IS_IEC_60559 macros
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/c-family/c-cppbuiltin.c | 10 ++++++++++ gcc/ginclude/float.h | 9 +++++++++ gcc/testsuite/gcc.dg/c11-float-6.c | 17 +++++++++++++++++ gcc/testsuite/gcc.dg/c2x-float-10.c | 33 +++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr25376.c | 2 +- libcpp/include/cpplib.h | 8 ++++++++ 6 files changed, 78 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.dg/c11-float-6.c create mode 100644 gcc/testsuite/gcc.dg/c2x-float-10.c