This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from aed8dc7 PR c++/67104 * constexpr.c (cxx_eval_array_reference): Hand [...]
new 8c6dc41 PR c++/67104 * constexpr.c (cxx_eval_array_reference): Fix typo.
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/cp/ChangeLog | 3 +++
gcc/cp/constexpr.c | 2 +-
2 files 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.
unknown user pushed a change to branch master
in repository gcc.
from a2acdfa xtensa: add -mauto-litpools option
new 9f2b92c PR c++/67108 * decl2.c (c_parse_final_cleanups): Set at_eof [...]
new aed8dc7 PR c++/67104 * constexpr.c (cxx_eval_array_reference): Hand [...]
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/cp/ChangeLog | 8 ++++++
gcc/cp/constexpr.c | 37 +++++++++++++++++++++++--
gcc/cp/cp-tree.h | 3 +-
gcc/cp/decl2.c | 3 ++
gcc/cp/error.c | 5 ++++
gcc/testsuite/g++.dg/cpp0x/constexpr-targ3.C | 40 +++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/constexpr-array1.C | 20 ++++++++++++++
7 files changed, 112 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-targ3.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-array1.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 master
in repository gcc.
from f480995 PR c++/55095 * c-common.c (maybe_warn_shift_overflow): Prop [...]
new 2933b80 PR c++/67161 * error.c (dump_decl) [TEMPLATE_ID_EXPR]: Pass [...]
new a2acdfa xtensa: add -mauto-litpools option
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 | 22 ++++++++++++++++++++
gcc/config/xtensa/constraints.md | 5 +++++
gcc/config/xtensa/elf.h | 4 +++-
gcc/config/xtensa/linux.h | 4 +++-
gcc/config/xtensa/predicates.md | 3 ++-
gcc/config/xtensa/xtensa.c | 19 ++++++++++++++++-
gcc/config/xtensa/xtensa.md | 35 +++++++++++++++++---------------
gcc/config/xtensa/xtensa.opt | 4 ++++
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/error.c | 3 ++-
gcc/doc/invoke.texi | 19 ++++++++++++++++-
gcc/testsuite/g++.dg/cpp1y/var-templ44.C | 29 ++++++++++++++++++++++++++
12 files changed, 131 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ44.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 master
in repository gcc.
from 5fa256c * config/arm/arm-fpus.def: Replace booleans with feature fla [...]
new a4a2064 2015-08-12 Paolo Carlini <paolo.carlini(a)oracle.com>
new a67d342 compiler: Don't make gc symbol for bad array type.
new f480995 PR c++/55095 * c-common.c (maybe_warn_shift_overflow): Prop [...]
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:
gcc/c-family/ChangeLog | 6 +++++
gcc/c-family/c-common.c | 7 +++--
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/types.cc | 5 +++-
gcc/testsuite/ChangeLog | 12 +++++++++
gcc/testsuite/c-c++-common/Wshift-overflow-6.c | 36 ++++++++++++++++++++++++++
gcc/testsuite/c-c++-common/Wshift-overflow-7.c | 36 ++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/pr52742.C | 16 ++++++++++++
gcc/testsuite/g++.dg/cpp1y/left-shift-2.C | 36 ++++++++++++++++++++++++++
9 files changed, 150 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wshift-overflow-6.c
create mode 100644 gcc/testsuite/c-c++-common/Wshift-overflow-7.c
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr52742.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/left-shift-2.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.
ryan.arnold 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 4de88af jenkins.sh: Turn on extra verbose dejagnu logging
4de88af is described below
commit 4de88af2856571b22566ba479075e37f3ba31cad
Author: Ryan S. Arnold <ryan.arnold(a)linaro.org>
Date: Wed Aug 12 12:36:14 2015 -0500
jenkins.sh: Turn on extra verbose dejagnu logging
Change-Id: Id0c648e9b14146311ce90d3887663c75715a0a42
WARNING: This will cause the log files to be significantly bigger than usual.
---
jenkins.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/jenkins.sh b/jenkins.sh
index 13c3d9c..661c74a 100755
--- a/jenkins.sh
+++ b/jenkins.sh
@@ -342,6 +342,9 @@ fi
# Also fetch changes from gerrit
(cd $user_snapshots/gcc.git; git fetch origin '+refs/changes/*:refs/remotes/gerrit [...]
+# Turn on extra verbose dejagnu logging
+export RUNTESTFLAGS="-v -v -d"
+
# 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} $ [...]
--
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 bernie/benchmarking-logging
in repository toolchain/abe.
commit ad0de247d4d9ea729cebda6db3718fadd6c30320
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Fri Jul 31 17:39:00 2015 +0200
WIP
Change-Id: I81f6a19e5ea7658931af4093e9d3118add3a635d
---
config/CPU2006.conf | 2 ++
scripts/benchmark.sh | 24 ++++++++++++++++++------
scripts/controlledrun.sh | 3 +++
3 files changed, 23 insertions(+), 6 deletions(-)
diff --git a/config/CPU2006.conf b/config/CPU2006.conf
index b0bc925..ad48552 100644
--- a/config/CPU2006.conf
+++ b/config/CPU2006.conf
@@ -13,3 +13,5 @@ fi
benchlog=result
safe_output=yes
+
+binaries='benchspec/CPU2006/{400.perlbench,401.bzip2,403.gcc,410.bwaves,416.gamess [...]
diff --git a/scripts/benchmark.sh b/scripts/benchmark.sh
index 0596a1b..e923f7b 100755
--- a/scripts/benchmark.sh
+++ b/scripts/benchmark.sh
@@ -181,7 +181,20 @@ else #cross-build, implies we need remote devices
fi
fi
+builddir="`. ${abe_top}/host.conf && . ${topdir}/lib/common.sh && if test x"${benc [...]
+if test $? -ne 0; then
+ echo "Unable to get builddir" 1>&2
+ error=1
+ exit
+fi
+
if test x"${phases}" != xrunonly; then
+ #Log information about build environment
+ env >> build.log
+ ${benchmark_gcc_path} -v >> build.log
+ ${benchmark_gcc_path} --version >> build.log
+ #TODO Repo and hash of source
+
#abe can build the benchmarks just fine
(PATH="`dirname ${benchmark_gcc_path}`":${PATH} COMPILER_FLAGS=${compiler_flags} [...]
if test $? -ne 0; then
@@ -189,18 +202,17 @@ if test x"${phases}" != xrunonly; then
error=1
exit
fi
+
+ echo >> build.log
+ echo >> "Sizes"
+ size "${builddir}"/`. ${abe_top}/host.conf && . ${topdir}/lib/common.sh && read_ [...]
fi
if test x"${phases}" = xbuildonly; then
error=0
exit
fi
-builddir="`. ${abe_top}/host.conf && . ${topdir}/lib/common.sh && if test x"${benc [...]
-if test $? -ne 0; then
- echo "Unable to get builddir" 1>&2
- error=1
- exit
-fi
+#TODO Whereever we put the build log, put the output binaries as well - that way, [...]
#Compress build to a tmpfile in our top-level working directory
#This should be good for bandwidth
diff --git a/scripts/controlledrun.sh b/scripts/controlledrun.sh
index 612207a..1059fab 100755
--- a/scripts/controlledrun.sh
+++ b/scripts/controlledrun.sh
@@ -555,6 +555,9 @@ ${sudo} ifconfig | tee -a "${log}"
if test $? -ne 0; then
echo "*** Unable to get network info" | tee -a "${log}"
fi
+echo | tee -a "${log}"
+echo "** Environment:" | tee -a "${log}"
+env | tee -a "${log}"
echo "===================" | tee -a "${log}"
echo | tee -a "${log}"
--
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-logging
in repository toolchain/abe.
discards a14ab3c WIP
discards 973259a Support makeflags in multinode jobs
discards 87537dd Fix CLI-overriding of make_flags
discards 18c67ea Permit benchmarking with prebuilt benchmark
discards 7bfea28 Refactor toolchain download/install code
discards 4413855 Do not disable ssh host checks
discards 76c9b33 Use sleep rather than inotify to hold target session
adds 2aec13e Use sleep rather than inotify to hold target session
adds 2f248f9 Do not disable ssh host checks
adds cfb88b2 Refactor toolchain download/install code
adds cffb0b3 Permit benchmarking with prebuilt benchmark
adds 7d88fa4 Fix CLI-overriding of make_flags
adds be46d5c Support makeflags in multinode jobs
adds 4e84e55 Add one of our machines to known_hosts
adds a71b49c Write/read pid of sleeper in file
adds fc8491c Echo all commands in Benchmark.job
adds 7765864 Stop pinging on removal of target dir
adds 1a3ff9f Extend comment
adds 63380cd Fix command to remove benchmark tarball
adds 3745164 Use local thing rather than global prebuilt
adds bfcf67c Normalize thing and report it unconditionally
adds 18dd538 Ensure that maindir is an abs path
adds cdc7aef get_thing always downloads to a tmpdir
adds 8043c79 Expand target_dir earlier
adds d2510ae Use xargs rather than expansion to kill sleeper
new ad0de24 WIP
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 (a14ab3c)
\
N -- N -- N refs/heads/bernie/benchmarking-logging (ad0de24)
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:
config/bench/lava/host-session | 4 +++-
config/bench/lava/target-session | 5 ++++-
scripts/Benchmark.job | 22 +++++++++++++++-------
scripts/runbenchmark.sh | 8 ++------
4 files changed, 24 insertions(+), 15 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 master
in repository gcc.
from 9d71bbd Remove --with-host-libstdcxx
new a95f42c Fix warnings when bootstrapping on darwin with vtable verific [...]
new 5fa256c * config/arm/arm-fpus.def: Replace booleans with feature fla [...]
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 | 12 ++++++++++++
gcc/config/arm/arm-fpus.def | 40 ++++++++++++++++++++--------------------
gcc/config/arm/arm.c | 4 ++--
gcc/config/arm/arm.h | 22 +++++++++++++---------
libstdc++-v3/ChangeLog | 7 +++++++
libstdc++-v3/acinclude.m4 | 7 ++++++-
libstdc++-v3/configure | 7 ++++++-
7 files changed, 66 insertions(+), 33 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 master
in repository gcc.
from cba3f03 Add Knights Landing support to __builtin_cpu_is
new bbbad51 * config/arm/arm.h (arm_fpu_feature_set): New. (ARM_FPU_FSE [...]
new 9d71bbd Remove --with-host-libstdcxx
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:
ChangeLog | 6 ++++++
configure | 24 +++---------------------
configure.ac | 19 +++----------------
gcc/ChangeLog | 17 +++++++++++++++++
gcc/config/arm/arm.h | 13 +++++++++++++
gcc/doc/install.texi | 23 +++++++----------------
6 files changed, 49 insertions(+), 53 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 75f8723 2015-08-12 Paolo Carlini <paolo.carlini(a)oracle.com>
new cba3f03 Add Knights Landing support to __builtin_cpu_is
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 | 5 +++++
gcc/testsuite/gcc.target/i386/builtin_target.c | 4 ++++
libgcc/ChangeLog | 5 +++++
libgcc/config/i386/cpuinfo.c | 5 +++++
4 files changed, 19 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.