This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from 4d0c5fd PR c++/78039 - fails to compile glibc tests
new 96dd3e1 71115 - [5/6 Regression] Missing warning: excess elements in [...]
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/c/ChangeLog | 8 ++++++++
gcc/c/c-typeck.c | 20 +++++++++++++++-----
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.dg/Woverride-init-1.c | 10 +++++-----
gcc/testsuite/gcc.dg/Woverride-init-2.c | 10 +++++-----
5 files changed, 41 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 llvm.
from 7930d75 [Hexagon] Round 1 of selection pattern simplifications
new 8509ed8 [Hexagon] Relocate pattern-related bits to proper places
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/Hexagon/HexagonISelDAGToDAG.cpp | 14 ++++++++++
lib/Target/Hexagon/HexagonISelLowering.cpp | 14 ----------
lib/Target/Hexagon/HexagonISelLowering.h | 4 ---
lib/Target/Hexagon/HexagonOperands.td | 28 -------------------
lib/Target/Hexagon/HexagonPatterns.td | 43 +++++++++++++++++++++++++-----
lib/Target/Hexagon/HexagonRegisterInfo.td | 5 ----
6 files changed, 51 insertions(+), 57 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 38e4e3f test commit
new 7930d75 [Hexagon] Round 1 of selection pattern simplifications
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/Hexagon/HexagonPatterns.td | 534 +++++++++++++++++-----------------
1 file changed, 267 insertions(+), 267 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 cc24df9 [X86][SSE] Reuse zeroable element mask in lowerVectorShuffleA [...]
new 38e4e3f test commit
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:
README.txt | 1 +
1 file changed, 1 insertion(+)
--
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-6-branch
in repository gcc.
from 3b67ba67 * es.po: Update.
new 4d0c5fd PR c++/78039 - fails to compile glibc tests
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 | 7 +
gcc/cp/class.c | 15 +-
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/g++.dg/ext/flexary18.C | 213 ++++++++++++++++++++++
gcc/testsuite/g++.dg/ext/flexary19.C | 343 +++++++++++++++++++++++++++++++++++
5 files changed, 583 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/ext/flexary18.C
create mode 100644 gcc/testsuite/g++.dg/ext/flexary19.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 b1b6d73 * es.po: Update.
new f197bb8 gcc/ChangeLog: * doc/invoke.texi (Warning Options): Correct [...]
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/doc/invoke.texi | 22 ++++++++++++----------
2 files changed, 17 insertions(+), 10 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 gcc-6-branch
in repository gcc.
from 7ba8588 Daily bump.
new 3b67ba67 * es.po: Update.
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/po/ChangeLog | 4 +
gcc/po/es.po | 423 +++++++++++++++++++++++--------------------------------
2 files changed, 180 insertions(+), 247 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 ae1fe1c 2016-11-05 Paul Thomas <pault(a)gcc.gnu.org>
new b1b6d73 * es.po: Update.
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/po/ChangeLog | 4 +
gcc/po/es.po | 423 +++++++++++++++++++++++--------------------------------
2 files changed, 180 insertions(+), 247 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 30c59a5 [X86][SSE] Reuse zeroable element mask in lowerVectorShuffleA [...]
new cc24df9 [X86][SSE] Reuse zeroable element mask in lowerVectorShuffleA [...]
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/X86ISelLowering.cpp | 44 +++++++++++++++++++++-----------------
1 file changed, 24 insertions(+), 20 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 6048d74 [X86][SSE] Reuse zeroable element mask in SSE4A EXTRQ/INSERTQ [...]
new 30c59a5 [X86][SSE] Reuse zeroable element mask in lowerVectorShuffleA [...]
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/X86ISelLowering.cpp | 39 ++++++++++++++++++--------------------
1 file changed, 18 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.