This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 22a8377023d gcc/ada/
new 4f0935fa35d Add tests for -fcf-protection option and nocf_check attribute.
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 | 11 ++++++++++
gcc/testsuite/c-c++-common/attr-nocf-check-1.c | 30 ++++++++++++++++++++++++++
gcc/testsuite/c-c++-common/attr-nocf-check-2.c | 5 +++++
gcc/testsuite/c-c++-common/attr-nocf-check-3.c | 29 +++++++++++++++++++++++++
gcc/testsuite/c-c++-common/fcf-protection-1.c | 4 ++++
gcc/testsuite/c-c++-common/fcf-protection-2.c | 4 ++++
gcc/testsuite/c-c++-common/fcf-protection-3.c | 4 ++++
gcc/testsuite/c-c++-common/fcf-protection-4.c | 2 ++
gcc/testsuite/c-c++-common/fcf-protection-5.c | 4 ++++
9 files changed, 93 insertions(+)
create mode 100644 gcc/testsuite/c-c++-common/attr-nocf-check-1.c
create mode 100644 gcc/testsuite/c-c++-common/attr-nocf-check-2.c
create mode 100644 gcc/testsuite/c-c++-common/attr-nocf-check-3.c
create mode 100644 gcc/testsuite/c-c++-common/fcf-protection-1.c
create mode 100644 gcc/testsuite/c-c++-common/fcf-protection-2.c
create mode 100644 gcc/testsuite/c-c++-common/fcf-protection-3.c
create mode 100644 gcc/testsuite/c-c++-common/fcf-protection-4.c
create mode 100644 gcc/testsuite/c-c++-common/fcf-protection-5.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 c369d66e54 CVE-2017-15670: glob: Fix one-byte overflow [BZ #22320]
new 822f523b29 Mention Tim Rühsen as the reporter for CVE-2017-15670
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:
NEWS | 7 ++++---
1 file changed, 4 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 llvm.
from b99a8bcc2b5 [Hexagon] Allow redefinition with immediates for hw loop co [...]
new 585416691f8 Make x86 __ehhandler comdat if parent function is
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/X86WinEHState.cpp | 2 ++
test/CodeGen/WinEH/wineh-comdat.ll | 17 +++++++++++++++++
2 files changed, 19 insertions(+)
create mode 100644 test/CodeGen/WinEH/wineh-comdat.ll
--
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 d44341d9952 2017-10-20 Bob Duff <duff(a)adacore.com>
new 22a8377023d gcc/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.
Summary of changes:
gcc/ada/ChangeLog | 32 +++
gcc/ada/exp_ch9.adb | 32 ++-
gcc/ada/libgnarl/s-osinte__linux.ads | 3 +
gcc/ada/libgnarl/s-taprop__linux.adb | 269 ++++-------------------
gcc/ada/libgnarl/s-taprop__posix.adb | 242 ++++-----------------
gcc/ada/libgnarl/s-tpopmo.adb | 283 +++++++++++++++++++++++++
gcc/ada/sem_ch8.adb | 8 +-
gcc/ada/sem_util.adb | 24 ++-
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gnat.dg/sync_iface_call.adb | 34 +++
gcc/testsuite/gnat.dg/sync_iface_call_pkg.ads | 21 ++
gcc/testsuite/gnat.dg/sync_iface_call_pkg2.adb | 8 +
gcc/testsuite/gnat.dg/sync_iface_call_pkg2.ads | 7 +
13 files changed, 515 insertions(+), 454 deletions(-)
create mode 100644 gcc/ada/libgnarl/s-tpopmo.adb
create mode 100644 gcc/testsuite/gnat.dg/sync_iface_call.adb
create mode 100644 gcc/testsuite/gnat.dg/sync_iface_call_pkg.ads
create mode 100644 gcc/testsuite/gnat.dg/sync_iface_call_pkg2.adb
create mode 100644 gcc/testsuite/gnat.dg/sync_iface_call_pkg2.ads
--
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 0c8405ae084 X86 Tests: Add tests for vector permutes with variable indi [...]
new 268fcddc7a6 [X86] Check all CPU target names.
new b99a8bcc2b5 [Hexagon] Allow redefinition with immediates for hw loop co [...]
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/Target/Hexagon/HexagonHardwareLoops.cpp | 18 +++++----
lib/Target/Hexagon/HexagonTargetMachine.cpp | 2 +
test/CodeGen/Hexagon/hwloop-redef-imm.mir | 63 +++++++++++++++++++++++++++++
test/CodeGen/X86/cpus.ll | 46 +++++++++++++++++++++
4 files changed, 122 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/Hexagon/hwloop-redef-imm.mir
--
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 d5833c62d9 Use std::vector in gdb_bfd_data
new f3012016f0 Add a compile-time test for PR ld/22269
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:
ld/ChangeLog | 7 +++++++
ld/testsuite/ld-elf/pr22269-1.c | 8 ++++++++
ld/testsuite/ld-elf/pr22269-1.rd | 5 +++++
ld/testsuite/ld-elf/shared.exp | 13 +++++++++++++
4 files changed, 33 insertions(+)
create mode 100644 ld/testsuite/ld-elf/pr22269-1.c
create mode 100644 ld/testsuite/ld-elf/pr22269-1.rd
--
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 a15d53e2de Add single-threaded path to _int_free
new 6d43de4b85 Fix build issue with SINGLE_THREAD_P
new c369d66e54 CVE-2017-15670: glob: Fix one-byte overflow [BZ #22320]
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 | 10 ++++++++++
NEWS | 4 ++++
malloc/malloc.c | 3 +++
posix/glob.c | 2 +-
4 files changed, 18 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 azanella/bz22298-2.25
in repository glibc.
at 15b7cc7d74 nptl: Add tests for internal pthread_mutex_t offsets
This branch includes the following new commits:
new 15b7cc7d74 nptl: Add tests for internal pthread_mutex_t offsets
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 glibc.
from b9a558e790 resolv: Remove bogus targets that build ga_test
new a15d53e2de Add single-threaded path to _int_free
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 | 4 ++++
malloc/malloc.c | 43 +++++++++++++++++++++++++++++--------------
2 files changed, 33 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 azanella/bz22298-2.26
in repository glibc.
at c39cf238b6 nptl: Add tests for internal pthread_mutex_t offsets
This branch includes the following new commits:
new c39cf238b6 nptl: Add tests for internal pthread_mutex_t offsets
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.