This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15
in repository gcc.
from a48912e9db5 arm: [MVE] Fix carry-in support for vadcq / vsbcq [PR122189]
new 907895c0f24 arm: mve: avoid invalid immediate values in vbicq_n, vorrq_ [...]
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/config/arm/iterators.md | 8 +++++
gcc/config/arm/mve.md | 8 ++---
.../gcc.target/arm/mve/intrinsics/pr122175.c | 38 ++++++++++++++++++++++
3 files changed, 50 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/pr122175.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 079e570ff88 arm: mve: avoid invalid immediate values in vbicq_n, vorrq_ [...]
new c209c1598da tree-optimization/122653 - handle POINTER_DIFF_EXPR in SCEV
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/gcc.dg/tree-ssa/scev-16.c | 19 +++++++++++++++++++
gcc/tree-scalar-evolution.cc | 14 ++++++++++++++
2 files changed, 33 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/scev-16.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 2de6462c380 libgomp.{c-c++-common,fortran}/target-is-accessible-1.c: Fi [...]
new 079e570ff88 arm: mve: avoid invalid immediate values in vbicq_n, vorrq_ [...]
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/config/arm/iterators.md | 8 +++++
gcc/config/arm/mve.md | 8 ++---
.../gcc.target/arm/mve/intrinsics/pr122175.c | 38 ++++++++++++++++++++++
3 files changed, 50 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/pr122175.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 releases/gcc-15
in repository gcc.
from f24307422d1 Ada: Fix variable initialized with if-expression not flagge [...]
new a48912e9db5 arm: [MVE] Fix carry-in support for vadcq / vsbcq [PR122189]
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/config/arm/iterators.md | 17 ++++++++
gcc/config/arm/mve.md | 36 ++++++++++------
gcc/config/arm/unspecs.md | 16 ++++++++
.../arm/mve/intrinsics/vadcq-check-carry.c | 48 ++++++++++++++++++++++
.../gcc.target/arm/mve/intrinsics/vadcq_m_s32.c | 2 +-
.../gcc.target/arm/mve/intrinsics/vadcq_m_u32.c | 2 +-
.../gcc.target/arm/mve/intrinsics/vsbcq_m_s32.c | 2 +-
.../gcc.target/arm/mve/intrinsics/vsbcq_m_u32.c | 2 +-
8 files changed, 109 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/vadcq-check-carry.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 13b58ca5d1a arm: Fix out of bounds when using cmse with FP types in agg [...]
new 2de6462c380 libgomp.{c-c++-common,fortran}/target-is-accessible-1.c: Fi [...]
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/testsuite/libgomp.c-c++-common/target-is-accessible-1.c | 2 +-
libgomp/testsuite/libgomp.fortran/target-is-accessible-1.f90 | 2 +-
2 files changed, 2 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 0cd1f03939d s390: Support global stack protector
new 4aa3af633c2 arm: Fix CMSE clearing of union members with no padding [PR122539]
new 13b58ca5d1a arm: Fix out of bounds when using cmse with FP types in agg [...]
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/config/arm/arm.cc | 63 +++++++++++++--------
.../gcc.target/arm/cmse/baseline/union-3.c | 29 ++++++++++
.../gcc.target/arm/cmse/baseline/union-4.c | 20 +++++++
.../gcc.target/arm/cmse/mainline/8_1m/union-3.c | 32 +++++++++++
.../gcc.target/arm/cmse/mainline/8m/hard/union-4.c | 27 +++++++++
.../arm/cmse/mainline/8m/hard/union-fp.c | 66 ++++++++++++++++++++++
.../gcc.target/arm/cmse/mainline/8m/soft/union-4.c | 18 ++++++
.../arm/cmse/mainline/8m/softfp/union-4.c | 19 +++++++
.../gcc.target/arm/cmse/mainline/8m/union-3.c | 33 +++++++++++
gcc/testsuite/gcc.target/arm/cmse/union-3.x | 23 ++++++++
.../gcc.target/arm/cmse/{union-1.x => union-4.x} | 23 ++------
11 files changed, 313 insertions(+), 40 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/cmse/baseline/union-3.c
create mode 100644 gcc/testsuite/gcc.target/arm/cmse/baseline/union-4.c
create mode 100644 gcc/testsuite/gcc.target/arm/cmse/mainline/8_1m/union-3.c
create mode 100644 gcc/testsuite/gcc.target/arm/cmse/mainline/8m/hard/union-4.c
create mode 100644 gcc/testsuite/gcc.target/arm/cmse/mainline/8m/hard/union-fp.c
create mode 100644 gcc/testsuite/gcc.target/arm/cmse/mainline/8m/soft/union-4.c
create mode 100644 gcc/testsuite/gcc.target/arm/cmse/mainline/8m/softfp/union-4.c
create mode 100644 gcc/testsuite/gcc.target/arm/cmse/mainline/8m/union-3.c
create mode 100644 gcc/testsuite/gcc.target/arm/cmse/union-3.x
copy gcc/testsuite/gcc.target/arm/cmse/{union-1.x => union-4.x} (59%)
--
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 771faadaa73 [gdb/testsuite] Fix typo IBM'x -> IBM's
new 30f6e34f1fa [gdb/testsuite] Fix typo IBM'x -> IBM's some more
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:
gdb/testsuite/lib/compiler.cc | 2 +-
1 file changed, 1 insertion(+), 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 binutils-gdb.
from 8f2a5c0dc8a [gdb/testsuite] Use -std=c99 in gdb.base/nodebug.exp
new 771faadaa73 [gdb/testsuite] Fix typo IBM'x -> IBM's
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:
gdb/testsuite/gdb.base/nodebug.exp | 2 +-
gdb/testsuite/lib/compiler.c | 2 +-
2 files changed, 2 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 6947098a34c RISC-V: Add Andes 25 series pipeline description.
new ea5b0240721 tree-optimization/122647 - missing bool pattern for bool -> [...]
new 0cd1f03939d s390: Support global stack protector
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/config/s390/s390-opts.h | 8 ++
gcc/config/s390/s390.h | 3 +
gcc/config/s390/s390.md | 87 ++++++++++++++++++----
gcc/config/s390/s390.opt | 18 +++++
gcc/testsuite/g++.dg/vect/pr122647.cc | 18 +++++
.../s390/stack-protector-guard-global-1.c | 27 +++++++
.../s390/stack-protector-guard-global-2.c | 5 ++
.../s390/stack-protector-guard-global-3.c | 6 ++
.../s390/stack-protector-guard-global-4.c | 6 ++
gcc/tree-vect-patterns.cc | 10 ++-
gcc/tree-vect-stmts.cc | 2 +-
11 files changed, 169 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/vect/pr122647.cc
create mode 100644 gcc/testsuite/gcc.target/s390/stack-protector-guard-global-1.c
create mode 100644 gcc/testsuite/gcc.target/s390/stack-protector-guard-global-2.c
create mode 100644 gcc/testsuite/gcc.target/s390/stack-protector-guard-global-3.c
create mode 100644 gcc/testsuite/gcc.target/s390/stack-protector-guard-global-4.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 binutils-gdb.
from c390fa05db5 Automatic date update in version.in
new 8f2a5c0dc8a [gdb/testsuite] Use -std=c99 in gdb.base/nodebug.exp
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:
gdb/testsuite/gdb.base/nodebug.exp | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.