This is an automated email from the git hooks/post-receive script.
ryan.arnold pushed a commit to branch ryanarn/reduced_parallel
in repository toolchain/abe.
commit 873fd137c45cdfb7581307ea325309b4e4081690
Author: Ryan S. Arnold <ryan.arnold(a)linaro.org>
Date: Fri Aug 7 17:59:00 2015 -0500
TESTING-ONLY jenkins.sh: abe's stdout & stderr combined. make check -j 1 on aa [...]
Change-Id: I096f4d62664d9b9a82187021c3c273a2aeca2210
---
jenkins.sh | 3 ++-
lib/make.sh | 3 +++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/jenkins.sh b/jenkins.sh
index 41a33d7..13c3d9c 100755
--- a/jenkins.sh
+++ b/jenkins.sh
@@ -344,7 +344,8 @@ fi
# Now we build the cross compiler, for a native compiler this becomes
# the stage2 bootstrap build.
-$CONFIG_SHELL ${abe_dir}/abe.sh --disable update ${check} ${tars} ${releasestr} ${ [...]
+#$CONFIG_SHELL ${abe_dir}/abe.sh --disable update ${check} ${tars} ${releasestr} $ [...]
+$CONFIG_SHELL ${abe_dir}/abe.sh --disable update ${check} ${tars} ${releasestr} ${ [...]
# If abe returned an error, make jenkins see this as a build failure
if test $? -gt 0; then
diff --git a/lib/make.sh b/lib/make.sh
index f810f3b..c86989e 100755
--- a/lib/make.sh
+++ b/lib/make.sh
@@ -738,6 +738,9 @@ make_check()
local make_flags
case "${target}" in
"$build"|*"-elf"*) make_flags="${make_flags} -j ${cpus}" ;;
+ # Try to find out which test is crashing the aarch64-linux-gnu
+ # boards.
+ aarch64-linux-gnu) make_flags="${make_flags} -j 1" ;;
# Double parallelization when running tests on remote boards
# to avoid host idling when waiting for the board.
*) make_flags="${make_flags} -j $((2*${cpus}))" ;;
--
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 master
in repository gcc.
from 8b22159 [AArch64] Recommit correct version for improving TLS descript [...]
new 7231f6b Correctly advance iterator in offloading machine mode stream reading
new b308f4a Fix offloading machine mode stream reading
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:
gcc/ChangeLog | 11 ++++++++++
gcc/lto-streamer-in.c | 10 +++++----
gcc/lto-streamer-out.c | 4 ++--
libgomp/ChangeLog | 4 ++++
.../libgomp.oacc-c-c++-common/vector-type-1.c | 24 ++++++++++++++++++++++
5 files changed, 47 insertions(+), 6 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/vector-type-1.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.
bernie.ogden pushed a change to branch bernie/benchmarking
in repository toolchain/abe.
discards be9fc9e Add one of our machines to known_hosts
discards 4e3f51a Support makeflags in multinode jobs
discards d91a05f Fix CLI-overriding of make_flags
discards 7525049 Permit benchmarking with prebuilt benchmark
discards 81f5812 Refactor toolchain download/install code
discards b97131b Do not disable ssh host checks
discards b41f415 Use sleep rather than inotify to hold target session
new 2aec13e Use sleep rather than inotify to hold target session
new 2f248f9 Do not disable ssh host checks
new cfb88b2 Refactor toolchain download/install code
new cffb0b3 Permit benchmarking with prebuilt benchmark
new 7d88fa4 Fix CLI-overriding of make_flags
new be46d5c Support makeflags in multinode jobs
new 4e84e55 Add one of our machines to known_hosts
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 (be9fc9e)
\
N -- N -- N refs/heads/bernie/benchmarking (4e84e55)
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 7 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/bench/lava/host-session | 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 trunk
in repository gcc.
from 639cd78 [AArch64] Revert wrong commit of "Improve TLS Descriptor patt [...]
new 8b22159 [AArch64] Recommit correct version for improving TLS descript [...]
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/config/aarch64/aarch64.c | 34 ++++++++++++++++++------
gcc/config/aarch64/aarch64.h | 3 +++
gcc/config/aarch64/aarch64.md | 19 +++++++++++++
gcc/config/aarch64/constraints.md | 3 +++
gcc/testsuite/gcc.target/aarch64/tlsdesc_hoist.c | 22 +++++++++++++++
5 files changed, 73 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/tlsdesc_hoist.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 411b0e6 PR fortran/64022 * gfortran.dg/ieee/large_4.f90: New test.
new 639cd78 [AArch64] Revert wrong commit of "Improve TLS Descriptor patt [...]
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/config/aarch64/aarch64.c | 24 +++++-------------------
gcc/config/aarch64/aarch64.md | 17 -----------------
gcc/testsuite/gcc.target/aarch64/tlsdesc_hoist.c | 22 ----------------------
3 files changed, 5 insertions(+), 58 deletions(-)
delete mode 100644 gcc/testsuite/gcc.target/aarch64/tlsdesc_hoist.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 78b7935 Daily bump.
new 411b0e6 PR fortran/64022 * gfortran.dg/ieee/large_4.f90: New test.
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/testsuite/ChangeLog | 9 +++++++--
.../gfortran.dg/ieee/{underflow_1.f90 => large_4.f90} | 14 +++++++++-----
2 files changed, 16 insertions(+), 7 deletions(-)
copy gcc/testsuite/gfortran.dg/ieee/{underflow_1.f90 => large_4.f90} (72%)
--
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 5463f50 gcc/ChangeLog:
new 78b7935 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 trunk
in repository gcc.
from ebb925e PR libfortran/66936 * io/unix.c (__MINGW32__): Undefine HAV [...]
new 5463f50 gcc/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/ChangeLog | 11 +++++++++++
gcc/c-family/ChangeLog | 4 ++++
gcc/c-family/c.opt | 2 +-
gcc/common.opt | 2 +-
gcc/doc/invoke.texi | 19 +++++++++----------
gcc/doc/options.texi | 4 +++-
gcc/opt-functions.awk | 6 +++---
gcc/optc-gen.awk | 28 +++++++++++++++++++++++-----
8 files changed, 55 insertions(+), 21 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 ff69220 Treat model == 0x4f as Broadwell
new ebb925e PR libfortran/66936 * io/unix.c (__MINGW32__): Undefine HAV [...]
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:
libgfortran/ChangeLog | 5 +++++
libgfortran/io/unix.c | 6 ++++++
2 files changed, 11 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.