This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13
in repository gcc.
from 7cbaf2f96ec target/110088: Improve operation of l-reg with const after [...]
new f980418ba0d Daily bump.
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 | 7 +++++++
gcc/DATESTAMP | 2 +-
2 files changed, 8 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 6f8e64989c2 target/110088: Improve operation of l-reg with const after [...]
new a55d4a7474c Daily bump.
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 | 7 +++++++
gcc/DATESTAMP | 2 +-
2 files changed, 8 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-11
in repository gcc.
from ca4a4cc0060 match.pd: Ensure (op CONSTANT_CLASS_P CONSTANT_CLASS_P) is [...]
new df1252abc5b Daily bump.
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 | 20 ++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
3 files changed, 29 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-10
in repository gcc.
from 3068cf0c9fe Daily bump.
new 0e95f779503 Daily bump.
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/DATESTAMP | 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 gcc.
from 57b30f0134d Don't try bswap + rotate when TYPE_PRECISION(n->type) > n->range.
new 829d5975485 Daily bump.
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:
ChangeLog | 6 ++
gcc/ChangeLog | 157 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/analyzer/ChangeLog | 18 ++++++
gcc/cp/ChangeLog | 16 +++++
gcc/fortran/ChangeLog | 18 ++++++
gcc/testsuite/ChangeLog | 133 ++++++++++++++++++++++++++++++++++++++++
libatomic/ChangeLog | 7 +++
libgm2/ChangeLog | 11 ++++
libgomp/ChangeLog | 16 +++++
libitm/ChangeLog | 7 +++
libstdc++-v3/ChangeLog | 4 ++
12 files changed, 394 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 master
in repository binutils-gdb.
from 21b9239b70d [AArch64] Fix architecture debug version constant thinkos
new 26cc2053e2e Automatic date update in version.in
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/version.h | 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 gdb-13-branch
in repository binutils-gdb.
from 52485dfc520 Automatic date update in version.in
new eef145e48cf Automatic date update in version.in
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/version.h | 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 binutils-2_40-branch
in repository binutils-gdb.
from 6a5f3aa6110 Automatic date update in version.in
new 390da71a789 Automatic date update in version.in
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/version.h | 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 gcc.
from 64ca6aa74b6 rtl-optimization: [PR102733] DSE removing address which onl [...]
new 49337040865 i386: Add missing vector truncate patterns [PR92658].
new 57b30f0134d Don't try bswap + rotate when TYPE_PRECISION(n->type) > n->range.
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/i386/mmx.md | 21 ++++++
gcc/gimple-ssa-store-merging.cc | 3 +
gcc/testsuite/gcc.target/i386/pr110067.c | 77 ++++++++++++++++++++++
.../gcc.target/i386/pr92658-avx512bw-trunc-2.c | 27 ++++++++
4 files changed, 128 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/pr110067.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr92658-avx512bw-trunc-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 glibc.
from 7f0d9e61f4 Fix all the remaining misspellings -- BZ 25337
new 2cbeda847b Fix a few more typos I missed in previous round -- BZ 25337
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:
elf/tst-ldconfig-p.sh | 2 +-
include/clone_internal.h | 2 +-
include/set-freeres.h | 2 +-
malloc/tst-malloc-tcache-leak.c | 2 +-
scripts/sort-makefile-lines.py | 6 +++---
stdio-common/vfprintf-process-arg.c | 2 +-
stdlib/test-atexit-recursive.c | 2 +-
sysdeps/aarch64/fpu/advsimd_utils.h | 2 +-
sysdeps/alpha/alphaev6/memcpy.S | 2 +-
sysdeps/hppa/nptl/bits/struct_rwlock.h | 2 +-
sysdeps/mach/hurd/x86_64/localplt.data | 2 +-
sysdeps/x86/htl/pt-machdep.h | 2 +-
12 files changed, 14 insertions(+), 14 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bootstrap_build/master-arm-bootstrap_debug
in repository toolchain/ci/base-artifacts.
from 4f86a0885c 31: onsuccess: #33: 0: [TCWG CI] https://ci.linaro.org/job/t [...]
new d98e6079ca 32: onsuccess: #34: 1: [TCWG CI] https://ci.linaro.org/job/t [...]
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:
01-reset_artifacts/console.log.xz | Bin 2248 -> 2156 bytes
02-prepare_abe/console.log.xz | Bin 2608 -> 2600 bytes
04-build_abe-bootstrap_debug/console.log.xz | Bin 158316 -> 480448 bytes
.../make-gcc-stage2.log.xz | Bin 5512 -> 433008 bytes
05-check_regression/console.log.xz | Bin 464 -> 468 bytes
06-update_baseline/console.log | 2 +-
git/gcc_rev | 2 +-
manifest.sh | 10 +++++-----
results | 2 +-
9 files changed, 8 insertions(+), 8 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bootstrap_build/master-aarch64-bootstrap_O1
in repository toolchain/ci/base-artifacts.
from e64eb50c6e 28: onsuccess: #30: 1: [TCWG CI] https://ci.linaro.org/job/t [...]
new deab4f0dcd 29: onsuccess: #31: 1: [TCWG CI] https://ci.linaro.org/job/t [...]
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:
01-reset_artifacts/console.log.xz | Bin 2120 -> 2156 bytes
02-prepare_abe/console.log.xz | Bin 2568 -> 2648 bytes
04-build_abe-bootstrap_O1/console.log.xz | Bin 271776 -> 271856 bytes
04-build_abe-bootstrap_O1/make-gcc-stage2.log.xz | Bin 218752 -> 219440 bytes
05-check_regression/console.log.xz | Bin 468 -> 468 bytes
git/gcc_rev | 2 +-
manifest.sh | 10 +++++-----
7 files changed, 6 insertions(+), 6 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
from 00c1f19092 65: onsuccess: #22: all: [TCWG CI] https://ci.linaro.org/job [...]
new c714aaedcc 66: onsuccess: #23: all: [TCWG CI] https://ci.linaro.org/job [...]
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:
01-reset_artifacts/console.log.xz | Bin 2068 -> 2320 bytes
02-prepare_abe/console.log.xz | Bin 2592 -> 2616 bytes
03-build_abe-binutils/console.log.xz | Bin 27752 -> 27384 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 17744 -> 17760 bytes
04-build_abe-stage1/console.log.xz | Bin 89496 -> 90052 bytes
04-build_abe-stage1/make-gcc-stage1.log.xz | Bin 69916 -> 70160 bytes
05-build_abe-qemu/console.log.xz | Bin 34620 -> 35372 bytes
05-build_abe-qemu/make-qemu.log.xz | Bin 27508 -> 27784 bytes
06-build_linux/console.log.xz | Bin 3768 -> 3180 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 444 -> 448 bytes
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
manifest.sh | 32 ++++++++++++++---------------
16 files changed, 19 insertions(+), 21 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bootstrap_build/master-aarch64-bootstrap_profiled_lto
in repository toolchain/ci/base-artifacts.
from 53493dbb3e 28: onsuccess: #30: 1: [TCWG CI] https://ci.linaro.org/job/t [...]
new aeaa37d1cf 29: onsuccess: #31: 1: [TCWG CI] https://ci.linaro.org/job/t [...]
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:
01-reset_artifacts/console.log.xz | Bin 2160 -> 2256 bytes
02-prepare_abe/console.log.xz | Bin 2600 -> 2640 bytes
04-build_abe-bootstrap_profiled_lto/console.log.xz | Bin 313860 -> 317280 bytes
.../make-gcc-stage2.log.xz | Bin 246776 -> 247688 bytes
05-check_regression/console.log.xz | Bin 468 -> 468 bytes
06-update_baseline/console.log | 2 +-
git/gcc_rev | 2 +-
manifest.sh | 10 +++++-----
8 files changed, 7 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.