This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9df4986761d Handle libbacktrace in contrib/gcc_update
new 7b3cbc8c4d8 2017-10-02 Paolo Carlini <paolo.carlini(a)oracle.com>
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/testsuite/ChangeLog | 9 ++++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nested8.C | 23 +++++++++++++++
.../g++.dg/cpp1y/lambda-generic-nested1.C | 34 ++++++++++++++++++++++
gcc/testsuite/g++.dg/torture/pr79180.C | 23 +++++++++++++++
4 files changed, 89 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nested8.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-nested1.C
create mode 100644 gcc/testsuite/g++.dg/torture/pr79180.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 glibc.
from 397286ea93 Hide internal fadvise64/fallocate64 functions [BZ #18822]
new 59ba2d2b54 powerpc: Optimize memrchr for power8
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:
ChangeLog | 12 ++
sysdeps/powerpc/powerpc64/multiarch/Makefile | 5 +-
.../powerpc/powerpc64/multiarch/ifunc-impl-list.c | 3 +
.../{memcmp-power8.S => memrchr-power8.S} | 6 +-
.../powerpc/powerpc64/multiarch/memrchr-ppc64.c | 14 +-
.../powerpc64/power8/{memchr.S => memrchr.S} | 204 ++++++++++-----------
6 files changed, 129 insertions(+), 115 deletions(-)
copy sysdeps/powerpc/powerpc64/multiarch/{memcmp-power8.S => memrchr-power8.S} (86%)
copy sysdeps/powerpc/powerpc64/power8/{memchr.S => memrchr.S} (66%)
--
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 edbee5e81da PR target/41076 * confg/avr/avr.md (*iorhi3.ashift8-ext.z [...]
new c476d11ef7d libbacktrace: Conditionalize test timing on clock_gettime a [...]
new 0b986d3d7a3 libbacktrace: Support the case that clock_gettime is in librt
new 9df4986761d Handle libbacktrace in contrib/gcc_update
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:
contrib/ChangeLog | 4 +++
contrib/gcc_update | 4 +++
libbacktrace/ChangeLog | 16 +++++++++++
libbacktrace/Makefile.am | 1 +
libbacktrace/Makefile.in | 6 +++--
libbacktrace/config.h.in | 3 +++
libbacktrace/configure | 69 +++++++++++++++++++++++++++++++++++++++++++++--
libbacktrace/configure.ac | 15 +++++++++++
libbacktrace/ztest.c | 12 ++++++++-
9 files changed, 125 insertions(+), 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 gcc-7-branch
in repository gcc.
from 8f0bdd09ff4 Daily bump.
new 4db7352aa2d Handle libbacktrace in contrib/gcc_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:
contrib/ChangeLog | 4 ++++
contrib/gcc_update | 4 ++++
2 files changed, 8 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 gcc-6-branch
in repository gcc.
from 4d9b856241b Daily bump.
new 163a2819fe7 Handle libbacktrace in contrib/gcc_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:
contrib/ChangeLog | 4 ++++
contrib/gcc_update | 4 ++++
2 files changed, 8 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 gcc-5-branch
in repository gcc.
from de03cfb824f Daily bump.
new f6113faedad Handle libbacktrace in contrib/gcc_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:
contrib/ChangeLog | 4 ++++
contrib/gcc_update | 4 ++++
2 files changed, 8 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 ddfcfd24d53 2017-10-02 Richard Biener <rguenther(a)suse.de>
new edbee5e81da PR target/41076 * confg/avr/avr.md (*iorhi3.ashift8-ext.z [...]
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 | 6 ++++++
gcc/config/avr/avr.md | 6 +++---
2 files changed, 9 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 c6e3259e70 [CodeGen] Do not refer to complete TBAA info where we actual [...]
new 80dc32ec8b [CodeGen] Have a special function to get TBAA info for may-a [...]
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/CGExpr.cpp | 13 +++++--------
lib/CodeGen/CodeGenModule.cpp | 6 ++++++
lib/CodeGen/CodeGenModule.h | 4 ++++
lib/CodeGen/CodeGenTBAA.cpp | 4 ++++
lib/CodeGen/CodeGenTBAA.h | 4 ++++
5 files changed, 23 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 hjl/pr82384
in repository gcc.
at 8dc137228f4 Fix x32 Ada
This branch includes the following new commits:
new 8dc137228f4 Fix x32 Ada
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.