This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-8-branch in repository gcc.
from 004259c7ea6 Avoid -Wconversion warnings when -Wsystem-headers is used new baf7c861e1c Backport from trunk 2019-08-22 Segher Boessenkool <segh [...] new 2d7749ba418 Backport from trunk 2019-08-22 Segher Boessenkool <segh [...] new 5f8cd14f896 Backport from trunk 2019-08-23 Segher Boessenkool <segh [...] new d76cc2ef6b6 PR libstdc++/78179 fix std::hypot failures due to excessive [...]
The 4 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 | 29 +++ gcc/config/rs6000/altivec.md | 223 -------------------- gcc/config/rs6000/rs6000.md | 224 +++++++++++++++++++++ gcc/testsuite/ChangeLog | 9 + gcc/testsuite/gcc.target/powerpc/darn-3.c | 16 ++ libstdc++-v3/ChangeLog | 9 + .../testsuite/26_numerics/headers/cmath/hypot.cc | 8 +- 7 files changed, 292 insertions(+), 226 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/darn-3.c