This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7aa5026 Enable LTO for DJGPP
new d27f619 Extend std::function test for PR 68995
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 | 2 ++
libstdc++-v3/testsuite/20_util/function/68995.cc | 5 +++++
2 files changed, 7 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 hsa
in repository gcc.
from a908301 [hsa] Updated copyright years
new 267b8a0 [hsa] Remove hsa-specific types from gomp-constants.h
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.hsa | 4 ++++
gcc/hsa-gen.c | 35 +++++++++++++++++++++++++++++++++
include/ChangeLog.hsa | 5 +++++
include/gomp-constants.h | 44 ------------------------------------------
libgomp/ChangeLog.hsa | 5 +++++
libgomp/plugin/plugin-hsa.c | 47 +++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 96 insertions(+), 44 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 e1a390d Prevent "undef var" errors on gcc --help or --version with se [...]
new 7aa5026 Enable LTO for DJGPP
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:
ChangeLog | 5 +++++
configure | 4 ++--
configure.ac | 6 +++---
3 files changed, 10 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 hsa
in repository gcc.
from 07dca06 Merged trunk revision 232223 into the hsa branch
new a908301 [hsa] Updated copyright years
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/hsa-brig.c | 2 +-
gcc/hsa-dump.c | 2 +-
gcc/hsa-gen.c | 2 +-
gcc/hsa-regalloc.c | 2 +-
gcc/hsa.c | 2 +-
gcc/hsa.h | 2 +-
gcc/ipa-hsa.c | 2 +-
libgomp/plugin/plugin-hsa.c | 2 +-
8 files changed, 8 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 a35745b [Backport][PR69082][ARM]Backport "[PATCH][ARM]Tighten the con [...]
new 1f4faf9 libstdc++/68995 qualify calls to __callable_functor
new 5be7e78 Remove noexcept from function template that can throw
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:
libstdc++-v3/ChangeLog | 12 +++++
libstdc++-v3/include/bits/basic_string.h | 1 -
libstdc++-v3/include/std/functional | 9 ++--
.../function/68995.cc} | 25 ++++------
.../21_strings/basic_string/cons/char/69092.cc | 58 ++++++++++++++++++++++
5 files changed, 86 insertions(+), 19 deletions(-)
copy libstdc++-v3/testsuite/{27_io/rvalue_streams-2.cc => 20_util/function/68995.c [...]
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/cons/char/69092.cc
--
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 7fdedda 2016-01-12 Sandra Loosemore <sandra(a)codesourcery.com>
new b95d41c PR tree-optimization/68911 * tree-vrp.c (adjust_range_with_ [...]
new e1a390d Prevent "undef var" errors on gcc --help or --version with se [...]
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 | 15 ++++++++++
gcc/gcc.c | 43 +++++++++++++++++++++++----
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.c-torture/execute/pr68911.c | 27 +++++++++++++++++
gcc/tree-vrp.c | 21 +++++++++++++
5 files changed, 106 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr68911.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 e1ee678 * libgomp.texi: Updates for OpenACC.
new 7fdedda 2016-01-12 Sandra Loosemore <sandra(a)codesourcery.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 | 7 +++++++
gcc/doc/invoke.texi | 36 ++++++++++++++++--------------------
2 files changed, 23 insertions(+), 20 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 6a9dd97 Backport: [Patch AArch64] Reinstate CANNOT_CHANGE_MODE_CLASS [...]
new a35745b [Backport][PR69082][ARM]Backport "[PATCH][ARM]Tighten the con [...]
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/config/arm/arm-protos.h | 1 +
gcc/config/arm/arm.c | 32 ++++++++++++++++++++++++++++++++
gcc/config/arm/arm.md | 2 +-
gcc/config/arm/constraints.md | 5 +++--
5 files changed, 48 insertions(+), 3 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 91d87e2 PR c++/68979 * constexpr.c (cxx_eval_check_shift_p): Use pe [...]
new e1ee678 * libgomp.texi: Updates for OpenACC.
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:
libgomp/ChangeLog | 4 +
libgomp/libgomp.texi | 1286 ++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 1290 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.
bernie.ogden pushed a change to branch bernie/benchmarking-uinstance-arbitrary
in repository toolchain/abe.
discards 6b3f164 CoremarkPro.conf: Fix native paths
discards e23a13d Template for use in trusted LAVA uinstance
discards 6215e40 Remove *-multilib from host packages
discards 0523df4 Add missing tcpdump dependency
discards 54e4c59 Permit host machine to be of any type
discards d4f1410 Remove redundant specialised target-session-*.yaml
discards eb6bebd Do not infer device validation from triple
discards 3aecca7 Decouple triple from toolchain
discards 2c63999 host-session: shift CLI args when parsing
discards 543aacc host-session invokes benchmark scripts with -x
discards 163fb45 Remove redundant ABE_BRANCH parameter
discards 56d3436 host-session: Consistent use of {} with args
discards 37a8779 gather scripts: Provide mime type for attachments
discards 8c3eee5 benchmark.sh preserves -x for runbenchmark.sh
discards 15c5cf5 gather: set -x in all gather scripts
discards fd67e21 Fix race when gathering benchmark data
discards 836e56b Make post-run command synchronous
discards dc0b0ab Match tcpdump output even if user gave username
discards 13217ee Match tcpdump output even if user gave hostnames
discards d1d707f Do not report names in tcpdump
discards 7b4dfcb benchmark.sh: Rename GCC to something more generic
discards 71e46cf Clean up toolchain usage
discards 7cd7581 Ensure that unset params get value None
new d81f17b CoremarkPro.conf: Fix native paths
new 37f501f Ensure that unset params get value None
new 6e1ba2d Clean up toolchain usage
new 12cab81 benchmark.sh: Rename GCC to something more generic
new 58e28b7 Do not report names in tcpdump
new 9795118 Match tcpdump output even if user gave hostnames
new 46e772a Match tcpdump output even if user gave username
new e8665f6 Make post-run command synchronous
new b7d7be1 Fix race when gathering benchmark data
new 3027d25 gather: set -x in all gather scripts
new 5400a47 benchmark.sh preserves -x for runbenchmark.sh
new 03f93bb gather scripts: Provide mime type for attachments
new 8160fe2 host-session: Consistent use of {} with args
new 0199136 Remove redundant ABE_BRANCH parameter
new 1fefea7 host-session invokes benchmark scripts with -x
new a5e4e79 host-session: shift CLI args when parsing
new af9705a Decouple triple from toolchain
new 80990ab Do not infer device validation from triple
new e5f3988 Remove redundant specialised target-session-*.yaml
new 121a5bd Permit host machine to be of any type
new 0aa2618 Add missing tcpdump dependency
new 09fbf23 Remove *-multilib from host packages
new d9cc6fd Template for use in trusted LAVA uinstance
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 (6b3f164)
\
N -- N -- N refs/heads/bernie/benchmarking-uinstance-arbitrary (d9cc6fd)
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 23 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.sh | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.