This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 063bbeeef1b Deprecate some C++ extensions
new bfb6326810d [parloops] Handle canonicalize_loop_ivs failure
new ec0422acf18 Fix some libstdc++ testsuite failures
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/ChangeLog | 6 ++++
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.dg/graphite/pr83126.c | 19 +++++++++++
gcc/tree-parloops.c | 39 ++++++++++++++++++++++
libstdc++-v3/ChangeLog | 10 ++++++
.../function_objects/comparisons_pointer.cc | 2 +-
.../insert/58148.cc => 20_util/hash/84998.cc} | 22 +++++++-----
...structible_neg.cc => destructible_debug_neg.cc} | 8 +++--
.../23_containers/vector/cons/destructible_neg.cc | 1 +
9 files changed, 101 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr83126.c
copy libstdc++-v3/testsuite/{23_containers/vector/modifiers/insert/58148.cc => 20_ [...]
copy libstdc++-v3/testsuite/23_containers/vector/cons/{destructible_neg.cc => dest [...]
--
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 8abcf8e6eff [dwarf] Unify unknown dwarf enum formatting code
new 88eab22187a Fix build broken by r328090
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:
include/llvm/BinaryFormat/Dwarf.h | 8 ++++----
lib/BinaryFormat/Dwarf.cpp | 8 ++++----
2 files changed, 8 insertions(+), 8 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 f8d8ed2b2b [ASTMatchers] Remove extra qualifier for consistency (LibAST [...]
new e063783e0e clang-interpreter example cmake fix
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:
examples/clang-interpreter/CMakeLists.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 compiler-rt.
from 9596e209a tsan: fix darwin build after 328079
new 402d59575 [PowerPC] Disable failing dynamic tls test cases
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/lsan/TestCases/Linux/use_tls_dynamic.cc | 2 +-
test/msan/dtls_test.c | 1 +
2 files changed, 2 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 llvm.
from 74473fc50b9 Revert layering changes
new 8abcf8e6eff [dwarf] Unify unknown dwarf enum formatting code
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:
include/llvm/BinaryFormat/Dwarf.h | 44 +++++++++++++++++++++-
lib/BinaryFormat/Dwarf.cpp | 5 +++
.../DWARF/DWARFAbbreviationDeclaration.cpp | 20 ++--------
lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp | 42 ++++++---------------
lib/DebugInfo/DWARF/DWARFDie.cpp | 26 +++----------
unittests/BinaryFormat/DwarfTest.cpp | 11 ++++++
6 files changed, 79 insertions(+), 69 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 lldb.
from cb21797cb Fix TestOperatorOverload for 32-bit builds
new 5153ec593 Fix crash exposed by r328025
new 32f537a2c [dotest] Use subprocess.call to forward arguments in wrapper
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:
.../Clang/ClangExpressionDeclMap.cpp | 5 +++--
test/CMakeLists.txt | 3 +--
test/lldb-dotest.in | 22 ++++++++++------------
3 files changed, 14 insertions(+), 16 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 binutils-gdb.
from dca9fbc845 Automatic date update in version.in
new 675e28092f Don't exceed reloc array bounds
new 6a3858a69e Correct multi-toc tprel relocs
new bac3c8c5e7 Make tls_mask unsigned in elf32-ppc.c
new 4bad6366a7 Delete unused elf32-ppc.c code
new 0ccf57bd81 PowerPC64 synthetic symbols
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:
bfd/ChangeLog | 28 ++++++++++++++++++++++++++++
bfd/elf32-ppc.c | 43 +++++++++++--------------------------------
bfd/elf64-ppc.c | 36 +++++++++++++++++++++++-------------
3 files changed, 62 insertions(+), 45 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 7ff089f855e [PR c++/84836] ICE with local scopes
new 063bbeeef1b Deprecate some C++ extensions
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 | 5 +++
gcc/cp/ChangeLog | 5 +++
gcc/cp/class.c | 56 ++++++++++------------------
gcc/cp/parser.c | 19 +++++++---
gcc/doc/extend.texi | 26 +++++++++----
gcc/testsuite/ChangeLog | 7 ++++
gcc/testsuite/g++.dg/ext/anon-struct6.C | 2 +-
gcc/testsuite/g++.dg/ext/deprecate-1.C | 22 +++++++++++
gcc/testsuite/g++.dg/ext/deprecate-2.C | 4 ++
gcc/testsuite/g++.dg/lookup/pr84602.C | 6 +--
gcc/testsuite/g++.dg/lookup/pr84962.C | 2 +-
gcc/testsuite/g++.old-deja/g++.other/anon4.C | 2 +-
12 files changed, 100 insertions(+), 56 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/deprecate-1.C
create mode 100644 gcc/testsuite/g++.dg/ext/deprecate-2.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 79f9738afb6 PR tree-optimization/84969 * tree-loop-distribution.c (fu [...]
new 7ff089f855e [PR c++/84836] ICE with local scopes
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 | 6 ++++++
gcc/cp/name-lookup.c | 17 ++++-------------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/lookup/pr84836.C | 9 +++++++++
4 files changed, 24 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/pr84836.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 clang.
from ca0d0cedb6 Set dso_local on runtime variables.
new 2eb7a8389d [ASTMatchers] Regenerate doc.
new f8d8ed2b2b [ASTMatchers] Remove extra qualifier for consistency (LibAST [...]
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:
docs/LibASTMatchersReference.html | 8 ++++----
include/clang/ASTMatchers/ASTMatchers.h | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.