This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 2aca509ffff Daily bump.
new e31c5bbd8fc PR libstdc++/85632 fix wraparound in filesystem::space
new ba094d456bb PR libstdc++/84769 qualify call to std::get<0>
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 | 10 +++++++
libstdc++-v3/include/std/variant | 2 +-
libstdc++-v3/src/filesystem/ops.cc | 7 +++--
.../filesystem/operations/{status.cc => space.cc} | 32 ++++++++++------------
4 files changed, 30 insertions(+), 21 deletions(-)
copy libstdc++-v3/testsuite/experimental/filesystem/operations/{status.cc => space [...]
--
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-8-branch
in repository gcc.
from 52c9eee1ae4 Update .po files.
new b41d3149d20 PR libstdc++/85632 fix wraparound in filesystem::space
new b3857795640 PR libstdc++/84769 qualify call to std::get<0>
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 | 15 ++++++++++++++
libstdc++-v3/include/std/variant | 2 +-
libstdc++-v3/src/filesystem/ops.cc | 7 ++++---
libstdc++-v3/src/filesystem/std-ops.cc | 7 ++++---
.../testsuite/27_io/filesystem/operations/space.cc | 9 +++++++++
.../filesystem/operations/space.cc | 23 ++++++++++++++++------
6 files changed, 50 insertions(+), 13 deletions(-)
copy libstdc++-v3/testsuite/{27_io => experimental}/filesystem/operations/space.cc (75%)
--
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 b4141ef194a PR target/85530 * config/i386/avx512fintrin.h (_mm512_mul [...]
new 984120c942f [C++ Patch] Kill -ffriend-injection
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 | 8 ++++++++
gcc/c-family/ChangeLog | 4 ++++
gcc/c-family/c.opt | 3 +--
gcc/cp/ChangeLog | 5 +++++
gcc/cp/decl.c | 3 ---
gcc/cp/name-lookup.c | 11 ++---------
gcc/doc/extend.texi | 8 +-------
gcc/doc/invoke.texi | 13 ------------
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.old-deja/g++.jason/scoping15.C | 25 ------------------------
gcc/testsuite/g++.old-deja/g++.mike/net43.C | 12 ------------
11 files changed, 27 insertions(+), 71 deletions(-)
delete mode 100644 gcc/testsuite/g++.old-deja/g++.jason/scoping15.C
delete mode 100644 gcc/testsuite/g++.old-deja/g++.mike/net43.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 compiler-rt.
from 9213cbd62 [sanitizer] Fix Fuchsia ReadBinaryName not to crash when unin [...]
new 0893687d0 [sanitizer] Remove unused 32-bit allocator TransferBatch parameter
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/sanitizer_common/sanitizer_allocator_local_cache.h | 3 +--
lib/sanitizer_common/sanitizer_allocator_primary32.h | 2 +-
2 files changed, 2 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 newlib.
from 67609efeb Cygwin: fix build with GCC 7
new 28627a5a0 libgloss: microblaze: adjust handlers to be weak.
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:
libgloss/microblaze/_hw_exception_handler.S | 3 ++-
libgloss/microblaze/_interrupt_handler.S | 3 ++-
2 files changed, 4 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 master
in repository gcc.
from 331b2b6d79a compiler: avoid crashing on invalid non-integer array length
new 658e7fd0087 PR libstdc++/85632 fix wraparound in filesystem::space
new 0c9b443272c PR libstdc++/84769 qualify call to std::get<0>
new b4141ef194a PR target/85530 * config/i386/avx512fintrin.h (_mm512_mul [...]
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 | 6 ++++++
gcc/config/i386/avx512fintrin.h | 14 +++++++++++++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/i386/avx512dq-vpmullq-3.c | 15 ++++++++++++++
.../{avx512dq-vpmullq-2.c => avx512dq-vpmullq-4.c} | 11 +++--------
gcc/testsuite/gcc.target/i386/avx512f-vpmullq-1.c | 20 +++++++++++++++++++
.../{avx512dq-vpmullq-2.c => avx512f-vpmullq-2.c} | 11 +++--------
libstdc++-v3/ChangeLog | 11 +++++++++++
libstdc++-v3/include/std/variant | 2 +-
libstdc++-v3/src/filesystem/ops.cc | 7 ++++---
libstdc++-v3/src/filesystem/std-ops.cc | 7 ++++---
.../testsuite/27_io/filesystem/operations/space.cc | 9 +++++++++
.../filesystem/operations/space.cc | 23 ++++++++++++++++------
13 files changed, 115 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512dq-vpmullq-3.c
copy gcc/testsuite/gcc.target/i386/{avx512dq-vpmullq-2.c => avx512dq-vpmullq-4.c} (68%)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vpmullq-1.c
copy gcc/testsuite/gcc.target/i386/{avx512dq-vpmullq-2.c => avx512f-vpmullq-2.c} (68%)
copy libstdc++-v3/testsuite/{27_io => experimental}/filesystem/operations/space.cc (75%)
--
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 3e77bbe6778 [X86][AVX512] VPLZCNT instructions match SchedWriteVecIMul [...]
new da9cac629ca [PowerPC] add more FMF debug output; 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:
test/CodeGen/PowerPC/fmf-propagation.ll | 31 ++++++++++++++++++++++++++++---
1 file changed, 28 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 clang-tools-extra.
from 623d949d [clang-tidy] Define __clang_analyzer__ macro for clang-tidy f [...]
new 0d5dc6a6 Simplify test clang-tidy-__clang_analyzer__macro.cpp
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/clang-tidy/clang-tidy-__clang_analyzer__macro.cpp | 5 -----
1 file changed, 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 master
in repository clang-tools-extra.
from 40719439 Added trailing periods.
new 623d949d [clang-tidy] Define __clang_analyzer__ macro for clang-tidy f [...]
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:
clang-tidy/ClangTidy.cpp | 12 ++++++++++++
test/clang-tidy/clang-tidy-__clang_analyzer__macro.cpp | 10 ++++++++++
2 files changed, 22 insertions(+)
create mode 100644 test/clang-tidy/clang-tidy-__clang_analyzer__macro.cpp
--
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 c9b68352598 [X86] Split WriteVecShift/WriteVarVecShift into MMX, XMM an [...]
new 3e77bbe6778 [X86][AVX512] VPLZCNT instructions match SchedWriteVecIMul [...]
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/Target/X86/X86InstrAVX512.td | 3 +--
lib/Target/X86/X86SchedSkylakeServer.td | 18 +++---------------
2 files changed, 4 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.