This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b04c399e258 c++: Fix location for -Wunused-macros [PR66290]
new 0110cfd5449 Fortran: fix invalid rank error in ASSOCIATED when rank is [...]
new d325e7048c8 Fortran: detect blanks within literal constants in free-for [...]
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/fortran/check.cc | 23 ++++++++++++++++--
gcc/fortran/match.cc | 24 +++++++++++--------
gcc/fortran/match.h | 6 ++---
gcc/fortran/primary.cc | 14 +++--------
gcc/testsuite/gfortran.dg/associated_target_9a.f90 | 27 ++++++++++++++++++++++
gcc/testsuite/gfortran.dg/associated_target_9b.f90 | 23 ++++++++++++++++++
gcc/testsuite/gfortran.dg/literal_constants.f | 20 ++++++++++++++++
gcc/testsuite/gfortran.dg/literal_constants.f90 | 24 +++++++++++++++++++
8 files changed, 136 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/associated_target_9a.f90
create mode 100644 gcc/testsuite/gfortran.dg/associated_target_9b.f90
create mode 100644 gcc/testsuite/gfortran.dg/literal_constants.f
create mode 100644 gcc/testsuite/gfortran.dg/literal_constants.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_native_build/master-arm
in repository toolchain/ci/gdb.
from 61b9faef51 [gdb/testsuite] Fix gdb.ada/literals.exp with aarch64
adds 55ea1654ab Automatic date update in version.in
No new revisions were added by this update.
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm
in repository toolchain/ci/glibc.
from c804cd1c00 Create ChangeLog.old/ChangeLog.25.
adds 5fded9c445 Open master branch for glibc 2.37 development
No new revisions were added by this update.
Summary of changes:
NEWS | 23 +++++++++++++++++++++++
version.h | 4 ++--
2 files changed, 25 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm
in repository toolchain/ci/linux.
from 620725263f42 Merge tag 'mm-hotfixes-stable-2022-07-29' of git://git.ker [...]
adds fb0fd3469ead ARM: 9216/1: Fix MAX_DMA_ADDRESS overflow
adds ec85bd369fd2 ARM: findbit: fix overflowing offset
adds 6a010258447d Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
adds be76ceaf03bc EDAC/synopsys: Use the correct register to disable the err [...]
adds 4bcffe941758 EDAC/synopsys: Re-enable the error interrupts on v3 hw
adds 5e2805d53796 EDAC/ghes: Set the DIMM label unconditionally
new cd2715b7929b Merge tag 'edac_urgent_for_v5.19' of git://git.kernel.org/ [...]
new 6eebd5fb2083 locking/rwsem: Allow slowpath writer to ignore handoff bit [...]
new 5e4823e6dab8 Merge tag 'locking_urgent_for_v5.19' of git://git.kernel.o [...]
new 871808fd6981 x86/configs: Update configs in x86_debug.config
new 5bb6c1d1126e Revert "x86/sev: Expose sev_es_ghcb_hv_call() for use by HyperV"
new 571c30b1a884 x86/bugs: Do not enable IBPB at firmware entry when IBPB i [...]
new ea304a8b89fd docs/kernel-parameters: Update descriptions for "mitigatio [...]
new 89caf575400a Merge tag 'x86_urgent_for_v5.19' of git://git.kernel.org/p [...]
new 8dc592c41f38 clk: sunxi-ng: Fix H6 RTC clock definition
new 334c0ef6429f Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...]
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:
Documentation/admin-guide/kernel-parameters.txt | 2 ++
arch/arm/include/asm/dma.h | 2 +-
arch/arm/lib/findbit.S | 16 ++++-----
arch/x86/include/asm/sev.h | 7 +---
arch/x86/kernel/cpu/bugs.c | 1 +
arch/x86/kernel/sev-shared.c | 25 +++++---------
arch/x86/kernel/sev.c | 17 +++++-----
drivers/clk/sunxi-ng/ccu-sun50i-h6-r.c | 1 +
drivers/edac/ghes_edac.c | 11 +++++--
drivers/edac/synopsys_edac.c | 44 ++++++++++++++-----------
kernel/configs/x86_debug.config | 3 +-
kernel/locking/rwsem.c | 30 +++++++++++------
12 files changed, 85 insertions(+), 74 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_gnu_native_build/master-arm
in repository toolchain/ci/gcc.
from 2fa8c4a659a xtensa: Fix conflicting hard regno between indirect sibcall [...]
adds a63b99f24df libgo: use SYS_timer_settime32
adds 9ef2c9aa5b3 Daily bump.
adds 9efe4e153d9 c++: constexpr, empty base after non-empty [PR106369]
adds 351e3cad2c5 PR bootstrap/106472: Add libgo depends on libbacktrace to M [...]
adds b04c399e258 c++: Fix location for -Wunused-macros [PR66290]
No new revisions were added by this update.
Summary of changes:
Makefile.def | 3 ++-
gcc/ChangeLog | 11 +++++++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/c-common.cc | 10 ++++++----
gcc/c-family/c-common.h | 8 +++++---
gcc/c-family/c-opts.cc | 6 ++++++
gcc/cp/constexpr.cc | 8 +++++++-
gcc/cp/parser.cc | 2 +-
gcc/go/gofrontend/MERGE | 2 +-
gcc/testsuite/c-c++-common/pragma-diag-15.c | 2 +-
gcc/testsuite/g++.dg/cpp1z/constexpr-lambda27.C | 26 +++++++++++++++++++++++++
libgo/sysinfo.c | 5 +++++
12 files changed, 72 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-lambda27.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm
in repository toolchain/ci/binutils-gdb.
from 61b9faef51 [gdb/testsuite] Fix gdb.ada/literals.exp with aarch64
adds 55ea1654ab Automatic date update in version.in
No new revisions were added by this update.
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm
in repository toolchain/ci/base-artifacts.
discards f12744be 0: update: binutils-gcc-linux-glibc-gdb: 6
new 49c674ec 0: update: binutils-gcc-linux-glibc-gdb: 6
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f12744be)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/master- [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 1608 -> 1620 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2744 bytes
04-build_abe-binutils/console.log.xz | Bin 52040 -> 50880 bytes
05-build_abe-gcc/console.log.xz | Bin 235372 -> 233592 bytes
06-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
07-build_abe-linux/console.log.xz | Bin 8840 -> 8752 bytes
08-build_abe-glibc/console.log.xz | Bin 233936 -> 231860 bytes
09-build_abe-gdb/console.log.xz | Bin 50708 -> 49824 bytes
10-check_regression/console.log.xz | Bin 420 -> 416 bytes
11-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 26 +++++++++++++-------------
11 files changed, 21 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_gnu_cross_check_gcc/master-aarch64
in repository toolchain/ci/glibc.
from c804cd1c00 Create ChangeLog.old/ChangeLog.25.
adds 5fded9c445 Open master branch for glibc 2.37 development
No new revisions were added by this update.
Summary of changes:
NEWS | 23 +++++++++++++++++++++++
version.h | 4 ++--
2 files changed, 25 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64
in repository toolchain/ci/gcc.
from 351e3cad2c5 PR bootstrap/106472: Add libgo depends on libbacktrace to M [...]
adds b04c399e258 c++: Fix location for -Wunused-macros [PR66290]
No new revisions were added by this update.
Summary of changes:
gcc/c-family/c-common.cc | 10 ++++++----
gcc/c-family/c-common.h | 8 +++++---
gcc/c-family/c-opts.cc | 6 ++++++
gcc/cp/parser.cc | 2 +-
gcc/testsuite/c-c++-common/pragma-diag-15.c | 2 +-
5 files changed, 19 insertions(+), 9 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_gnu_cross_check_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 365e9377 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new 3a1fe2fd 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (365e9377)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/mast [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 1624 -> 1648 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2764 bytes
03-build_abe-binutils/console.log.xz | Bin 30428 -> 30428 bytes
04-build_abe-stage1/console.log.xz | Bin 73104 -> 73532 bytes
05-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
06-build_abe-linux/console.log.xz | Bin 9136 -> 9112 bytes
07-build_abe-glibc/console.log.xz | Bin 239692 -> 239276 bytes
08-build_abe-stage2/console.log.xz | Bin 202572 -> 203356 bytes
09-build_abe-gdb/console.log.xz | Bin 37708 -> 37728 bytes
10-build_abe-qemu/console.log.xz | Bin 31560 -> 31608 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3928 -> 3884 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2676 -> 3304 bytes
13-check_regression/console.log.xz | Bin 2640 -> 2588 bytes
13-check_regression/results.compare | 24 +-
13-check_regression/results.compare2 | 67 +-
14-update_baseline/console.log | 243 +-
14-update_baseline/results.compare | 24 +-
14-update_baseline/results.compare2 | 67 +-
jenkins/manifest.sh | 16 +-
sumfiles/g++.log.xz | Bin 3377660 -> 3383064 bytes
sumfiles/g++.sum | 161 +-
sumfiles/gcc.log.xz | Bin 2991952 -> 2991772 bytes
sumfiles/gcc.sum | 5164 ++++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 1029520 -> 1029516 bytes
sumfiles/gfortran.sum | 92 +-
sumfiles/libatomic.log.xz | Bin 2296 -> 2288 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 199928 -> 199980 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2660 -> 2656 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 418816 -> 423308 bytes
sumfiles/libstdc++.sum | 16 +-
33 files changed, 2927 insertions(+), 2973 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.