This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch amonakov/gomp-nvptx
in repository gcc.
from 0d7e9ef libgomp plugin: manage soft-stack storage
new eac9d24 libgomp: remove paste error in gomp_team_barrier_wait_end
new c08d34b nvptx libgcc: use attribute shared
new d86a582 libgomp plugin: make cuMemFreeHost error non-fatal
new 4961d58 nvptx backend: re-enable line info generation
new 8cc851a nvptx backend: use POINTER_SIZE instead of BITS_PER_WORD
new 29faae9 nvptx backend: change mul.u32 to mul.lo.u32
new 4bb4dca nvptx backend: define STACK_SIZE_MODE
The 7 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.gomp-nvptx | 23 +++++++++++++++++++++++
gcc/config/nvptx/nvptx.c | 21 ++++++---------------
gcc/config/nvptx/nvptx.h | 1 +
libgcc/ChangeLog.gomp-nvptx | 8 ++++++++
libgcc/config/nvptx/crt0.c | 10 ++++------
libgcc/config/nvptx/stacks.c | 9 ++-------
libgomp/ChangeLog.gomp-nvptx | 9 +++++++++
libgomp/config/nvptx/bar.c | 2 --
libgomp/plugin/plugin-nvptx.c | 2 +-
9 files changed, 54 insertions(+), 31 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.
bernie.ogden pushed a change to branch benchmarking
in repository toolchain/abe.
from a79946f Add more information about binaries to build.log
adds fd82d0b Expose lava-job-name in benchmark dispatch script
No new revisions were added by this update.
Summary of changes:
scripts/dispatch-benchmark.py | 3 +++
1 file changed, 3 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 gcc-4_9-branch
in repository gcc.
from 829543a Daily bump.
new 2640eb7 Backport PR c++/61198 fix
new 071d06b allocator_traits<allocator<T>> partial specialization
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/pt.c | 1 +
gcc/testsuite/ChangeLog | 9 ++
gcc/testsuite/g++.dg/cpp0x/alias-decl-45.C | 24 ++++
libstdc++-v3/ChangeLog | 11 ++
libstdc++-v3/include/bits/alloc_traits.h | 126 ++++++++++++++++++++-
.../testsuite/20_util/shared_ptr/cons/58659.cc | 8 ++
7 files changed, 186 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-45.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 39561f3 PR c++/70147 - handle primary virtual bases
new dbab52b * libsupc++/guard.cc: Revert my last commit.
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 | 10 ----------
libstdc++-v3/libsupc++/guard.cc | 2 ++
2 files changed, 2 insertions(+), 10 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 296a290 2016-03-18 Christophe Lyon <christophe.lyon(a)linaro.org>
new f41d1eb Revert: 2015-07-02 Uros Bizjak <ubizjak(a)gmail.com>
new 7747804 * calls.c (load_register_parameters): Fix zero size sibcall logic.
new fdb094f * class.c (build_if_in_charge): Split out from build_base_path.
new 983a18b Avoid clobbering primary virtual base when not in charge.
new 39561f3 PR c++/70147 - handle primary virtual bases
The 5 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 | 4 ++
gcc/calls.c | 6 +--
gcc/cp/ChangeLog | 16 +++++++
gcc/cp/call.c | 6 +--
gcc/cp/class.c | 73 +++++++++++++++++++++++--------
gcc/cp/cp-tree.h | 4 +-
gcc/cp/cp-ubsan.c | 11 +++--
gcc/cp/decl.c | 62 ++++++++++++++++----------
gcc/cp/init.c | 13 +-----
gcc/testsuite/g++.dg/ubsan/vptr-11.C | 84 ++++++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/sibcall-11.c | 7 +++
libstdc++-v3/ChangeLog | 10 +++++
libstdc++-v3/libsupc++/guard.cc | 2 -
13 files changed, 230 insertions(+), 68 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ubsan/vptr-11.C
create mode 100644 gcc/testsuite/gcc.dg/sibcall-11.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.
bernie.ogden pushed a change to branch benchmarking-fixes
in repository toolchain/abe.
at fd82d0b Expose lava-job-name in benchmark dispatch script
This branch includes the following new commits:
new fd82d0b Expose lava-job-name in benchmark dispatch script
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.
bernie.ogden pushed a change to branch benchmarking-fixes
in repository toolchain/abe.
was a79946f Add more information about binaries to build.log
The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.
--
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 fixes
in repository toolchain/abe.
was fd82d0b Expose lava-job-name in benchmark dispatch script
This change permanently discards the following revisions:
discards fd82d0b Expose lava-job-name in benchmark dispatch script
--
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 fixes
in repository toolchain/abe.
at fd82d0b Expose lava-job-name in benchmark dispatch script
This branch includes the following new commits:
new fd82d0b Expose lava-job-name in benchmark dispatch script
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.
bernie.ogden pushed a change to branch buildearly
in repository toolchain/abe.
at b8a5104 Add comments to demarcate host-session phases
This branch includes the following new commits:
new 895fb32 Build before target configuration
new b8a5104 Add comments to demarcate host-session phases
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.