This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check_bootstrap/release-aarch64-check_bootstrap_lto
in repository toolchain/ci/gcc.
from f805800317e Daily bump.
adds 0da057c7d95 Daily bump.
adds cdc254edf4e Daily bump.
adds eb6f6f638a5 libstdc++: Add deduction guides for std::packaged_task [PR105375]
adds c5d458ec228 libphobos: Don't call free on the TLS array in the emutls d [...]
adds 5890602408c libphobos: Give _Unwind_Exception an alignment that best re [...]
adds 8790ff545d2 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
libphobos/ChangeLog | 16 ++++++++
libphobos/libdruntime/gcc/emutls.d | 8 ++--
libphobos/libdruntime/gcc/unwind/generic.d | 22 +++++++++-
libstdc++-v3/ChangeLog | 9 ++++
libstdc++-v3/include/std/future | 11 +++++
.../packaged_task}/cons/deduction.cc | 48 +++++++++++-----------
7 files changed, 86 insertions(+), 30 deletions(-)
copy libstdc++-v3/testsuite/{20_util/function => 30_threads/packaged_task}/cons/de [...]
--
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_check_bootstrap/release-aarch64-check_bootstrap_lto
in repository toolchain/ci/binutils-gdb.
from 661f63c165 Automatic date update in version.in
adds 334a1f8735 Automatic date update in version.in
adds d9229193f1 Automatic date update in version.in
adds 600c091812 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_gcc_check_bootstrap/release-aarch64-check_bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards 21e86a84d 0: update: binutils-gcc: 1
new e16c76a66 0: update: binutils-gcc: 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 (21e86a84d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/rele [...]
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 -> 1576 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 38240 -> 38388 bytes
04-build_abe-bootstrap_lto/console.log.xz | Bin 249860 -> 249884 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3820 -> 3816 bytes
06-build_abe-check_bootstrap_lto/console.log.xz | Bin 2316 -> 2324 bytes
07-check_regression/console.log.xz | Bin 3288 -> 2520 bytes
07-check_regression/results.compare | 52 +-
07-check_regression/results.compare2 | 95 +-
08-update_baseline/console.log | 299 +-
08-update_baseline/results.compare | 52 +-
08-update_baseline/results.compare2 | 95 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3431728 -> 3409940 bytes
sumfiles/g++.sum | 122 +-
sumfiles/gcc.log.xz | Bin 2947148 -> 2963348 bytes
sumfiles/gcc.sum | 4334 +++++++++++------------
sumfiles/gfortran.log.xz | Bin 863056 -> 872044 bytes
sumfiles/gfortran.sum | 38 +-
sumfiles/libatomic.log.xz | Bin 2336 -> 2340 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 145340 -> 145660 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2712 -> 2712 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 442080 -> 444472 bytes
sumfiles/libstdc++.sum | 13 +-
27 files changed, 2403 insertions(+), 2735 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 6c211e70eb9 testsuite: Add arm testcase for PR105374
new 3e0c9fdfd00 fortran: Avoid infinite self-recursion [PR105381]
new 6a460a2007d fortran: Compare non-constant bound expressions. [PR105379]
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/array.cc | 27 +++++++++++++---------
gcc/fortran/trans-array.cc | 7 +++---
.../gfortran.dg/character_array_dummy_1.f90 | 21 +++++++++++++++++
gcc/testsuite/gfortran.dg/class_dummy_8.f90 | 20 ++++++++++++++++
gcc/testsuite/gfortran.dg/class_dummy_9.f90 | 20 ++++++++++++++++
5 files changed, 81 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/character_array_dummy_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/class_dummy_8.f90
create mode 100644 gcc/testsuite/gfortran.dg/class_dummy_9.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-arm-bootstrap
in repository toolchain/ci/binutils-gdb.
from 16538271c8 Revert pr29072 lto test changes
adds 639d467b08 Fix potential buffer overruns when creating DLLs.
No new revisions were added by this update.
Summary of changes:
ld/ChangeLog | 10 ++++++++++
ld/pe-dll.c | 58 +++++++++++++++++++++++++++++++++++++++++++---------------
2 files changed, 53 insertions(+), 15 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-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards 2240626ea 0: update: binutils-gcc: 2
new daecd74d2 0: update: binutils-gcc: 2
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 (2240626ea)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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 1508 -> 1528 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2736 bytes
04-build_abe-binutils/console.log.xz | Bin 52888 -> 51268 bytes
05-build_abe-bootstrap/console.log.xz | Bin 461488 -> 461328 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 ----------------------------------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 6 insertions(+), 42 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_check_binutils/master-aarch64
in repository toolchain/ci/gdb.
from 3f0423f913 gdbsupport/pathstuff.h: #include <array> explicitly for std: [...]
adds 0b60b96344 PowerPC: Update expected floating point output for gdb.arch/ [...]
adds 6bdd7cf11d gdb: make some random Python files Python 3-compatible
adds c62dced2d4 bsd-kvm: Fix build after recent changes to path handling functions.
adds f93c6e0a2e i386: Pass -z noexecstack to linker tests
adds bfdb52f83c Handle encoding failures in Windows thread names
adds 6be98d075c Add recording support for the ISA 3.1 PowerPC instructions.
adds 1bc0d95ead GDB PowerPC record test cases for ISA 2.06 and ISA 3.1
adds 2538fcd3f4 Automatic date update in version.in
adds 019a5c6297 gdb/testsuite: use with_cwd where possible
adds 16538271c8 Revert pr29072 lto test changes
new 639d467b08 Fix potential buffer overruns when creating DLLs.
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 +-
gdb/bsd-kvm.c | 24 +-
gdb/contrib/test_pubnames_and_indexes.py | 30 +-
gdb/nat/windows-nat.c | 21 +-
gdb/rs6000-tdep.c | 1195 +++++++++++++++++++-
gdb/system-gdbinit/elinos.py | 2 +-
gdb/system-gdbinit/wrs-linux.py | 4 +-
gdb/testsuite/gdb.arch/altivec-regs.exp | 8 +-
gdb/testsuite/gdb.arch/vsx-regs.exp | 31 +-
gdb/testsuite/gdb.base/completion.exp | 7 +-
gdb/testsuite/gdb.base/fullname.exp | 12 +-
gdb/testsuite/gdb.base/fullpath-expand.exp | 14 +-
gdb/testsuite/gdb.base/settings.exp | 8 +-
gdb/testsuite/gdb.base/source-dir.exp | 41 +-
gdb/testsuite/gdb.linespec/break-ask.exp | 23 +-
gdb/testsuite/gdb.linespec/macro-relative.exp | 13 +-
.../ppc_record_test_isa_2_06.c} | 45 +-
.../gdb.reverse/ppc_record_test_isa_2_06.exp | 105 ++
.../gdb.reverse/ppc_record_test_isa_3_1.c | 95 ++
.../gdb.reverse/ppc_record_test_isa_3_1.exp | 341 ++++++
gdb/testsuite/lib/ada.exp | 8 +-
ld/ChangeLog | 10 +
ld/pe-dll.c | 58 +-
ld/testsuite/ld-i386/i386.exp | 6 +-
ld/testsuite/ld-plugin/lto-3r.d | 2 +-
ld/testsuite/ld-plugin/lto-5r.d | 2 +-
ld/testsuite/ld-plugin/lto.exp | 4 +-
27 files changed, 1913 insertions(+), 198 deletions(-)
copy gdb/testsuite/{gdb.arch/amd64-entry-value-inline.c => gdb.reverse/ppc_record_ [...]
create mode 100644 gdb/testsuite/gdb.reverse/ppc_record_test_isa_2_06.exp
create mode 100644 gdb/testsuite/gdb.reverse/ppc_record_test_isa_3_1.c
create mode 100644 gdb/testsuite/gdb.reverse/ppc_record_test_isa_3_1.exp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.