This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 15dbb0a9ee8 arm: Escape semicolon in thumb1.md
new 17d8a3da25c Revert "PR81358: Enable automatic linking of libatomic."
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:
Makefile.def | 20 ---------
Makefile.in | 113 -------------------------------------------------
Makefile.tpl | 1 -
configure | 5 ---
configure.ac | 5 ---
gcc/common.opt | 3 --
gcc/config.in | 6 ---
gcc/config/gnu-user.h | 3 +-
gcc/configure | 6 ---
gcc/configure.ac | 5 ---
gcc/doc/invoke.texi | 6 +--
gcc/gcc.cc | 7 ---
libatomic/Makefile.am | 7 +--
libatomic/Makefile.in | 6 +--
libatomic/configure | 29 +++----------
libatomic/configure.ac | 25 +++--------
16 files changed, 16 insertions(+), 231 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 binutils-gdb.
from 704452b488b Support Intel SM4 AVX10.2 extension
new bf63e092606 Fix typo in Python documentation
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/doc/python.texi | 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 releases/gcc-14
in repository gcc.
from f0caa19ff11 Daily bump.
new 9366c328518 arm: Fix LDRD register overlap [PR117675]
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/arm-protos.h | 1 +
gcc/config/arm/arm.cc | 24 ++++++++++++++++++++++
gcc/config/arm/constraints.md | 8 +++++++-
gcc/config/arm/predicates.md | 4 ++++
gcc/config/arm/sync.md | 2 +-
.../gcc.target/arm/{pr115153.c => pr117675.c} | 7 ++++---
6 files changed, 41 insertions(+), 5 deletions(-)
copy gcc/testsuite/gcc.target/arm/{pr115153.c => pr117675.c} (69%)
--
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 3d54e957c9 Hide memset/bzero from compiler
new e0a0fd64b5 Update syscall lists for Linux 6.12
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:
sysdeps/unix/sysv/linux/syscall-names.list | 4 ++--
1 file 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 40f243e9179 c++: Speed up compilation of large char array initializers [...]
new 15dbb0a9ee8 arm: Escape semicolon in thumb1.md
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/thumb1.md | 4 ++--
1 file 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 549af728833 gimple-fold: Fix up decode_field_reference xor handling [PR118081]
new 40f243e9179 c++: Speed up compilation of large char array initializers [...]
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/parser.cc | 101 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 101 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 master
in repository gcc.
from e2f6ed54f75 PR81358: Enable automatic linking of libatomic.
new 549af728833 gimple-fold: Fix up decode_field_reference xor handling [PR118081]
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/gimple-fold.cc | 2 +-
gcc/testsuite/gcc.dg/pr118081.c | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr118081.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 12dd892b1a3 OpenMP: Add declare variant's 'append_args' clause in C/C++
new e2f6ed54f75 PR81358: Enable automatic linking of libatomic.
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:
Makefile.def | 20 +++++++++
Makefile.in | 113 +++++++++++++++++++++++++++++++++++++++++++++++++
Makefile.tpl | 1 +
configure | 5 +++
configure.ac | 5 +++
gcc/common.opt | 3 ++
gcc/config.in | 6 +++
gcc/config/gnu-user.h | 3 +-
gcc/configure | 6 +++
gcc/configure.ac | 5 +++
gcc/doc/invoke.texi | 6 ++-
gcc/gcc.cc | 7 +++
libatomic/Makefile.am | 7 ++-
libatomic/Makefile.in | 6 ++-
libatomic/configure | 29 ++++++++++---
libatomic/configure.ac | 25 ++++++++---
16 files changed, 231 insertions(+), 16 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 84794671859 c++: Use type_id_in_expr_sentinel in 6 further spots in the parser
new 12dd892b1a3 OpenMP: Add declare variant's 'append_args' clause in C/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:
gcc/c-family/c-omp.cc | 2 +
gcc/c/c-parser.cc | 397 +++++++++++++++------
gcc/cp/decl.cc | 86 ++++-
gcc/cp/parser.cc | 287 ++++++++++-----
gcc/cp/pt.cc | 11 +-
gcc/gimplify.cc | 162 +++++++--
gcc/testsuite/c-c++-common/gomp/append-args-1.c | 83 +++++
gcc/testsuite/c-c++-common/gomp/append-args-2.c | 8 +
gcc/testsuite/c-c++-common/gomp/append-args-3.c | 57 +++
.../c-c++-common/gomp/declare-variant-2.c | 4 +-
gcc/testsuite/c-c++-common/gomp/dispatch-11.c | 58 ++-
gcc/testsuite/c-c++-common/gomp/dispatch-12.c | 20 +-
gcc/testsuite/g++.dg/gomp/append-args-1.C | 134 +++++++
gcc/testsuite/g++.dg/gomp/append-args-2.C | 53 +++
gcc/testsuite/g++.dg/gomp/append-args-3.C | 100 ++++++
15 files changed, 1197 insertions(+), 265 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/append-args-1.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/append-args-2.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/append-args-3.c
create mode 100644 gcc/testsuite/g++.dg/gomp/append-args-1.C
create mode 100644 gcc/testsuite/g++.dg/gomp/append-args-2.C
create mode 100644 gcc/testsuite/g++.dg/gomp/append-args-3.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.