This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch inserted_src
in repository toolchain/semiautobench.
The following commit(s) were added to refs/heads/inserted_src by this push:
new 29fd5dc Suppress output of ssh-keygen
29fd5dc is described below
commit 29fd5dc19fe6e814f3c4878f3df902fadcb258fc
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Mon Jul 13 11:40:16 2015 +0200
Suppress output of ssh-keygen
Likely just the randomart image, but still it's noise.
Change-Id: Ie679bfdef80ecf3127226dc17a7db8d548c59c72
---
invoke_session_debian | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/invoke_session_debian b/invoke_session_debian
index 9abc453..2c1bab5 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -51,7 +51,7 @@ sed -i 's#ssh://git@dev-private\.git\.linaro\.org#ssh://localhost [...]
#Generate one-time key
mkdir ~/data || exit 1
-if ! ssh-keygen -P '' -f ~/data/onetime < /dev/null; then
+if ! ssh-keygen -P '' -f ~/data/onetime > /dev/null < /dev/null; then
rm -rf ~/data
exit 1
fi
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from 1c504cb [PATCH]Fix PR66556. Don't drop side-effect in simplify_const_ [...]
new 43ea384 gcc/testsuite/ChangeLog:
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/class.c | 6 ++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr64589.f90 | 30 ++++++++++++++++++++++++++++++
4 files changed, 43 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr64589.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from 9f82fcb Fix several crashes of C++ demangler on fuzzed input.
new 1c504cb [PATCH]Fix PR66556. Don't drop side-effect in simplify_const_ [...]
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 | 6 ++++
gcc/simplify-rtx.c | 7 ++--
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.c-torture/execute/pr66556.c | 52 +++++++++++++++++++++++++++
4 files changed, 67 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr66556.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from 47ae02b Fix double word typos.
new 9f82fcb Fix several crashes of C++ demangler on fuzzed input.
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:
libiberty/ChangeLog | 13 +++++++++++++
libiberty/cp-demangle.c | 30 ++++++++++++++++++++++++------
libiberty/cp-demangle.h | 29 +++++++++++++++++++++++++++--
libiberty/testsuite/demangle-expected | 30 ++++++++++++++++++++++++++++++
4 files changed, 94 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr58066/gcc-5-branch
in repository gcc.
discards b317826 Align stack before calling __tls_get_addr
adds e75de31 Daily bump.
adds 2de479e Daily bump.
new 94c030b Align stack before calling __tls_get_addr
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b317826)
\
N -- N -- N refs/heads/hjl/pr58066/gcc-5-branch (94c030b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/DATESTAMP | 2 +-
gcc/config/i386/i386.md | 9 ++++++---
2 files changed, 7 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from 29a78fe gcc/testsuite/ChangeLog:
new d7d884c Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr58066/gcc-5-branch
in repository gcc.
at b317826 Align stack before calling __tls_get_addr
This branch includes the following new commits:
new b317826 Align stack before calling __tls_get_addr
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.