This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cce8e59 libstdc++/68297 avoid throw/catch in make_exception_ptr new 6cfc700 Support __builtin_isinf_sign for new floating-point types (PR [...] new 99af6e7 2016-08-22 Steven G. Kargl kargl@gcc.gnu.org
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/builtins.c | 3 +- gcc/fortran/ChangeLog | 7 +++ gcc/fortran/trans-decl.c | 16 +++++-- gcc/testsuite/ChangeLog | 18 ++++++++ .../gcc.dg/torture/builtin-isinf_sign-1.c | 4 +- .../torture/{float128-basic.c => float128-tg-2.c} | 4 +- .../{float128x-basic.c => float128x-tg-2.c} | 4 +- .../torture/{float16-basic.c => float16-tg-2.c} | 4 +- .../torture/{float32-basic.c => float32-tg-2.c} | 4 +- .../torture/{float32x-basic.c => float32x-tg-2.c} | 4 +- .../torture/{float64-tg.c => float64-tg-2.c} | 4 +- .../torture/{float64x-basic.c => float64x-tg-2.c} | 4 +- gcc/testsuite/gcc.dg/torture/floatn-tg-2.h | 54 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr77260_1.f90 | 25 ++++++++++ gcc/testsuite/gfortran.dg/pr77260_2.f90 | 26 +++++++++++ 16 files changed, 166 insertions(+), 21 deletions(-) copy gcc/testsuite/gcc.dg/torture/{float128-basic.c => float128-tg-2.c} (61%) copy gcc/testsuite/gcc.dg/torture/{float128x-basic.c => float128x-tg-2.c} (61%) copy gcc/testsuite/gcc.dg/torture/{float16-basic.c => float16-tg-2.c} (61%) copy gcc/testsuite/gcc.dg/torture/{float32-basic.c => float32-tg-2.c} (61%) copy gcc/testsuite/gcc.dg/torture/{float32x-basic.c => float32x-tg-2.c} (61%) copy gcc/testsuite/gcc.dg/torture/{float64-tg.c => float64-tg-2.c} (61%) copy gcc/testsuite/gcc.dg/torture/{float64x-basic.c => float64x-tg-2.c} (61%) create mode 100644 gcc/testsuite/gcc.dg/torture/floatn-tg-2.h create mode 100644 gcc/testsuite/gfortran.dg/pr77260_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr77260_2.f90