This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c6a982e9355 2017-05-11 François Dumont fdumont@gcc.gnu.org new 84fcdb6610e 2017-05-11 François Dumont fdumont@gcc.gnu.org new 3dce8b42689 Don't assume __secure_getenv is available new bc6e8b8be8d [gcc]
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/ChangeLog | 7 +++++++ gcc/config/rs6000/rs6000.c | 14 +++++++++++++- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/gcc.target/powerpc/pr80695-p8.c | 18 ++++++++++++++++++ gcc/testsuite/gcc.target/powerpc/pr80695-p9.c | 18 ++++++++++++++++++ libgfortran/ChangeLog | 7 +++++++ libgfortran/libgfortran.h | 4 +--- libgfortran/runtime/environ.c | 11 +++++++++++ libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/include/debug/safe_container.h | 14 ++++++++++++-- libstdc++-v3/include/debug/string | 13 ++++++++++--- 11 files changed, 107 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/pr80695-p8.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr80695-p9.c