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 df783ecbaae libstdc++: Fix filesystem::temp_directory_path [PR101709]
new 15798c5d50f fortran: Fix conv of UNION constructors [PR105310]
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-expr.c | 4 +--
gcc/testsuite/gfortran.dg/dec_union_12.f90 | 43 ++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+), 2 deletions(-)
create mode 100755 gcc/testsuite/gfortran.dg/dec_union_12.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_kernel/gnu-release-arm-lts-defconfig
in repository toolchain/ci/binutils-gdb.
from 18e8fb6965 Automatic date update in version.in
adds 606ada8510 Automatic date update in version.in
adds be52d32160 Automatic date update in version.in
adds f9b660d1d6 Automatic date update in version.in
adds e2d90f8c8d 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_kernel/gnu-release-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 39249044 0: update: binutils-gcc-linux-qemu: boot
new 42dc3ec1 0: update: binutils-gcc-linux-qemu: boot
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 (39249044)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 1564 -> 1808 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 29876 -> 29992 bytes
04-build_abe-stage1/console.log.xz | Bin 85356 -> 85760 bytes
05-build_abe-qemu/console.log.xz | Bin 30076 -> 31252 bytes
06-build_linux/console.log.xz | Bin 3476 -> 3464 bytes
07-boot_linux/console.log.xz | Bin 5980 -> 5944 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 22 +++++++++++-----------
10 files changed, 19 insertions(+), 19 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 1e6c0e69af8 libstdc++: Work around modules ICE in <charconv> [PR105297]
new c049f638da4 fortran: Fix conv of UNION constructors [PR105310]
new 93b65ed9706 c++: wrong error with constexpr COMPOUND_EXPR [PR105321]
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/constexpr.cc | 9 +++---
gcc/fortran/trans-expr.cc | 4 +--
gcc/testsuite/g++.dg/cpp0x/constexpr-105321.C | 18 +++++++++++
gcc/testsuite/gfortran.dg/dec_union_12.f90 | 43 +++++++++++++++++++++++++++
4 files changed, 67 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-105321.C
create mode 100755 gcc/testsuite/gfortran.dg/dec_union_12.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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/gcc.
from 5bde80f48bc c++: Fall through for arrays of T vs T cv [PR104996]
adds 29a25a60383 Daily bump.
adds 6a4e9934545 runtime: use correct field name for PPC32 GLIBC registers
adds 504b02c70ab emit-rtl: Fix -fcompare-debug bug with label references in [...]
adds 811c7fbd147 Support --compress-debug-sections for ld.mold.
adds cf37107522f libstdc++: Remove bogus assertion in std::from_chars [PR105324]
adds 1e6c0e69af8 libstdc++: Work around modules ICE in <charconv> [PR105297]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 28 +++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/configure | 10 +++++--
gcc/configure.ac | 10 +++++--
gcc/cp/ChangeLog | 6 ++++
gcc/emit-rtl.cc | 3 +-
gcc/go/gofrontend/MERGE | 2 +-
gcc/testsuite/ChangeLog | 19 ++++++++++++
gcc/testsuite/gfortran.dg/g77/pr105203.f | 20 +++++++++++++
libgo/runtime/go-signal.c | 35 ++++++++++++++--------
libstdc++-v3/ChangeLog | 14 +++++++++
libstdc++-v3/include/std/charconv | 4 ++-
libstdc++-v3/src/c++17/floating_from_chars.cc | 1 -
.../testsuite/20_util/from_chars/pr105324.cc | 14 +++++++++
14 files changed, 147 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/g77/pr105203.f
create mode 100644 libstdc++-v3/testsuite/20_util/from_chars/pr105324.cc
--
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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/binutils-gdb.
from b750766ac9 gdb/testsuite: Introduce and use gdb_spawn_attach_cmdline
adds 52449404c4 gdb/debuginfod: Prevent out_of_range exception
adds cae84d1c77 Automatic date update in version.in
adds 96d2cea340 Delete unused COFF gas macro
adds afa7150c8d ld testsuite xcoff XPASS
adds 333cd559ba prune .note.GNU-stack warning from testsuite
adds 9cf71b1354 gdb.debuginfod/fetch_src_and_symbols.exp: Fix "notice empty [...]
adds 9d748d023d gdb/testsuite: add binary testcases to py-format-string.exp
new 78088b8960 gdb_spawn_attach_cmdline: use unsupported instead of untested
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 +-
binutils/testsuite/lib/binutils-common.exp | 5 +-
gas/config/obj-coff.h | 9 ++--
gdb/debuginfod-support.c | 7 +--
.../gdb.debuginfod/fetch_src_and_symbols.exp | 62 ++++++++++++++++++++++
gdb/testsuite/gdb.python/py-format-string.exp | 37 +++++++++++++
gdb/testsuite/lib/gdb.exp | 2 +-
ld/testsuite/ld-cris/globsymw2.s | 2 +-
ld/testsuite/ld-cris/warn3.d | 2 +-
ld/testsuite/ld-elf/elf.exp | 14 +++--
ld/testsuite/ld-scripts/defined5.d | 2 -
11 files changed, 123 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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards 99fd7266 2: update: binutils-gcc: 0
new 24b30cc9 2: update: binutils-gcc: 0
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 (99fd7266)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 1540 -> 1516 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 21228 -> 24620 bytes
06-check_regression/console.log.xz | Bin 412 -> 412 bytes
07-update_baseline/console.log | 46 +++++++++++++++++------------------
jenkins/manifest.sh | 10 ++++----
6 files changed, 28 insertions(+), 28 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.