This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_80
in repository compiler-rt.
from 3fe81ce6c Merging r352234: -------------------------------------------- [...]
new 7acdfb50d Merging r352381: -------------------------------------------- [...]
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/CMakeLists.txt | 4 ----
1 file changed, 4 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 107cba11434 PR c++/89089 - ICE with [[no_unique_address]].
new 5c1bcc1b497 [libbacktrace] Add test-cases exercising build-id and dwz
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:
libbacktrace/ChangeLog | 13 ++
libbacktrace/Makefile.am | 50 ++++++
libbacktrace/Makefile.in | 193 ++++++++++++++++++-----
libbacktrace/configure | 60 ++++++-
libbacktrace/configure.ac | 3 +
libbacktrace/elf.c | 4 +-
libbacktrace/install-debuginfo-for-buildid.sh.in | 65 ++++++++
7 files changed, 345 insertions(+), 43 deletions(-)
create mode 100644 libbacktrace/install-debuginfo-for-buildid.sh.in
--
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 libcxx.
from 92f58d1b3 Mark some of the behavior in the move w/allocator constructor [...]
new b8bdc7a15 [NFC] Add missing revision for removal of bad_array_length in [...]
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/abi/CHANGELOG.TXT | 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 libcxx.
from 4267db0b2 [libc++] Use runtime rather then compile-time glibc version check
new 92f58d1b3 Mark some of the behavior in the move w/allocator constructor [...]
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:
.../associative/map/map.cons/move_alloc.pass.cpp | 15 +++++++------
.../multimap/multimap.cons/move_alloc.pass.cpp | 15 +++++++------
.../multiset/multiset.cons/move_alloc.pass.cpp | 11 +++++-----
.../associative/set/set.cons/move_alloc.pass.cpp | 11 +++++-----
.../sequences/deque/deque.cons/move_alloc.pass.cpp | 25 +++++++++++-----------
5 files changed, 41 insertions(+), 36 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 release_80
in repository libcxx.
from 6e10a8bdc Merging r351670: -------------------------------------------- [...]
new 71de49afa Merging r352374: -------------------------------------------- [...]
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:
cmake/Modules/HandleOutOfTreeLLVM.cmake | 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 openacc-gcc-8-branch
in repository gcc.
from 010a7a9220c Add user-friendly diagnostics for OpenACC loop parallelism [...]
new c282e4987c5 Rework computation of default OpenACC mapping clauses
new 7c2f3f5c50e Rework OpenACC Fortran DO loop initialization
new 66c18a588e0 Remove spurious OpenACC error on combining "auto" with gang [...]
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/ChangeLog.openacc | 10 +++
gcc/fortran/ChangeLog.openacc | 7 ++
gcc/fortran/trans-openmp.c | 86 +++++++++++++---------
gcc/gimplify.c | 75 +++++++++----------
gcc/omp-low.c | 3 -
gcc/omp-offload.c | 7 +-
gcc/testsuite/ChangeLog.openacc | 6 ++
.../c-c++-common/goacc/combined-directives-3.c | 4 +-
gcc/testsuite/c-c++-common/goacc/loop-2-kernels.c | 12 +--
gcc/testsuite/c-c++-common/goacc/loop-2-parallel.c | 12 +--
libgomp/ChangeLog.openacc | 4 +
.../initialize_kernels_loops.f90 | 36 +++++++++
12 files changed, 165 insertions(+), 97 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/initialize_kernels_loops.f90
--
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 e72ef06d [clangd] Attempt to fix failing buildbots after r352494
new a8f7cee6 [clangd] Remove extra ';' to fix -Wpedantic warning. NFC
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:
clangd/refactor/Tweak.cpp | 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-tools-extra.
from 8d94bde0 [clangd] Unit test for sourceLocationInMainFile.
new ed3cd857 [clangd] Make -clang-tidy-checks a non-hidden command-line arg
new e72ef06d [clangd] Attempt to fix failing buildbots after r352494
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:
clangd/refactor/Tweak.cpp | 2 +-
clangd/tool/ClangdMain.cpp | 4 ++--
2 files changed, 3 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 lld.
from 3e5fe1acb [ELF] Simplify. NFC
new 3c47f28f0 lld-link: Allow backward references between associated comdats
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:
COFF/InputFiles.cpp | 12 ++++--------
test/COFF/associative-comdat-order.test | 18 ++++++++++++------
2 files changed, 16 insertions(+), 14 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 780422ff1b0 runtime: fix sigprof frame counting
new 107cba11434 PR c++/89089 - ICE with [[no_unique_address]].
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 | 9 +++++
gcc/cp/class.c | 48 ++++++++++++++++---------
gcc/testsuite/g++.dg/abi/no_unique_address4.C | 25 +++++++++++++
gcc/testsuite/g++.dg/abi/no_unique_address5.C | 18 ++++++++++
gcc/testsuite/g++.dg/cpp2a/no_unique_address2.C | 12 +++++++
5 files changed, 96 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/abi/no_unique_address4.C
create mode 100644 gcc/testsuite/g++.dg/abi/no_unique_address5.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/no_unique_address2.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.