This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6c46cb3 * ChangeLog: Fix corrupted entry.
new 31015b0 Make the stack non-executable in GNAT tools
new b79ac70 [AArch64] Cleanup whitespace in aarch64.c
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 | 13 +++++++++++++
gcc/ada/prj-proc.adb | 4 ++--
gcc/ada/prj.adb | 6 +++---
gcc/config/aarch64/aarch64.c | 12 ++++++------
4 files changed, 24 insertions(+), 11 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/pr67215/master
in repository gcc.
discards 4c61614 Properly handle -fno-plt in ix86_expand_call
new 9795398 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 (4c61614)
\
N -- N -- N refs/heads/hjl/pr67215/master (9795398)
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:
--
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 9354b69 [ARM] Use %wd format for lane printing in bounds_check
new 6c46cb3 * ChangeLog: Fix corrupted entry.
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 +++--
1 file changed, 3 insertions(+), 2 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.
yvan.roux pushed a commit to branch ryanarn/reduced_parallel
in repository toolchain/abe.
The following commit(s) were added to refs/heads/ryanarn/reduced_parallel by this push:
new a2f1983 Re-enable -j #cpu for native builds.
a2f1983 is described below
commit a2f1983ccb8492e9377e1dd3497909d430e0365a
Author: Yvan Roux <yvan.roux(a)linaro.org>
Date: Wed Aug 19 11:14:24 2015 +0200
Re-enable -j #cpu for native builds.
Change-Id: Ia6dbd750870ba31ff7860894cb8281ebb439db6c
---
lib/make.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/make.sh b/lib/make.sh
index 67a4198..ae255cb 100755
--- a/lib/make.sh
+++ b/lib/make.sh
@@ -737,10 +737,10 @@ make_check()
if test x"${parallel}" = x"yes"; then
local make_flags
case "${target}" in
- "$build"|*"-elf"*) make_flags="${make_flags} -j 1" ;;
+ "$build"|*"-elf"*) make_flags="${make_flags} -j ${cpus}" ;;
# 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" ;;
+ 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 trunk
in repository gcc.
from 6dc5038 remove more useless typedefs
new 9354b69 [ARM] Use %wd format for lane printing in bounds_check
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/arm/arm.c | 4 ++--
2 files changed, 7 insertions(+), 2 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.
yvan.roux pushed a commit to branch ryanarn/reduced_parallel
in repository toolchain/abe.
The following commit(s) were added to refs/heads/ryanarn/reduced_parallel by this push:
new a3e474f Yet another try to force dejagnu verbosity.
a3e474f is described below
commit a3e474f60066bac7bd28b25bb763ba9982209ec4
Author: Yvan Roux <yvan.roux(a)linaro.org>
Date: Wed Aug 19 10:32:49 2015 +0200
Yet another try to force dejagnu verbosity.
Change-Id: I23ebc49bd5b51918481f75b8810b447ea344a50d
---
lib/make.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/make.sh b/lib/make.sh
index 2a0966c..67a4198 100755
--- a/lib/make.sh
+++ b/lib/make.sh
@@ -755,7 +755,7 @@ make_check()
if test x"${build}" = x"${target}" -a x"${tarbin}" != x"yes"; then
# Overwrite ${checklog} in order to provide a clean log file
# if make check has been run more than once on a build tree.
- dryrun "make check RUNTESTFLAGS=\"${runtest_flags} --xml=${tool}.xml \" ${make_fl [...]
+ dryrun "make check RUNTESTFLAGS=\"${runtest_flags} --xml=${tool}.xml -v -v -v\" $ [...]
if test $? -gt 0; then
error "make check -C ${builddir} failed."
return 1
@@ -827,7 +827,7 @@ make_check()
for i in ${dirs}; do
# Always append "tee -a" to the log when building components individually
- dryrun "make ${check_targets} SYSROOT_UNDER_TEST=${sysroots} FLAGS_UND [...]
+ dryrun "make ${check_targets} SYSROOT_UNDER_TEST=${sysroots} FLAGS_UND [...]
if test $? -gt 0; then
error "make ${check_targets} -C ${builddir}$i failed."
return 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 commit to branch ryanarn/reduced_parallel
in repository toolchain/abe.
The following commit(s) were added to refs/heads/ryanarn/reduced_parallel by this push:
new 6dbdc4f Temporary fix RUNTESTFLAGS bad propagation.
6dbdc4f is described below
commit 6dbdc4f0f9082e91e0b6cc6b73ba710a306f5068
Author: Yvan Roux <yvan.roux(a)linaro.org>
Date: Wed Aug 19 08:45:04 2015 +0200
Temporary fix RUNTESTFLAGS bad propagation.
Change-Id: Ie59a4f7c4f0708e45aa0a9c012239e9368c6d773
---
config/gcc.conf | 2 +-
jenkins.sh | 2 +-
lib/make.sh | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/config/gcc.conf b/config/gcc.conf
index 19c44ca..61b28b9 100644
--- a/config/gcc.conf
+++ b/config/gcc.conf
@@ -235,4 +235,4 @@ else
fi
# This is a list of default flags always supplied to "make check".
-runtest_flags=""
+runtest_flags="-v -v -v"
diff --git a/jenkins.sh b/jenkins.sh
index f786528..b2205f0 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 -v --debug"
+export RUNTESTFLAGS="-v -v -v"
# 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 eda3a7b..2a0966c 100755
--- a/lib/make.sh
+++ b/lib/make.sh
@@ -731,7 +731,7 @@ make_check()
fi
if test x"${override_runtestflags}" != x; then
- local make_flags="${make_flags} RUNTESTFLAGS=\"${override_runtestflags} -v [...]
+ local make_flags="${make_flags} RUNTESTFLAGS=\"${override_runtestflags} -v [...]
fi
if test x"${parallel}" = x"yes"; then
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.