This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c43158c917c [AArch64] Fix address printing on ILP32
new 9505f43a280 * Makefile.in (TAGS): Add c-family/*.cc.
new b05da963df7 PR c++/79228 - extensions hide C++14 complex literal operators
new ad453544fe2 Give #include hints for <complex>.
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 | 4 ++
gcc/Makefile.in | 3 +-
gcc/cp/ChangeLog | 12 ++++
gcc/cp/name-lookup.c | 3 +
gcc/cp/parser.c | 83 ++++++++++++++++++++--
.../g++.dg/cpp0x/gnu_fext-numeric-literals.C | 4 +-
.../g++.dg/cpp0x/std_fext-numeric-literals.C | 4 +-
gcc/testsuite/g++.dg/cpp1y/complex_literals1.C | 10 +++
gcc/testsuite/g++.dg/cpp1y/complex_literals1a.C | 11 +++
gcc/testsuite/g++.dg/cpp1y/complex_literals2.C | 25 +++++++
gcc/testsuite/g++.dg/cpp1y/complex_literals2a.C | 14 ++++
.../g++.dg/lookup/missing-std-include-4.C | 2 +
.../g++.dg/lookup/missing-std-include-5.C | 2 +
libcpp/ChangeLog | 6 ++
libcpp/expr.c | 35 +++++++--
15 files changed, 204 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/complex_literals1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/complex_literals1a.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/complex_literals2.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/complex_literals2a.C
create mode 100644 gcc/testsuite/g++.dg/lookup/missing-std-include-4.C
create mode 100644 gcc/testsuite/g++.dg/lookup/missing-std-include-5.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 lldb.
from 587289823 Kill struct IOVEC
new bd8622bd1 Prevent vain lldb::user_id_t 0xffffffff lookups
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:
source/Plugins/SymbolFile/DWARF/DIERef.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 binutils-gdb.
from e2e321740c Add support for the readnever concept
new 71739b698d Fix problem where undef can fail to trigger archive rescan.
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:
gold/ChangeLog | 6 ++++++
gold/symtab.cc | 15 ++++++++-------
2 files changed, 14 insertions(+), 7 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 fad12f82 [clangd] Fuzzy match scorer
new 54d64b51 [clangd] Define constants in the right namespace. 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/FuzzyMatch.cpp | 6 +++++-
1 file changed, 5 insertions(+), 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 gcc.
from e9366ef982b Fix an undefined behavior in fortran/decl.c
new c43158c917c [AArch64] Fix address printing on ILP32
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 | 16 ++++++++++++++++
gcc/config/aarch64/aarch64.c | 5 +++--
gcc/config/aarch64/aarch64.md | 22 +++++++++++-----------
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/asm-4.c | 3 +++
5 files changed, 37 insertions(+), 13 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.
from e05cbf9fd8 [OPENMP] Do not allow variables to be first|last-privates in [...]
new d41635aecd Partially fix comment in test broken in r306079 and r306948
new 5bf93a364c Fix opt-remark with hotness testcase for sample-based PGO
new e57d4893ba Fix the second part of the broken comment from r306079
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:
.../optimization-remark-with-hotness-sample.proftext | 10 +++++-----
test/Frontend/optimization-remark-with-hotness.c | 18 +++++++++++-------
2 files changed, 16 insertions(+), 12 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 llvm.
from bfae8814e34 [X86][AVX512] Tag subvector extract/insert instructions sch [...]
new 52eba828c1a [DAGCombine] Simplify ISD::AND handling in ReduceLoadWidth
new 4b50cdffe57 [cmake] Resubmit Remove redundant call to cmake when buildi [...]
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:
cmake/modules/CrossCompile.cmake | 41 ++++++++++----------------------
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 25 ++++---------------
2 files changed, 18 insertions(+), 48 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 compiler-rt.
from 420cd9e16 [libFuzzer] remove stale flags; NFC
new d3de79598 [ubsan] Re-commit: lit changes for lld testing, future lto testing.
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/asan/lit.cfg | 2 +-
test/cfi/lit.cfg | 9 ++++++---
test/cfi/lit.site.cfg.in | 1 +
test/lit.common.cfg | 19 +++++++++++++++++++
test/lit.common.configured.in | 1 +
test/profile/Linux/lit.local.cfg | 4 +++-
test/sanitizer_common/lit.common.cfg | 2 +-
test/scudo/lit.cfg | 2 +-
test/tsan/lit.cfg | 2 +-
test/ubsan/CMakeLists.txt | 33 ++++++++++++++++++++++++++-------
test/ubsan/lit.common.cfg | 10 ++++------
test/ubsan/lit.site.cfg.in | 3 +++
test/ubsan_minimal/lit.common.cfg | 2 +-
13 files changed, 68 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 compiler-rt.
from 470dc9637 [libFuzzer] add an experimental search heuristic flag -reduce_depth
new 420cd9e16 [libFuzzer] remove stale flags; 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:
lib/fuzzer/FuzzerDriver.cpp | 1 -
lib/fuzzer/FuzzerFlags.def | 10 ----------
lib/fuzzer/FuzzerLoop.cpp | 1 -
lib/fuzzer/FuzzerOptions.h | 1 -
4 files changed, 13 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 compiler-rt.
from 15710b9f1 [compiler-rt] Remove out of date comment
new 470dc9637 [libFuzzer] add an experimental search heuristic flag -reduce_depth
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/fuzzer/FuzzerDriver.cpp | 1 +
lib/fuzzer/FuzzerFlags.def | 4 +++-
lib/fuzzer/FuzzerInternal.h | 2 +-
lib/fuzzer/FuzzerLoop.cpp | 15 ++++++++++++---
lib/fuzzer/FuzzerOptions.h | 1 +
5 files changed, 18 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.