This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9f1a57ce799 [llvm-opt-fuzzer] Only run tests for the x86 target. This f [...]
new b3380b5cf4d [llvm-opt-fuzzer] Add opt fuzzer to the test-depends list. [...]
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/CMakeLists.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 master
in repository gcc.
from 4973689ee6b 2017-11-15 Dominique d'Humieres <dominiq(a)lps.ens.fr>
new 11ca88d1902 Compile strncpy-fix-1.c with -Wno-stringop-truncation
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 | 4 ++++
gcc/testsuite/gcc.dg/strncpy-fix-1.c | 2 +-
2 files changed, 5 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 gcc.
from c3c1d7930f1 Add libgomp.oacc-c-c++-common/f-asyncwait-{1,2,3}.c
new 4973689ee6b 2017-11-15 Dominique d'Humieres <dominiq(a)lps.ens.fr>
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 | 5 +++++
gcc/testsuite/g++.dg/ext/pr81706.C | 4 ++--
gcc/testsuite/gcc.target/i386/pr81706.c | 4 ++--
3 files changed, 9 insertions(+), 4 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 glibc.
from 34eb41579c malloc: Account for all heaps in an arena in malloc_info [BZ [...]
new 0fa87c01ab az_IR locale: Add standard copyright header
new 58c9f659ee ka_GE locale: Add “X” back to yesexpr.
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:
ChangeLog | 9 +++++++++
localedata/locales/az_IR | 23 ++++++++++-------------
localedata/locales/ka_GE | 2 +-
3 files changed, 20 insertions(+), 14 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 d46b9539e69 [PR c++/81574] lambda capture of function reference
new c3c1d7930f1 Add libgomp.oacc-c-c++-common/f-asyncwait-{1,2,3}.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:
libgomp/ChangeLog | 9 +
.../libgomp.oacc-c-c++-common/f-asyncwait-1.c | 297 +++++++++++++++++++++
.../libgomp.oacc-c-c++-common/f-asyncwait-2.c | 61 +++++
.../libgomp.oacc-c-c++-common/f-asyncwait-3.c | 63 +++++
4 files changed, 430 insertions(+)
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/f-asyncwait-1.c
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/f-asyncwait-2.c
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/f-asyncwait-3.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 7de5f26dcd4 [llvm-opt-fuzzer] NFC. Add sanity tests.
new 9f1a57ce799 [llvm-opt-fuzzer] Only run tests for the x86 target. This f [...]
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/tools/llvm-opt-fuzzer/exec-options.ll | 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 hjl/pr82990/master
in repository gcc.
at 657c592adce i386: Update the default -mzeroupper setting
This branch includes the following new commits:
new 657c592adce i386: Update the default -mzeroupper setting
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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from cf7b71bf034 2017-11-15 Richard Biener <rguenther(a)suse.de>
new d46b9539e69 [PR c++/81574] lambda capture of function reference
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/lambda.c | 3 ++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp1y/pr81574.C | 13 +++++++++++++
4 files changed, 26 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr81574.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 newlib.
from 0d57ef9de Cygwin: open: Remove unused code to handle HIDDEN and SYSTEM files
new 0f88d21e4 Cygwin: Add FAQ How do I fix find_fast_cwd warnings?
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:
winsup/doc/faq-using.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 50 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 hjl/cet/setjmp
in repository glibc.
discards ce65f7a812 jmpbuf: Add paddings for architecture specific usage
adds ec72135e5f Fix string/bug-strncat1.c build with GCC 8.
adds 2e64ec9c9e Fix string/tester.c build with GCC 8.
adds be3a79a3cc Use __builtin_tgmath in tgmath.h with GCC 8 (bug 21660).
adds 7a9368a117 malloc: Add missing arena lock in malloc_info [BZ #22408]
adds 34eb41579c malloc: Account for all heaps in an arena in malloc_info [BZ [...]
new f516888787 jmpbuf: Add paddings for architecture specific usage
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 (ce65f7a812)
\
N -- N -- N refs/heads/hjl/cet/setjmp (f516888787)
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 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 | 85 ++++++++++++++
NEWS | 3 +
include/setjmp.h | 15 ---
malloc/Makefile | 2 +
malloc/malloc.c | 27 ++++-
malloc/tst-malloc_info.c | 101 ++++++++++++++++
math/tgmath.h | 204 ++++++++++++++++++++++++---------
string/bug-strncat1.c | 8 ++
string/tester.c | 46 +++++++-
sysdeps/unix/sysv/linux/__saved_mask.h | 14 +++
10 files changed, 426 insertions(+), 79 deletions(-)
create mode 100644 malloc/tst-malloc_info.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.