This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from 71a3151 [OpenMP][libomptarget] Flush intermediate values during team [...]
new 28c12c9 [OPENMP][NVPTX]Fix __kmpc_flush to flush the memory per syste [...]
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:
libomptarget/deviceRTLs/nvptx/src/sync.cu | 2 +-
1 file changed, 1 insertion(+), 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 clang.
from e25870b80e Diagnose friend function template redefinitions.
new b2bb87b036 [OPENMP][NVPTX] Fix globalization of the mapped array sections.
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:
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 8 ++--
test/OpenMP/nvptx_target_codegen.cpp | 71 ++++++++++++++++++++++++++----------
2 files changed, 57 insertions(+), 22 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 23eb46c4a57 Drop duplicate half of doubly-applied test.
new 9683081b9fe C++: improvements to diagnostics using %P (more PR c++/85110)
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 | 29 ++++++++
gcc/cp/call.c | 78 +++++++++++++---------
gcc/cp/cp-tree.h | 1 +
gcc/cp/decl2.c | 27 +++++++-
gcc/cp/typeck.c | 22 ++++--
gcc/testsuite/ChangeLog | 9 +++
.../g++.dg/diagnostic/missing-default-args.C | 73 ++++++++++++++++++++
.../g++.dg/diagnostic/param-type-mismatch-3.C | 26 ++++++++
.../g++.dg/diagnostic/param-type-mismatch.C | 41 ++++++++++++
gcc/testsuite/g++.dg/warn/Wconversion-null-4.C | 43 ++++++++++++
10 files changed, 311 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/diagnostic/missing-default-args.C
create mode 100644 gcc/testsuite/g++.dg/diagnostic/param-type-mismatch-3.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wconversion-null-4.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-allmodconfig
in repository toolchain/binutils-gdb.
from a52b73d14c Automatic date update in version.in
adds bf9201ee0e Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from fd7ff8f4930 AMDGPU: Generate VALU ThreeOp Integer instructions
new 8c303c35b78 [ARM][NFC] Adding another test for armcgp
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:
test/CodeGen/ARM/CGP/arm-cgp-casts.ll | 21 +++++++++++++++++++++
1 file changed, 21 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 clang-tools-extra.
from aa284900 [clangd] Update the test code
new 23aa1f10 [clangd] Remove the test that sometimes deadlocks
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:
unittests/clangd/TUSchedulerTests.cpp | 23 -----------------------
1 file changed, 23 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 aoliva/testme
in repository gcc.
discards b15095c1ee7 avoid null ptr deref in cselib_record_sets
new ab0038b838a [PR c++/87750] introduce lookup_member_by_kind
new 2868f72a0d6 [PR c++/87814] undefer deferred noexcept on tsubst if request
new 53bbdbb7fb3 [PR c++/88146] sorry inheriting ctor with ellipsis
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 (b15095c1ee7)
\
N -- N -- N refs/heads/aoliva/testme (53bbdbb7fb3)
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 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/cp/method.c | 24 +++++++++++++++-----
gcc/cp/name-lookup.c | 6 +++--
gcc/cp/pt.c | 14 +++++++++---
gcc/cp/search.c | 20 +++++++++++++++--
gcc/cselib.c | 1 -
gcc/testsuite/g++.dg/cpp0x/inh-ctor32.C | 11 +++++++++
gcc/testsuite/g++.dg/cpp0x/inh-ctor33.C | 11 +++++++++
gcc/testsuite/g++.dg/cpp0x/inh-ctor34.C | 11 +++++++++
gcc/testsuite/g++.dg/cpp1z/pr87814.C | 26 +++++++++++++++++++++
gcc/testsuite/g++.dg/pr87750.C | 40 +++++++++++++++++++++++++++++++++
10 files changed, 150 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor32.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor33.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor34.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/pr87814.C
create mode 100644 gcc/testsuite/g++.dg/pr87750.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.