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 21e608528c3 Automatic date update in version.in
new 392f8c40f0d LoongArch: Allow to relax instructions into NOPs after hand [...]
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:
bfd/elfnn-loongarch.c | 218 ++++++++++++++-------
ld/emultempl/loongarchelf.em | 2 +-
ld/testsuite/ld-loongarch-elf/ld-loongarch-elf.exp | 1 +
.../ld-loongarch-elf/relax-after-alignment.d | 30 +++
.../ld-loongarch-elf/relax-after-alignment.s | 49 +++++
5 files changed, 227 insertions(+), 73 deletions(-)
create mode 100644 ld/testsuite/ld-loongarch-elf/relax-after-alignment.d
create mode 100644 ld/testsuite/ld-loongarch-elf/relax-after-alignment.s
--
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 ec54a14239b vect: Fix VEC_WIDEN_PLUS_HI/LO choice for big-endian [PR118891]
new 559ddecabef aarch64: Add support for unpacked SVE FP comparisons
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/aarch64/aarch64-sve.md | 18 +-
gcc/config/aarch64/aarch64.cc | 56 +-
.../gcc.target/aarch64/sve/unpacked_fcm_1.c | 602 +++++++++++++++++++++
.../gcc.target/aarch64/sve/unpacked_fcm_2.c | 50 ++
4 files changed, 701 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/unpacked_fcm_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/unpacked_fcm_2.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 7891c0b450d Print discriminators in dump_scope_block
new cb2b5471516 aarch64: Fix ZIP1 order in aarch64_expand_vector_init [PR118891]
new 69c839c7361 aarch64: Fix neon-sve-bridge.c failures for big-endian
new bf3037e923e ext-dce: Fix subreg_lsb is_constant assumption
new ec54a14239b vect: Fix VEC_WIDEN_PLUS_HI/LO choice for big-endian [PR118891]
The 4 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/aarch64/aarch64-sve.md | 16 ++++++----------
gcc/config/aarch64/aarch64.cc | 7 +++++++
gcc/ext-dce.cc | 3 +--
gcc/tree-vect-stmts.cc | 2 ++
4 files changed, 16 insertions(+), 12 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 401199377c5 x86: Improve vector_loop/unrolled_loop for memset/memcpy
new 7891c0b450d Print discriminators in dump_scope_block
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/tree-ssa-live.cc | 5 ++++-
1 file changed, 4 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 releases/gcc-12
in repository gcc.
from 07fecdb36ec Daily bump.
new 1d577bebe14 Revert "c++: Fix a pasto in the PR120471 fix [PR120940]"
new 486c32501aa Revert "c++: Fix up cp_build_array_ref COND_EXPR handling [ [...]
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/typeck.cc | 130 ++--------------------
gcc/testsuite/g++.dg/parse/pr120471.C | 42 -------
gcc/testsuite/g++.dg/parse/pr120940.C | 18 ---
gcc/testsuite/g++.dg/ubsan/pr120471.C | 21 ----
gcc/testsuite/g++.dg/warn/Wduplicated-branches9.C | 11 --
5 files changed, 7 insertions(+), 215 deletions(-)
delete mode 100644 gcc/testsuite/g++.dg/parse/pr120471.C
delete mode 100644 gcc/testsuite/g++.dg/parse/pr120940.C
delete mode 100644 gcc/testsuite/g++.dg/ubsan/pr120471.C
delete mode 100644 gcc/testsuite/g++.dg/warn/Wduplicated-branches9.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 849878d4fd4 fortran: Add the preliminary code of MOVE_ALLOC arguments
new 66455591fac c++: Pedwarn on invalid decl specifiers for for-range-decla [...]
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 | 30 ++++++++++++++++++++++-
gcc/testsuite/g++.dg/cpp0x/range-for40.C | 41 +++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/range-for41.C | 42 ++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/range-for42.C | 41 +++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/range-for43.C | 42 ++++++++++++++++++++++++++++++++
5 files changed, 195 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/range-for40.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/range-for41.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/range-for42.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/range-for43.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 be07dd9a96a crc: Error out on non-constant poly arguments for the crc b [...]
new 849878d4fd4 fortran: Add the preliminary code of MOVE_ALLOC arguments
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/fortran/trans-intrinsic.cc | 5 +
gcc/testsuite/gfortran.dg/move_alloc_20.f03 | 151 ++++++++++++++++++++++++++++
2 files changed, 156 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/move_alloc_20.f03
--
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 a96bcdf0fce Daily bump.
new be07dd9a96a crc: Error out on non-constant poly arguments for the crc b [...]
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/builtins.cc | 12 +++++++++---
gcc/doc/extend.texi | 4 ++--
gcc/internal-fn.cc | 11 ++++++++---
gcc/testsuite/gcc.dg/crc-non-cst-poly-1.c | 11 +++++++++++
4 files changed, 30 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/crc-non-cst-poly-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 glibc.
from b80f108b55 htl: Drop ptr_pthread_once from pthread_functions
new 6afece738c htl: move __pthread_get_cleanup_stack to libc
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:
htl/Makefile | 2 +-
htl/Versions | 3 +--
htl/forward.c | 3 ---
htl/pt-cleanup.c | 10 ++++++++--
htl/pt-initialize.c | 1 -
sysdeps/htl/include/bits/cancelation.h | 5 +++++
sysdeps/htl/libc-lock.h | 19 ++++---------------
sysdeps/htl/pthread-functions.h | 2 --
sysdeps/htl/pthreadP.h | 2 +-
sysdeps/mach/hurd/Makefile | 3 ++-
sysdeps/mach/hurd/i386/libc.abilist | 1 +
sysdeps/mach/hurd/i386/libpthread.abilist | 1 -
sysdeps/mach/hurd/x86_64/libpthread.abilist | 1 -
13 files changed, 23 insertions(+), 30 deletions(-)
create mode 100644 sysdeps/htl/include/bits/cancelation.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.