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 eff444c0c7f [PR c++/84789] do not fail to resolve typename into templat [...]
discards 67b88f27a67 [PR c++/71251] check tmpl parms in template using decl
discards 32242ca966f [PR c++/84729] reject parenthesized array init
discards 7ef5daa411c Disable auto_is_implicit_function_template_parm_p while par [...]
new 3014462500d Disable auto_is_implicit_function_template_parm_p while par [...]
new c06585cf787 [PR c++/84943] allow folding of array indexing indirect_ref
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 (eff444c0c7f)
\
N -- N -- N refs/heads/aoliva/testme (c06585cf787)
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 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/cp/init.c | 7 ++++--
gcc/cp/parser.c | 12 +----------
gcc/cp/pt.c | 5 ++---
gcc/cp/typeck.c | 10 ++++-----
gcc/testsuite/g++.dg/cpp0x/pr71251.C | 15 -------------
gcc/testsuite/g++.dg/parse/dtor11.C | 2 +-
gcc/testsuite/g++.dg/pr84729.C | 7 ------
gcc/testsuite/g++.dg/pr84943.C | 8 +++++++
gcc/testsuite/g++.dg/template/pr84789-2.C | 26 ----------------------
gcc/testsuite/g++.dg/template/pr84789-3.C | 31 ---------------------------
gcc/testsuite/g++.dg/template/pr84789.C | 13 -----------
gcc/testsuite/g++.old-deja/g++.ext/arrnew2.C | 4 ++--
gcc/testsuite/g++.old-deja/g++.robertl/eb58.C | 4 ++--
gcc/testsuite/g++.old-deja/g++.robertl/eb63.C | 4 ++--
14 files changed, 28 insertions(+), 120 deletions(-)
delete mode 100644 gcc/testsuite/g++.dg/cpp0x/pr71251.C
delete mode 100644 gcc/testsuite/g++.dg/pr84729.C
create mode 100644 gcc/testsuite/g++.dg/pr84943.C
delete mode 100644 gcc/testsuite/g++.dg/template/pr84789-2.C
delete mode 100644 gcc/testsuite/g++.dg/template/pr84789-3.C
delete mode 100644 gcc/testsuite/g++.dg/template/pr84789.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 llvm.
from b0f0b5ebce3 [X86][Skylake] Merge multiple InstrRW entries that map to t [...]
new dc3f0cc9d71 [X86] Remove unused SchedWriteRes classes. 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/Target/X86/X86SchedHaswell.td | 5 -----
lib/Target/X86/X86ScheduleZnver1.td | 4 ----
2 files changed, 9 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 libcxx.
from 256f187bc Implement LWG3034: P0767R1 breaks previously-standard-layout types
new a83128739 Fix PR22634 - std::allocator doesn't respect over-aligned types.
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/__config | 1 +
include/__sso_allocator | 4 +-
include/memory | 37 +----
include/new | 49 +++++-
include/valarray | 58 ++++---
src/experimental/memory_resource.cpp | 6 +-
.../allocator.members/allocate.pass.cpp | 98 +++++++++---
test/support/count_new.hpp | 169 ++++++++++++++++++++-
test/support/test_macros.h | 6 +
9 files changed, 342 insertions(+), 86 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 92c00f4228 Automatic date update in version.in
new 62c222b6d9 Make parse_static_tracepoint_marker_definition work with mul [...]
new 5d9310c4b8 Get rid of VEC(static_tracepoint_marker_p)
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:
gdb/ChangeLog | 60 ++++++++++++++++++++++++
gdb/Makefile.in | 1 +
gdb/breakpoint.c | 68 +++++++++++----------------
gdb/breakpoint.h | 2 +-
gdb/common/rsp-low.c | 13 ++++--
gdb/common/rsp-low.h | 4 ++
gdb/linux-nat.c | 27 +++--------
gdb/remote.c | 34 ++++----------
gdb/target-debug.h | 6 +--
gdb/target-delegates.c | 30 ++++++------
gdb/target.h | 15 +++---
gdb/tracepoint.c | 90 +++++++++++-------------------------
gdb/tracepoint.h | 22 +++++----
gdb/unittests/rsp-low-selftests.c | 12 +++++
gdb/unittests/tracepoint-selftests.c | 70 ++++++++++++++++++++++++++++
15 files changed, 265 insertions(+), 189 deletions(-)
create mode 100644 gdb/unittests/tracepoint-selftests.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 llvm.
from b360e566cfd [DIA] Add IPDBSectionContrib interfaces and DIA implementation
new b0f0b5ebce3 [X86][Skylake] Merge multiple InstrRW entries that map to t [...]
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/X86SchedSkylakeClient.td | 3929 ++++++++-------
lib/Target/X86/X86SchedSkylakeServer.td | 8282 +++++++++++++++----------------
2 files changed, 6057 insertions(+), 6154 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 fcd7af40529 [PDB] Get more DIA table enumerators
new b360e566cfd [DIA] Add IPDBSectionContrib interfaces and DIA implementation
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:
...mInjectedSources.h => DIAEnumSectionContribs.h} | 24 ++--
include/llvm/DebugInfo/PDB/DIA/DIASectionContrib.h | 55 +++++++++
include/llvm/DebugInfo/PDB/DIA/DIASession.h | 2 +
include/llvm/DebugInfo/PDB/IPDBSectionContrib.h | 50 ++++++++
include/llvm/DebugInfo/PDB/IPDBSession.h | 3 +
include/llvm/DebugInfo/PDB/Native/NativeSession.h | 2 +
include/llvm/DebugInfo/PDB/PDBTypes.h | 2 +
include/llvm/module.modulemap | 2 +
lib/DebugInfo/PDB/CMakeLists.txt | 2 +
lib/DebugInfo/PDB/DIA/DIAEnumSectionContribs.cpp | 54 +++++++++
lib/DebugInfo/PDB/DIA/DIASectionContrib.cpp | 135 +++++++++++++++++++++
lib/DebugInfo/PDB/DIA/DIASession.cpp | 11 ++
lib/DebugInfo/PDB/Native/NativeSession.cpp | 5 +
lib/DebugInfo/PDB/PDBInterfaceAnchors.cpp | 3 +
unittests/DebugInfo/PDB/PDBApiTest.cpp | 5 +
15 files changed, 343 insertions(+), 12 deletions(-)
copy include/llvm/DebugInfo/PDB/DIA/{DIAEnumInjectedSources.h => DIAEnumSectionCon [...]
create mode 100644 include/llvm/DebugInfo/PDB/DIA/DIASectionContrib.h
create mode 100644 include/llvm/DebugInfo/PDB/IPDBSectionContrib.h
create mode 100644 lib/DebugInfo/PDB/DIA/DIAEnumSectionContribs.cpp
create mode 100644 lib/DebugInfo/PDB/DIA/DIASectionContrib.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 gcc.
from 4d24e3e24ba Daily bump.
new b248e783b3f PR c++/81311 - wrong C++17 overload resolution.
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/call.c | 76 ++++++++++++++++++++------------
gcc/testsuite/g++.dg/overload/conv-op2.C | 23 ++++++++++
3 files changed, 80 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/overload/conv-op2.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 llvm.
from 164c112ac4a vim: add `dso_local` and `dso_preemptable` keywords
new fcd7af40529 [PDB] Get more DIA table enumerators
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/DebugInfo/PDB/DIA/DIASession.cpp | 14 ++++++++------
1 file changed, 8 insertions(+), 6 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 c7491328c Last batch of test-tree cleaning changes
new e802ade25 [SymbolFilePDB] Run clang-format; 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:
source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 54 ++++-----
source/Plugins/SymbolFile/PDB/PDBASTParser.h | 10 +-
source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 142 +++++++++++-------------
source/Plugins/SymbolFile/PDB/SymbolFilePDB.h | 21 ++--
4 files changed, 107 insertions(+), 120 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 ac4ba722ed Improve -Winfinite-recursion
new 23ecb164a2 [clang-format] Don't insert space between r_paren and 'new' [...]
new 541a3de27e [clang-format] Add a few more Core Graphics identifiers to O [...]
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:
lib/Format/Format.cpp | 15 +++++++++++++++
lib/Format/TokenAnnotator.cpp | 6 ++++--
unittests/Format/FormatTest.cpp | 6 ++++++
unittests/Format/FormatTestObjC.cpp | 12 ++++++++++++
4 files changed, 37 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.