This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from 95f4166 Handle double reduction in parloops
new 95328f3 * config/rl78/rl78.c (rl78_addsi3_internal): New function. [...]
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 | 8 ++++++++
gcc/config/rl78/rl78-protos.h | 1 +
gcc/config/rl78/rl78.c | 30 ++++++++++++++++++++++++++++++
gcc/config/rl78/rl78.md | 5 +----
4 files changed, 40 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 16db639 2015-07-28 Richard Biener <rguenther(a)suse.de>
new 95f4166 Handle double reduction in parloops
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 | 9 ++++
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.dg/autopar/uns-outer-4.c | 6 +--
gcc/tree-parloops.c | 73 ++++++++++++++++++++++++++----
libgomp/ChangeLog | 4 ++
libgomp/testsuite/libgomp.c/uns-outer-4.c | 36 +++++++++++++++
6 files changed, 120 insertions(+), 13 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.c/uns-outer-4.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 ddc9c98 2015-07-28 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new 16db639 2015-07-28 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/fold-const.c | 24 ------------------------
gcc/match.pd | 21 +++++++++++++--------
3 files changed, 19 insertions(+), 32 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.
bernie.ogden pushed a change to branch inserted_src
in repository toolchain/semiautobench.
discards 1c70e49 Add hint for post-build failure investigation
new 1fbeafa Add hint for post-build failure investigation
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 (1c70e49)
\
N -- N -- N refs/heads/inserted_src (1fbeafa)
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 | 1 +
1 file changed, 1 insertion(+)
--
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 1fbeafa33594593a349b09b4bda3cf592fa88e84
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Tue Jul 28 09:37:46 2015 +0200
Add hint for post-build failure investigation
Change-Id: I82e5053458e0f7e33265985e2e45285c5c3339cb
---
invoke_session_debian | 2 ++
1 file changed, 2 insertions(+)
diff --git a/invoke_session_debian b/invoke_session_debian
index d4f5015..f199403 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -130,11 +130,13 @@ chmod 700 "${maindir}"
echo "Running benchmark... I may be some time"
if ! "${ABE_DIR}"/scripts/Benchmark.job; then
echo "Benchmark run failed" >&2
+ echo "ssh -o ControlMaster=no -o ControlPath=/dev/null ${ip_addr}.lab"
error=1
exit
fi
echo "*** RESULTS READY"
+echo "ssh -o ControlMaster=no -o ControlPath=/dev/null ${ip_addr}.lab"
while ! test -e ~/data/resultsgone; do
inotifywait -e create ~/data
done
--
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 1c70e49d014bebe29a78ab6f138922f9ea2bc6ea
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Tue Jul 28 09:37:46 2015 +0200
Add hint for post-build failure investigation
Change-Id: I82e5053458e0f7e33265985e2e45285c5c3339cb
---
invoke_session_debian | 1 +
1 file changed, 1 insertion(+)
diff --git a/invoke_session_debian b/invoke_session_debian
index d4f5015..478ab51 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -135,6 +135,7 @@ if ! "${ABE_DIR}"/scripts/Benchmark.job; then
fi
echo "*** RESULTS READY"
+echo "ssh -o ControlMaster=no -o ControlPath=/dev/null ${ip_addr}.lab"
while ! test -e ~/data/resultsgone; do
inotifywait -e create ~/data
done
--
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.
from 23977c1 Move early IP report to first script
new b931457 Break up ssh hint into multiple lines
new 1c70e49 Add hint for post-build failure investigation
The 2 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 | 5 ++++-
1 file changed, 4 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 commit to branch inserted_src
in repository toolchain/semiautobench.
commit b931457622cb5059e11888357b4fde567d53fdda
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Tue Jul 28 09:37:22 2015 +0200
Break up ssh hint into multiple lines
Fits window better
Change-Id: Iedcf1c814e25c1e159aaa600a298c5a1e452420b
---
invoke_session_debian | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/invoke_session_debian b/invoke_session_debian
index 2c05826..d4f5015 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -78,7 +78,9 @@ ip_addr="$(lava-network query `lava-group | grep '[[:blank:]]\+ho [...]
#Request agent just before we need it
#This would be two keys in one agent if we wanted one for source, one for job
echo "*** WAITING FOR AGENT: ${ip_addr}"
-echo "ssh -o ControlMaster=no -o ControlPath=/dev/null -A ${ip_addr}.lab 'ln -sf \ [...]
+echo "ssh -o ControlMaster=no -o ControlPath=/dev/null -A ${ip_addr}.lab \\"
+echo " 'ln -sf \$SSH_AUTH_SOCK /root/data/socket && \\"
+echo " while test -e ~/data/socket; do inotifywait -e delete ~/data; done'"
while ! test -e ~/data/socket; do
inotifywait -e create ~/data
done
--
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 bernie/jenkmarking-multinode
in repository toolchain/abe.
discards c8e375d Better logging
discards c283c0c Add option to reboot target on completion
new a0f70a4 Add option to reboot target on completion
new ddc58ce Better logging
new b81d9c8 Add strictly-required quotes
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 (c8e375d)
\
N -- N -- N refs/heads/bernie/jenkmarking-multinode (b81d9c8)
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 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:
scripts/Benchmark.job | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.