This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4be8c60 PR libstdc++/77288 * include/std/optional (__is_optional_im [...] new 354a0ee Fix JUMP_LABEL documentation new 9ca7e93 Add _FloatN, _FloatNx tests for __builtin_fpclassify.
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 | 4 ++ gcc/doc/rtl.texi | 4 +- gcc/testsuite/ChangeLog | 8 +++ .../torture/{float128-tg.c => float128-tg-3.c} | 4 +- .../{float128x-builtin.c => float128x-tg-3.c} | 4 +- .../torture/{float16-tg.c => float16-tg-3.c} | 4 +- .../torture/{float32-tg.c => float32-tg-3.c} | 4 +- .../{float32x-builtin.c => float32x-tg-3.c} | 4 +- .../torture/{float64-tg.c => float64-tg-3.c} | 4 +- .../{float64x-builtin.c => float64x-tg-3.c} | 4 +- gcc/testsuite/gcc.dg/torture/floatn-tg-3.h | 79 ++++++++++++++++++++++ 11 files changed, 107 insertions(+), 16 deletions(-) copy gcc/testsuite/gcc.dg/torture/{float128-tg.c => float128-tg-3.c} (65%) copy gcc/testsuite/gcc.dg/torture/{float128x-builtin.c => float128x-tg-3.c} (65%) copy gcc/testsuite/gcc.dg/torture/{float16-tg.c => float16-tg-3.c} (65%) copy gcc/testsuite/gcc.dg/torture/{float32-tg.c => float32-tg-3.c} (65%) copy gcc/testsuite/gcc.dg/torture/{float32x-builtin.c => float32x-tg-3.c} (65%) copy gcc/testsuite/gcc.dg/torture/{float64-tg.c => float64-tg-3.c} (65%) copy gcc/testsuite/gcc.dg/torture/{float64x-builtin.c => float64x-tg-3.c} (65%) create mode 100644 gcc/testsuite/gcc.dg/torture/floatn-tg-3.h