This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from fa3c035 2016-01-25 Dominique d'Humieres <dominiq(a)lps.ens.fr>
new f6341e1 PR fortran/61831 * gfortran.dg/derived_constructor_comps_6. [...]
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 | 6 ++++++
gcc/testsuite/gfortran.dg/derived_constructor_comps_6.f90 | 2 +-
2 files changed, 7 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 4456274 PR target/69469 * gcc.target/powerpc/vsx-vect [...]
new 81fba47 Avoid including all of <random> in <algorithm>
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:
libstdc++-v3/ChangeLog | 20 ++
libstdc++-v3/include/Makefile.am | 1 +
libstdc++-v3/include/Makefile.in | 1 +
libstdc++-v3/include/bits/random.h | 168 +---------
libstdc++-v3/include/bits/random.tcc | 152 ---------
libstdc++-v3/include/bits/stl_algo.h | 2 +-
libstdc++-v3/include/bits/uniform_int_dist.h | 366 +++++++++++++++++++++
.../uninitialized_copy/move_iterators/1.cc | 2 +-
.../uninitialized_copy_n/move_iterators/1.cc | 2 +-
.../testsuite/25_algorithms/nth_element/58800.cc | 1 +
.../testsuite/26_numerics/random/pr60037-neg.cc | 4 +-
11 files changed, 396 insertions(+), 323 deletions(-)
create mode 100644 libstdc++-v3/include/bits/uniform_int_dist.h
--
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 6837fee 2016-01-25 Richard Biener <rguenther(a)suse.de>
new 4456274 PR target/69469 * gcc.target/powerpc/vsx-vect [...]
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 | 6 ++++++
gcc/testsuite/gcc.target/powerpc/vsx-vector-2.c | 2 +-
2 files changed, 7 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 32050eb 2016-01-25 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new 6837fee 2016-01-25 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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/tree-ssa/pr69336.C | 2 +-
2 files changed, 6 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 change to branch bernie/benchmarking-uinstance-arbitrary
in repository toolchain/abe.
discards ee166f7 Use local image server when inside VPN
discards 4a5fc47 Template for use in trusted LAVA uinstance
discards dd4896c Add missing tcpdump dependency
discards 228cb58 Permit host machine to be of any type
discards eec81e2 Close all tmpdir files before deletion
discards 22d7001 Benchmark.sh: Support mustang host/target
discards 5c07da9 Benchmark.sh: Support deploy_linaro_kernel
discards 2330e0b Some more detail around data collection message
discards 270b506 Make ssh messages depend on instance
discards ab81751 Defer to user-specified TARGET_SESSION
discards 474acd9 Rationalize *-session YAML
discards 8a932f7 Do not infer device validation from triple
discards d38eb76 Decouple triple from toolchain
discards 63b9397 host-session: shift CLI args when parsing
discards a9b09b8 host-session invokes benchmark scripts with -x
discards fe1f8d3 Remove redundant ABE_BRANCH parameter
discards 82706c0 host-session: Consistent use of {} with args
discards f386443 gather scripts: Provide mime type for attachments
discards 6ce0a50 benchmark.sh preserves -x for runbenchmark.sh
discards b2aab74 gather: set -x in all gather scripts
discards 8a2b4a4 Return gather script exit code within post-run cmd
discards 7b159fb Wait for post-run command to complete
discards 23f2921 Convert post-run cmd to function
discards f0ed448 Convert post-run command into multiline string
discards 2b7ddce Add comments about post-run/gather.sh
discards 1e1d551 target-session: Tidy up kill/wait code
new 0a2c98d target-session: Tidy up kill/wait code
new bc78241 Add comments about post-run/gather.sh
new a83bb6f Convert post-run command into multiline string
new 10bb247 Convert post-run cmd to function
new 6995203 Wait for post-run command to complete
new f7ec678 Return gather script exit code within post-run cmd
new 35c0e70 gather: set -x in all gather scripts
new 2ef87f5 benchmark.sh preserves -x for runbenchmark.sh
new b41d9bf gather scripts: Provide mime type for attachments
new 8ee0ef6 host-session: Consistent use of {} with args
new b07bd46 Remove redundant ABE_BRANCH parameter
new 8fadbe3 host-session invokes benchmark scripts with -x
new 057ddd5 host-session: shift CLI args when parsing
new f7bc12f Decouple triple from toolchain
new 3b1f14b Do not infer device validation from triple
new ad81252 Rationalize *-session YAML
new 08a94ab Defer to user-specified TARGET_SESSION
new 3bf37a9 Make ssh messages depend on instance
new f25d160 Some more detail around data collection message
new 8129885 Benchmark.sh: Support deploy_linaro_kernel
new 34cea1d Benchmark.sh: Support mustang host/target
new 19caf01 Close all tmpdir files before deletion
new c37433d Permit host machine to be of any type
new 1fe0dbd Add missing tcpdump dependency
new 2b29a4f Template for use in trusted LAVA uinstance
new fffaf57 Use local image server when inside VPN
new aa09f8c Benchmark output always safe when LAVA instance is trusted
new 94f19a6 WIP: Try a homebrewed image
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 (ee166f7)
\
N -- N -- N refs/heads/bernie/benchmarking-uinstance-arbitrary (94f19a6)
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 28 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 | 16 ++++++++++------
scripts/Benchmark.sh | 3 +--
2 files changed, 11 insertions(+), 8 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 gcc-4_9-branch
in repository gcc.
from 9565960 Daily bump.
new 3dd9cb79 Backport "Fix PR64091"
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 | 8 ++++++++
gcc/testsuite/gcc.dg/torture/pr64091.c | 28 ++++++++++++++++++++++++++++
gcc/tree-ssa-tail-merge.c | 1 +
4 files changed, 46 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr64091.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 fe500d6 gcc/
new 32050eb 2016-01-25 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
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/rs6000/rs6000.c | 1 +
2 files changed, 6 insertions(+)
--
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 340c725 * doc/extend.texi (scalar_storage_order type attribute): Fix [...]
new fe500d6 gcc/
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr69421.c | 16 ++++++++++++++++
gcc/tree-vect-stmts.c | 13 +++++++++++--
4 files changed, 38 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr69421.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 8eacba9 [AARCH64][ACLE][NEON] Implement vcvt*_s64_f64 and vcvt*_u64_f [...]
new 340c725 * doc/extend.texi (scalar_storage_order type attribute): Fix [...]
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/doc/extend.texi | 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.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from a1e3147 Daily bump.
new fa3c035 2016-01-25 Dominique d'Humieres <dominiq(a)lps.ens.fr>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/primary.c | 21 ++++-----------------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr68283.f90 | 15 +++++++++++++++
4 files changed, 30 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr68283.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.