This is an automated email from the git hooks/post-receive script.
yvan.roux pushed a commit to branch ryanarn/reduced_parallel
in repository toolchain/abe.
commit abfa1957a501c81ded6fb0fa084beade094b0a4a
Author: Yvan Roux <yvan.roux(a)linaro.org>
Date: Tue Aug 18 14:59:18 2015 +0200
Force verbosity and -j 1
Change-Id: I5b9d07c6816bbb5654da085d4923dbf3f2ff2156
---
lib/make.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/make.sh b/lib/make.sh
index 0693a96..7cf2885 100755
--- a/lib/make.sh
+++ b/lib/make.sh
@@ -731,13 +731,13 @@ make_check()
fi
if test x"${override_runtestflags}" != x; then
- local make_flags="${make_flags} RUNTESTFLAGS=\"${override_runtestflags}\""
+ local make_flags="${make_flags} RUNTESTFLAGS=\"${override_runtestflags} -v [...]
fi
if test x"${parallel}" = x"yes"; then
local make_flags
case "${target}" in
- "$build"|*"-elf"*) make_flags="${make_flags} -j ${cpus}" ;;
+ "$build"|*"-elf"*) make_flags="${make_flags} -j 1" ;;
# Try to find out which test is crashing the aarch64-linux-gnu
# boards and x86_64 builders.
aarch64-linux-gnu|x86_64*) make_flags="${make_flags} -j 1" ;;
--
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.
yvan.roux pushed a change to branch ryanarn/reduced_parallel
in repository toolchain/abe.
from 4de88af jenkins.sh: Turn on extra verbose dejagnu logging
adds fca485b VALIDATION TESTING:
new abfa195 Force verbosity and -j 1
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:
jenkins.sh | 2 +-
lib/make.sh | 8 ++++----
2 files changed, 5 insertions(+), 5 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/indbr/gcc-5-branch
in repository gcc.
discards e3597b7 * config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt.
discards 2762701 * gcc.target/i386/noplt-1.c (dg-do): Fix target selector. * [...]
discards 6809d8d Generate indirect branch relocation via GOT
discards e3c0218 Check if x86 gas supports indirect branch via GOT
discards c85dec2 Add more tests for PR target/66232
discards 8e203c6 * config/i386/i386.h (enum reg_class): Move CLOBBERED_REGS p [...]
discards baa4a2c1 Properly handle -fno-plt in ix86_expand_call
discards 34d3e9c Allow indirect sibcall with register arguments
discards b2e3ad4 Allow indirect branch via GOT slot for x32
discards b49ae10 2015-06-04 Sriraman Tallam <tmsriram(a)google.com>
discards 2f86d31 Fix PR target/65753
discards bcd83da * calls.c (prepare_call_address): Transform PLT call to GOT [...]
adds dd61457 PR c++/66919 * pt.c (tsubst_copy): Pass complain to mark_us [...]
adds b66dfba Daily bump.
new 045ed2e * calls.c (prepare_call_address): Transform PLT call to GOT [...]
new b95473c Fix PR target/65753
new fad38a0 Allow indirect branch via GOT slot for x32
new 991291d * config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt.
new c06740d * config/i386/i386.h (enum reg_class): Move CLOBBERED_REGS p [...]
new ddce735 2015-06-04 Sriraman Tallam <tmsriram(a)google.com>
new 739f56d * gcc.target/i386/noplt-1.c (dg-do): Fix target selector. * [...]
new 442e79d Allow indirect sibcall with register arguments
new 2381bc3 Add more tests for PR target/66232
new 19894c6 Properly handle -fno-plt in ix86_expand_call
new 3fd7104 Check if x86 gas supports indirect branch via GOT
new fd51e76 Generate indirect branch relocation via GOT
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 (e3597b7)
\
N -- N -- N refs/heads/hjl/indbr/gcc-5-branch (fd51e76)
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 12 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/predicates.md | 7 +++++-
gcc/cp/ChangeLog | 5 ++++
gcc/cp/pt.c | 3 ++-
gcc/testsuite/g++.dg/cpp1y/auto-fn27.C | 42 +++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr67215-3.c | 12 +++++++++
6 files changed, 68 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn27.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr67215-3.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 hjl/pr67215/master
in repository gcc.
discards 04258b4 Properly handle -fno-plt in ix86_expand_call
adds 75c2bf3 * da.po: Update.
adds ca9d1f7 * except.c (check_noexcept_r): Assert that fn is POINTER_TYPE_P.
adds a02b42f * constexpr.c (cxx_eval_store_expression): Don't set CONSTR [...]
adds 7963b19 PR c++/67104 * constexpr.c (array_index_cmp, find_array_cto [...]
adds 59246f9 PR c++/67244 * pt.c (tsubst_copy_and_build): Call insert_pe [...]
adds 61fba55 /cp 2015-08-17 Paolo Carlini <paolo.carlini(a)oracle.com>
adds 65b3995 mips.exp: Redefine isa variable which is referenced in later code.
adds 8578096 Daily bump.
adds 863356e xtensa: reimplement register spilling
adds 8a596a7 xtensa: use unwind-dw2-fde-dip instead of unwind-dw2-fde
adds 15b21d2 xtensa: fix _Unwind_GetCFA
adds 1eb4f3d * tree-ssa-loop-niter.c (refine_value_range_using_guard): Ne [...]
new 8ade193 Properly handle -fno-plt in ix86_expand_call
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 (04258b4)
\
N -- N -- N refs/heads/hjl/pr67215/master (8ade193)
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/ChangeLog | 6 +
gcc/DATESTAMP | 2 +-
gcc/config/i386/predicates.md | 7 +-
gcc/cp/ChangeLog | 21 ++
gcc/cp/call.c | 19 +-
gcc/cp/constexpr.c | 191 ++++++++---
gcc/cp/except.c | 4 +-
gcc/cp/pt.c | 2 +
gcc/po/ChangeLog | 4 +
gcc/po/da.po | 360 +++++++--------------
gcc/testsuite/ChangeLog | 21 ++
gcc/testsuite/g++.dg/cpp0x/constexpr-array12.C | 8 +
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nested5.C | 29 ++
gcc/testsuite/g++.dg/cpp0x/nullptr34.C | 17 +
gcc/testsuite/g++.dg/cpp0x/pr51313.C | 2 +-
gcc/testsuite/g++.dg/warn/Wconversion2.C | 3 +-
gcc/testsuite/g++.dg/warn/Wnull-conversion-1.C | 9 +-
gcc/testsuite/g++.old-deja/g++.other/null3.C | 3 +-
.../gcc.dg/tree-ssa/{scev-9.c => loop-bound-1.c} | 6 +-
.../gcc.dg/tree-ssa/{scev-9.c => loop-bound-3.c} | 8 +-
gcc/testsuite/gcc.dg/tree-ssa/loop-bound-5.c | 22 ++
gcc/testsuite/gcc.target/i386/pr67215-3.c | 12 +
gcc/testsuite/gcc.target/mips/mips.exp | 1 +
gcc/tree-ssa-loop-niter.c | 312 ++++++++++++++++--
libgcc/ChangeLog | 17 +
libgcc/config/xtensa/lib2funcs.S | 30 +-
libgcc/config/xtensa/t-windowed | 2 +-
libgcc/config/xtensa/unwind-dw2-xtensa.c | 2 +-
28 files changed, 771 insertions(+), 349 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-array12.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nested5.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/nullptr34.C
copy gcc/testsuite/gcc.dg/tree-ssa/{scev-9.c => loop-bound-1.c} (58%)
copy gcc/testsuite/gcc.dg/tree-ssa/{scev-9.c => loop-bound-3.c} (51%)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/loop-bound-5.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr67215-3.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.
yvan.roux pushed a commit to branch yvan/validation-testing
in repository toolchain/abe.
commit fca485b0afe0344c80e4aad20e32efbc708dce28
Author: Yvan Roux <yvan.roux(a)linaro.org>
Date: Tue Aug 18 13:21:45 2015 +0200
VALIDATION TESTING:
Switch make check to -j 1 for x86_64 native builds
jenkins.sh: even moree dejagnu verbosity
Change-Id: I076d518964014795b7987deac46c816b04e27c11
---
jenkins.sh | 2 +-
lib/make.sh | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/jenkins.sh b/jenkins.sh
index 661c74a..e7aee89 100755
--- a/jenkins.sh
+++ b/jenkins.sh
@@ -343,7 +343,7 @@ fi
(cd $user_snapshots/gcc.git; git fetch origin '+refs/changes/*:refs/remotes/gerrit [...]
# Turn on extra verbose dejagnu logging
-export RUNTESTFLAGS="-v -v -d"
+export RUNTESTFLAGS="-v -v -v -v -d"
# Now we build the cross compiler, for a native compiler this becomes
# the stage2 bootstrap build.
diff --git a/lib/make.sh b/lib/make.sh
index c86989e..0693a96 100755
--- a/lib/make.sh
+++ b/lib/make.sh
@@ -739,8 +739,8 @@ make_check()
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" ;;
+ # boards and x86_64 builders.
+ aarch64-linux-gnu|x86_64*) 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.
yvan.roux pushed a change to branch yvan/validation-testing
in repository toolchain/abe.
at fca485b VALIDATION TESTING:
This branch includes the following new commits:
new fca485b VALIDATION TESTING:
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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr67215/master
in repository gcc.
discards 09e56e8 Add comments.
omits 96865ec Properly handle -fno-plt in ix86_expand_call
adds 9be7a73 PR fortran/41387 * gfortran.texi: New section "File operati [...]
adds d351aaf * trans-intrinsic.c (conv_intrinsic_ieee_is_negative): Use t [...]
adds 6de19d8 PR fortran/54656
adds 6e79e8c Daily bump.
adds 5702129 2015-08-17 Richard Biener <rguenther(a)suse.de> Naveen H [...]
adds 6645b02 [ARM] arm memcpy of aligned data
adds 0436eae * config/arm/arm.c (neon_element_bits): Replace call [...]
adds 29aa549 2015-08-17 Richard Biener <rguenther(a)suse.de>
adds 22723c2 * c-pretty-print.c (pp_c_cv_qualifiers): Remove code dealing [...]
adds 316a001 * config/i386/i386.c: Remove include of fibheap.h.
new 04258b4 Properly handle -fno-plt in ix86_expand_call
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 (09e56e8)
\
N -- N -- N refs/heads/hjl/pr67215/master (04258b4)
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/ChangeLog | 46 ++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 5 +++
gcc/c-family/c-pretty-print.c | 31 +++------------
gcc/config/arm/arm.c | 12 ++++--
gcc/config/arm/neon.md | 12 +++---
gcc/config/i386/i386.c | 16 ++++----
gcc/config/rs6000/rs6000.c | 3 +-
gcc/config/spu/spu.c | 2 +-
gcc/expmed.c | 8 ++--
gcc/expr.c | 2 +-
gcc/fold-const.c | 2 +-
gcc/fortran/ChangeLog | 22 +++++++++++
gcc/fortran/f95-lang.c | 35 ++++++++--------
gcc/fortran/gfortran.texi | 28 +++++++++++++
gcc/fortran/mathbuiltins.def | 1 -
gcc/fortran/trans-intrinsic.c | 20 ++++++----
gcc/match.pd | 9 +++++
gcc/optabs.c | 2 +-
gcc/simplify-rtx.c | 2 +-
gcc/testsuite/ChangeLog | 17 ++++++++
gcc/testsuite/gcc.dg/pr16107.c | 16 ++++++++
gcc/testsuite/gcc.dg/torture/pr67221.c | 31 +++++++++++++++
gcc/testsuite/gcc.target/arm/memcpy-aligned-1.c | 12 ++++++
.../gfortran.dg/{norm_4.f90 => norm2_4.f90} | 0
gcc/testsuite/gfortran.dg/norm2_5.f90 | 23 +++++++++++
gcc/tree-cfg.c | 6 +--
gcc/tree-ssa-sccvn.c | 19 ++++++++-
gcc/tree-vect-patterns.c | 13 +++---
29 files changed, 304 insertions(+), 93 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr16107.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr67221.c
create mode 100644 gcc/testsuite/gcc.target/arm/memcpy-aligned-1.c
rename gcc/testsuite/gfortran.dg/{norm_4.f90 => norm2_4.f90} (100%)
create mode 100644 gcc/testsuite/gfortran.dg/norm2_5.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.
bernie.ogden pushed a change to branch bernie/benchmarking
in repository toolchain/abe.
discards cf75e63 Add gfortran to host dependencies
discards 7923e9f Detect failure to scp tarball
new 4b002a9 Detect failure to scp tarball
new 5adbe64 Add gfortran to host dependencies
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 (cf75e63)
\
N -- N -- N refs/heads/bernie/benchmarking (5adbe64)
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 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:
scripts/Benchmark.job | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.