This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from 92827db This patch syncs zlib.m4 with binutils-gdb and uses AM_ZLIB f [...]
new c850ece Sync toplevel files binutils-gdb
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:
ChangeLog | 12 ++++++++++++
Makefile.def | 4 +++-
Makefile.in | 20 +++++++++++++-------
configure | 10 ++++++++++
configure.ac | 9 +++++++++
5 files changed, 47 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 trunk
in repository gcc.
from f2bdc3f 2015-07-14 Matthias Klose <doko(a)ubuntu.com>
new 92827db This patch syncs zlib.m4 with binutils-gdb and uses AM_ZLIB f [...]
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:
config/ChangeLog | 4 ++++
config/zlib.m4 | 27 ++++++++++++++-------------
gcc/ChangeLog | 6 ++++++
gcc/Makefile.in | 3 +++
gcc/aclocal.m4 | 1 +
gcc/configure | 13 +++++++++----
gcc/configure.ac | 10 +---------
7 files changed, 38 insertions(+), 26 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 31a33dc Sync with src: 2015-03-30 H.J. Lu <hongjiu.lu(a)intel.com> [...]
new f2bdc3f 2015-07-14 Matthias Klose <doko(a)ubuntu.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 | 5 +++++
gcc/config/rs6000/t-rs6000 | 1 +
2 files changed, 6 insertions(+)
--
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 6c2daf3 2015-07-14 Richard Biener <rguenther(a)suse.de>
new 31a33dc Sync with src: 2015-03-30 H.J. Lu <hongjiu.lu(a)intel.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:
ChangeLog | 7 +++++++
Makefile.def | 1 +
Makefile.in | 8 ++++++++
3 files changed, 16 insertions(+)
--
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 6700b27 2015-07-14 Richard Biener <rguenther(a)suse.de>
new 6c2daf3 2015-07-14 Richard Biener <rguenther(a)suse.de>
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr66863.c | 25 +++++++++++++++++++++++++
gcc/tree-vrp.c | 12 +++++++++++-
4 files changed, 47 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr66863.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.
adhemerval.zanella pushed a change to branch azanella/vdso-cleanup
in repository toolchain/glibc.
was b4aea8c x86: Remove vsyscall usage
This change permanently discards the following revisions:
discards b4aea8c x86: Remove vsyscall usage
discards 2727bca Consolidate sched_getcpu
--
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.
adhemerval.zanella pushed a change to branch azanella/fmemopen
in repository toolchain/glibc.
was 1f473cb libio: Update tst-fmemopen2.c
This change permanently discards the following revisions:
discards 1f473cb libio: Update tst-fmemopen2.c
discards d7b8084 libio: fmemopen rewrite to POSIX compliance
--
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.
bernie.ogden pushed a commit to branch inserted_src
in repository toolchain/semiautobench.
commit f0b75fd0c05473e2dcee4b26051f30c2318d6049
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Tue Jul 14 09:59:42 2015 +0200
WIP: Testing multinode
Change-Id: I827211a72bf103bbd4f15390b27d42b8aeb26989
---
invoke_session_debian | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/invoke_session_debian b/invoke_session_debian
index e1d8467..180783f 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -37,6 +37,10 @@ fi
ip_addr=$(ifconfig `ip route get $gateway | cut -d ' ' -f3` | grep 'inet addr' |aw [...]
hostname=$(cat /etc/hostname)
echo ${ip_addr}
+export LAVA_MULTI_NODE_DEBUG=1
+lava-send test
+lava-wait-all test
+lava-send answer
# Set the PATH to use the LAVA api
echo "export PATH=/lava/bin/:$PATH" > ~/.bashrc
@@ -90,7 +94,7 @@ lava-network collect eth0 target
declare -A targets
for lava_name in `lava-group | grep '[[:blank:]]*target$' | awk '{print $1}'`; do
target_ip="$(lava-network query \"${lava_name}\" ipv4)"
- if test $? -ne 0; then echo "Failed to find IP for ${lava_name}"; exit 1; fi
+ if test $? -ne 0; then echo "Failed to find IP for ${lava_name}"; sleep infinity [...]
target_base="$(echo \"${lava_name}\" | sed 's/[[:digit:]]*$//')" #TODO: HACK
if test $? -ne 0; then echo "Failed to find target type from ${lava_name}"; exit 1; fi
sed "s/^ip=.*/ip=${target_ip}/" "${ABE_DIR}/config/boards/bench/${target_base}.j [...]
--
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.
bernie.ogden pushed a change to branch inserted_src
in repository toolchain/semiautobench.
discards 7307652 WIP: Testing multinode
new f0b75fd WIP: Testing multinode
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 (7307652)
\
N -- N -- N refs/heads/inserted_src (f0b75fd)
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:
invoke_session_debian | 3 ++-
1 file changed, 2 insertions(+), 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.
bernie.ogden pushed a change to branch inserted_src
in repository toolchain/semiautobench.
discards 206ee49 WIP: Testing multinode
new 7307652 WIP: Testing multinode
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 (206ee49)
\
N -- N -- N refs/heads/inserted_src (7307652)
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:
invoke_session_debian | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.