This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f85fdf59c91 IBM Z: Cover weak symbols with -munaligned-symbols
new b77691a90fc Fortran: update DATE_AND_TIME intrinsic for Fortran 2018 [PR96580]
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/check.cc | 48 +++++++++++++++++++++++++++
gcc/fortran/intrinsic.texi | 39 +++++++++++-----------
gcc/testsuite/gfortran.dg/date_and_time_2.f90 | 21 ++++++++++++
gcc/testsuite/gfortran.dg/date_and_time_3.f90 | 29 ++++++++++++++++
gcc/testsuite/gfortran.dg/date_and_time_4.f90 | 30 +++++++++++++++++
libgfortran/intrinsics/date_and_time.c | 32 ++++++++++++++++--
6 files changed, 177 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/date_and_time_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/date_and_time_3.f90
create mode 100644 gcc/testsuite/gfortran.dg/date_and_time_4.f90
--
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_gnu_embed_build/master-thumb_m23_eabi
in repository toolchain/ci/base-artifacts/tcwg_gnu_embed_build/master-thumb_m23_eabi.
from 3706c70 onsuccess: #74: 7: [TCWG CI] https://ci.linaro.org/job/tcwg_g [...]
new 40135e9 onsuccess: #75: 7: [TCWG CI] https://ci.linaro.org/job/tcwg_g [...]
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 2348 -> 2352 bytes
02-prepare_abe/console.log.xz | Bin 2628 -> 2660 bytes
04-build_abe-binutils/console.log.xz | Bin 27356 -> 27228 bytes
04-build_abe-binutils/make-binutils.log.xz | Bin 17644 -> 17608 bytes
05-build_abe-stage1/console.log.xz | Bin 90908 -> 91300 bytes
05-build_abe-stage1/make-gcc-stage1.log.xz | Bin 70856 -> 70940 bytes
06-clean_sysroot/console.log.xz | Bin 372 -> 372 bytes
07-build_abe-newlib/console.log.xz | Bin 13240 -> 12796 bytes
07-build_abe-newlib/make-newlib.log.xz | Bin 7044 -> 7040 bytes
08-build_abe-stage2/console.log.xz | Bin 125344 -> 125880 bytes
08-build_abe-stage2/make-gcc-stage2.log.xz | Bin 96892 -> 97032 bytes
09-build_abe-gdb/console.log.xz | Bin 35212 -> 35144 bytes
09-build_abe-gdb/make-gdb.log.xz | Bin 26932 -> 26836 bytes
10-build_abe-qemu/console.log.xz | Bin 32300 -> 32328 bytes
10-build_abe-qemu/make-qemu.log.xz | Bin 21888 -> 21920 bytes
11-check_regression/console.log.xz | Bin 1288 -> 1284 bytes
README.html | 76 +--
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/newlib_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/notify-full.log | 971 ++++++++++++++++++++---------
jenkins/notify-init.log | 96 ++-
jenkins/run-build.env | 6 +-
manifest.sh | 6 +-
notify/jira/comment-template.txt | 2 +-
notify/mail-body.txt | 54 +-
notify/mail-subject.txt | 2 +-
29 files changed, 791 insertions(+), 432 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 linux.
from ceb6a6f023fd Linux 6.7-rc6
new 1ca2761a7734 spi: atmel: Do not cancel a transfer upon any signal
new 49d8575ca613 spi: atmel: Drop unused defines
new 890188d2d7e4 spi: atmel: Prevent spi transfers from being killed
new 7a733e060bd2 spi: cadence: revert "Add SPI transfer delays"
new e9b220aeacf1 spi: spi-imx: correctly configure burst length when using dma
new fc70d643a2f6 spi: atmel: Fix clock issue when using devices with differ [...]
new 26d6084791bb Merge tag 'spi-fix-v6.7-rc7' of git://git.kernel.org/pub/s [...]
new c5becf57dd56 Revert "scsi: aacraid: Reply queue mapping to CPUs based o [...]
new 77a672556096 scsi: ufs: core: Store min and max clk freq from OPP table
new 2cf4f94d8e86 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
The 10 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:
drivers/scsi/aacraid/aacraid.h | 1 -
drivers/scsi/aacraid/commsup.c | 6 +--
drivers/scsi/aacraid/linit.c | 14 ------
drivers/scsi/aacraid/src.c | 25 +----------
drivers/spi/spi-atmel.c | 95 +++++++++++++++++++++++++++++++++++-----
drivers/spi/spi-cadence.c | 1 -
drivers/spi/spi-imx.c | 15 +++++--
drivers/ufs/host/ufshcd-pltfrm.c | 54 +++++++++++++++++++++++
8 files changed, 153 insertions(+), 58 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 glibc.
from 442983319b x86/cet: Don't assume that SHSTK implies IBT
new e957308723 x86: Unifies 'strlen-evex' and 'strlen-evex512' implementations.
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/x86_64/multiarch/strlen-evex-base.S | 380 ++++++++++++----------------
sysdeps/x86_64/multiarch/strlen-evex.S | 250 +-----------------
sysdeps/x86_64/multiarch/strnlen-evex512.S | 266 ++++++++++++++++++-
sysdeps/x86_64/multiarch/wcslen-evex512.S | 6 +-
sysdeps/x86_64/multiarch/wcsnlen-evex512.S | 9 +-
5 files changed, 439 insertions(+), 472 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.