This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 12f55e030ed c++: Function type and parameter type disagreements [PR92010]
new 07b9bfd02b8 arm: CDE intrinsics using FPU/MVE S/D registers
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 | 30 +++++
gcc/config/arm/arm-builtins.c | 99 +++++++++++++++-
gcc/config/arm/arm.c | 2 +-
gcc/config/arm/arm.h | 4 +
gcc/config/arm/arm_cde.h | 71 ++++++++++++
gcc/config/arm/{arm_cde.h => arm_cde_builtins.def} | 35 +++---
gcc/config/arm/iterators.md | 2 +-
gcc/config/arm/predicates.md | 17 +++
gcc/config/arm/unspecs.md | 2 +
gcc/config/arm/vfp.md | 71 ++++++++++++
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gcc.target/arm/acle/cde_v_1.c | 94 +++++++++++++++
gcc/testsuite/gcc.target/arm/acle/cde_v_1_err.c | 127 +++++++++++++++++++++
gcc/testsuite/gcc.target/arm/acle/cde_v_1_mve.c | 56 +++++++++
14 files changed, 590 insertions(+), 26 deletions(-)
copy gcc/config/arm/{arm_cde.h => arm_cde_builtins.def} (51%)
create mode 100644 gcc/testsuite/gcc.target/arm/acle/cde_v_1.c
create mode 100644 gcc/testsuite/gcc.target/arm/acle/cde_v_1_err.c
create mode 100644 gcc/testsuite/gcc.target/arm/acle/cde_v_1_mve.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 bd6cdfc18c powerpc: Update ULPs and xfail more ibm128 outputs
new 8a1d13d0c7 Updates to the shn_MM locale [BZ #25532]
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:
localedata/locales/shn_MM | 131 ++++++++++++++++++++++------------------------
1 file changed, 62 insertions(+), 69 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 975e6670c42 arm: CLI for Custom Datapath Extension (CDE)
new 12f55e030ed c++: Function type and parameter type disagreements [PR92010]
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 | 9 ++
gcc/cp/pt.c | 151 ++++++++++++++++++++-------
gcc/testsuite/ChangeLog | 9 ++
gcc/testsuite/g++.dg/cpp2a/lambda-uneval11.C | 10 ++
gcc/testsuite/g++.dg/template/array33.C | 63 +++++++++++
gcc/testsuite/g++.dg/template/array34.C | 63 +++++++++++
gcc/testsuite/g++.dg/template/defarg22.C | 13 +++
7 files changed, 281 insertions(+), 37 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-uneval11.C
create mode 100644 gcc/testsuite/g++.dg/template/array33.C
create mode 100644 gcc/testsuite/g++.dg/template/array34.C
create mode 100644 gcc/testsuite/g++.dg/template/defarg22.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 4cf6b06cb5b c++: Further fix for -fsanitize=vptr [PR94325]
new 975e6670c42 arm: CLI for Custom Datapath Extension (CDE)
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 | 15 ++++
gcc/config.gcc | 2 +-
gcc/config/arm/arm-c.c | 6 ++
gcc/config/arm/arm-cpus.in | 26 +++++++
gcc/config/arm/arm.c | 22 ++++++
gcc/config/arm/arm.h | 8 ++
gcc/config/{aarch64/arm_sve.h => arm/arm_cde.h} | 23 +++---
gcc/doc/invoke.texi | 8 ++
gcc/doc/sourcebuild.texi | 15 ++++
gcc/testsuite/ChangeLog | 7 ++
gcc/testsuite/gcc.target/arm/pragma_cde.c | 98 +++++++++++++++++++++++++
gcc/testsuite/lib/target-supports.exp | 59 +++++++++++++++
12 files changed, 278 insertions(+), 11 deletions(-)
copy gcc/config/{aarch64/arm_sve.h => arm/arm_cde.h} (78%)
create mode 100644 gcc/testsuite/gcc.target/arm/pragma_cde.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 topic/fifo
in repository newlib.
from b15d51dbc Cygwin: FIFO: allow fc_handler list to grow dynamically
new 0f0c76524 Cygwin: FIFO: improve the retry loop when opening a writer
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/cygwin/fhandler_fifo.cc | 9 +++++----
1 file changed, 5 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 a6479aa4c05 c++: ICE with defaulted comparison operator [PR94478]
new 4cf6b06cb5b c++: Further fix for -fsanitize=vptr [PR94325]
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 | 8 ++++++++
gcc/cp/decl.c | 20 +++++++++++++-------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/ubsan/vptr-15.C | 14 ++++++++++++++
4 files changed, 40 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ubsan/vptr-15.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 70b55b25aa1 postreload: Fix autoinc handling in reload_cse_move2add [PR94516]
new 542f73539db update polytypes.c -flax-vector-conversions msg
new a6479aa4c05 c++: ICE with defaulted comparison operator [PR94478]
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/cp/ChangeLog | 6 ++++++
gcc/cp/method.c | 11 +++++++++++
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/g++.dg/cpp2a/spaceship-err4.C | 7 +++++++
gcc/testsuite/gcc.target/arm/polytypes.c | 2 +-
5 files changed, 35 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-err4.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 4c09b8c4e7f [PATCH 1/4]: microblaze: remove duplicate prototypes
new 3810f182ee3 Remove objfile parameter from read_gdb_index_from_buffer
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/ChangeLog | 6 ++++++
gdb/dwarf2/read.c | 8 +++-----
2 files changed, 9 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.