This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch in repository gcc.
from 2178a31 Daily bump. new b9e8a44 Fix PR77933: stack corruption on ARM when using high register [...] new 226f1e9 Fix configure test for sendfile() new 9aa39a3 Add missing header in Filesystem TS configure tests
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 | 11 ++++++++ gcc/config/arm/arm.c | 29 ++++++++++++-------- gcc/testsuite/ChangeLog | 9 ++++++ gcc/testsuite/gcc.target/arm/pr77933-1.c | 46 +++++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/arm/pr77933-2.c | 47 ++++++++++++++++++++++++++++++++ libstdc++-v3/ChangeLog | 16 +++++++++++ libstdc++-v3/acinclude.m4 | 5 ++-- libstdc++-v3/config.h.in | 2 +- libstdc++-v3/configure | 6 ++-- 9 files changed, 154 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/pr77933-1.c create mode 100644 gcc/testsuite/gcc.target/arm/pr77933-2.c