This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 767b995 * testsuite/libgomp.oacc-c-c++-common/reduction-5.c: Set san [...]
new 7101747 Pass --secure-plt to the linker
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 | 10 ++++++++++
gcc/config/rs6000/linux64.h | 4 ++++
gcc/config/rs6000/secureplt.h | 1 +
gcc/config/rs6000/sysv4.h | 6 ++++++
4 files changed, 21 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.
robert.savoye pushed a change to branch array
in repository toolchain/abe.
from b09fe55 Always translate the @ character to a _ t aoid weird problems [...]
new 51b633f Only look for local conf file if the top level build director [...]
new 00c3452 Don't reset the target global when importing a manifest file [...]
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/component.sh | 10 +++++++---
lib/globals.sh | 5 ++++-
2 files changed, 11 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 gcc.
from 8523243 * array-notation-common.c (is_cilkplus_vector_p): Define. * [...]
new 767b995 * testsuite/libgomp.oacc-c-c++-common/reduction-5.c: Set san [...]
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 | 6 ++++++
libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-5.c | 4 ++--
libgomp/testsuite/libgomp.oacc-fortran/reduction-6.f90 | 2 +-
3 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 gcc.
from 6b5e0fa compiler: Report errors for non-integral shift counts.
new 80c0558 compiler: Report errors after evaluating invalid constant.
new 8523243 * array-notation-common.c (is_cilkplus_vector_p): Define. * [...]
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/c-family/ChangeLog | 5 +++++
gcc/c-family/array-notation-common.c | 9 +++++++++
gcc/c-family/c-common.h | 1 +
gcc/c/ChangeLog | 4 ++++
gcc/c/c-parser.c | 11 -----------
gcc/cp/ChangeLog | 4 ++++
gcc/cp/parser.c | 11 -----------
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 7 -------
9 files changed, 24 insertions(+), 30 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 9202af5 [AArch64] Add support for 64-bit vector-mode ldp/stp
new 885c11f musl support for sh
new 6b5e0fa compiler: Report errors for non-integral shift counts.
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/ChangeLog | 6 ++++++
gcc/config/sh/linux.h | 21 +++++++++++++++++++++
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 4 +++-
4 files changed, 31 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 gcc.
from e11b1498 [Testsuite] Turn on 64-bit-vector tests for AArch64.
new 9202af5 [AArch64] Add support for 64-bit vector-mode ldp/stp
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 | 10 ++++++
gcc/config/aarch64/aarch64-ldpstp.md | 41 +++++++++++++++++++++++++
gcc/config/aarch64/aarch64-simd.md | 28 +++++++++++++++++
gcc/config/aarch64/aarch64.c | 17 ++++++++--
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.target/aarch64/ldp_vec_64_1.c | 16 ++++++++++
gcc/testsuite/gcc.target/aarch64/stp_vec_64_1.c | 20 ++++++++++++
7 files changed, 135 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/ldp_vec_64_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/stp_vec_64_1.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 afb6adb Add --enable-compressed-debug-sections={all,gas,gold,ld}
new 3f73be3 PR c/67964 * c-parser.c (c_parser_attributes): Break out of [...]
new e11b1498 [Testsuite] Turn on 64-bit-vector tests for AArch64.
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/c/ChangeLog | 6 ++++++
gcc/c/c-parser.c | 16 +++++++++++++++-
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.dg/pr67964.c | 21 +++++++++++++++++++++
gcc/testsuite/lib/target-supports.exp | 1 +
5 files changed, 52 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr67964.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 hsa
in repository gcc.
from dd3baa6 Merged trunk revision 228776 into the hsa branch
new 23e37bf HSA: fix kernel-from-kernel dispatch mechanism
new 588c196 HSA: prepend unique prefix for names of HSA modules.
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/ChangeLog.hsa | 12 ++++++++++
gcc/hsa-brig.c | 4 ++--
gcc/hsa-gen.c | 38 ++++++++++++++++++++++++------
libgomp/ChangeLog.hsa | 12 ++++++++++
libgomp/plugin/plugin-hsa.c | 56 +++++++++++++++++++++++++++++++++++++--------
5 files changed, 104 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.