This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9b699f53548 [PR c++/84789] do not fail to resolve typename into templat [...]
new 485424d5dbd [PR c++/71251] check tmpl parms in template using decl
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/parser.c | 7 +++++++
gcc/testsuite/ChangeLog | 5 ++++-
gcc/testsuite/g++.dg/cpp0x/pr71251.C | 15 +++++++++++++++
4 files changed, 31 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr71251.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 aoliva/testme
in repository gcc.
discards 63d2a632af5 [PR c++/84943] allow folding of array indexing indirect_ref
discards c15c9673d9f [PR c++/71251] check tmpl parms in template using decl
new 485424d5dbd [PR c++/71251] check tmpl parms in template using decl
new 8c64e458cce [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 (63d2a632af5)
\
N -- N -- N refs/heads/aoliva/testme (8c64e458cce)
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/ChangeLog | 6 +++++-
gcc/testsuite/ChangeLog | 5 ++++-
2 files changed, 9 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 binutils-gdb.
from 8ff5bf3db3 Automatic date update in version.in
new a2b2bc12af Remove some cleanups from record-full.c
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:
gdb/ChangeLog | 5 +++++
gdb/record-full.c | 22 +++++++---------------
2 files changed, 12 insertions(+), 15 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 8b8dfd5cb4 Remove problematic PrettyStackTrace entry added in r328276
new bb7269ae79 Bring r328238 back with a 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:
lib/CodeGen/ItaniumCXXABI.cpp | 1 +
test/CodeGenCXX/dllexport.cpp | 2 ++
2 files changed, 3 insertions(+)
--
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 8f08c873213 Daily bump.
new 0cf97c34f40 Disable auto_is_implicit_function_template_parm_p while par [...]
new 252d26e609f [PR c++/84729] reject parenthesized array init
new 9b699f53548 [PR c++/84789] do not fail to resolve typename into templat [...]
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/cp/ChangeLog | 22 +++++++++++++++++++
gcc/cp/cp-tree.h | 19 ++++++++++++++++
gcc/cp/init.c | 7 ++----
gcc/cp/parser.c | 20 ++++++++---------
gcc/cp/pt.c | 5 +++--
gcc/testsuite/ChangeLog | 14 ++++++++++++
gcc/testsuite/g++.dg/parse/dtor11.C | 2 +-
gcc/testsuite/g++.dg/pr84729.C | 7 ++++++
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, 153 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr84729.C
create mode 100644 gcc/testsuite/g++.dg/template/pr84789-2.C
create mode 100644 gcc/testsuite/g++.dg/template/pr84789-3.C
create 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 729e2bc549a [TableGen] Don't capture returned std::vectors by const reference.
new aea03035b9c [DAG] Fix node id invalidation in Instruction Selection.
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/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 6 +++---
1 file 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 clang.
from e8d80b7dba [Modules] Update test to mention it requires C++14.
new 8b8dfd5cb4 Remove problematic PrettyStackTrace entry added in r328276
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/Frontend/CompilerInstance.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 lld.
from 8bdc3efd9 Fix PR36793.
new ee68025cb Fix the MSVC build.
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:
ELF/InputFiles.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 lld.
from d428e3c75 Fix Address Size in test.
new 8bdc3efd9 Fix PR36793.
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:
ELF/InputFiles.cpp | 91 ++++++++++++++++++-------------------------
ELF/InputFiles.h | 5 ++-
test/ELF/Inputs/multiple-cu.s | 24 ++++++++++++
test/ELF/multiple-cu.s | 38 ++++++++++++++++++
4 files changed, 104 insertions(+), 54 deletions(-)
create mode 100644 test/ELF/Inputs/multiple-cu.s
create mode 100644 test/ELF/multiple-cu.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.