This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fe117e95ac2 2017-06-08 Richard Biener rguenther@suse.de new b3a8d9f18a5 2017-06-08 Tamar Christina tamar.christina@arm.com
The 1 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 | 54 ++ gcc/builtins.c | 374 +-------- gcc/builtins.def | 2 + gcc/c/c-typeck.c | 2 + gcc/doc/extend.texi | 53 +- gcc/gimple-low.c | 910 ++++++++++++++++++++- gcc/real.c | 34 + gcc/real.h | 18 + gcc/testsuite/ChangeLog | 17 + gcc/testsuite/gcc.dg/builtins-43.c | 4 +- gcc/testsuite/gcc.dg/fold-notunord.c | 9 - gcc/testsuite/gcc.dg/pr28796-1.c | 2 +- gcc/testsuite/gcc.dg/{pr28796-2.c => pr77925.c} | 2 +- gcc/testsuite/gcc.dg/tg-tests.h | 47 +- .../torture/{float128-tg-2.c => float128-tg-4.c} | 5 +- .../torture/{float128x-tg-2.c => float128x-tg-4.c} | 5 +- .../torture/{float16-tg-2.c => float16-tg-4.c} | 5 +- .../torture/{float32-tg-2.c => float32-tg-4.c} | 5 +- .../torture/{float32x-tg-2.c => float32x-tg-4.c} | 5 +- .../torture/{float64-tg-2.c => float64-tg-4.c} | 5 +- .../torture/{float64x-tg-2.c => float64x-tg-4.c} | 5 +- gcc/testsuite/gcc.dg/torture/floatn-tg-4.h | 99 +++ .../gcc.target/aarch64/builtin-fpclassify.c | 22 + 23 files changed, 1289 insertions(+), 395 deletions(-) delete mode 100644 gcc/testsuite/gcc.dg/fold-notunord.c copy gcc/testsuite/gcc.dg/{pr28796-2.c => pr77925.c} (66%) copy gcc/testsuite/gcc.dg/torture/{float128-tg-2.c => float128-tg-4.c} (61%) copy gcc/testsuite/gcc.dg/torture/{float128x-tg-2.c => float128x-tg-4.c} (81%) copy gcc/testsuite/gcc.dg/torture/{float16-tg-2.c => float16-tg-4.c} (61%) copy gcc/testsuite/gcc.dg/torture/{float32-tg-2.c => float32-tg-4.c} (59%) copy gcc/testsuite/gcc.dg/torture/{float32x-tg-2.c => float32x-tg-4.c} (61%) copy gcc/testsuite/gcc.dg/torture/{float64-tg-2.c => float64-tg-4.c} (61%) copy gcc/testsuite/gcc.dg/torture/{float64x-tg-2.c => float64x-tg-4.c} (61%) create mode 100644 gcc/testsuite/gcc.dg/torture/floatn-tg-4.h create mode 100644 gcc/testsuite/gcc.target/aarch64/builtin-fpclassify.c