This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_stm32/gnu_eabi-master-arm_eabi-coremark-O3-vs-O3_LTO
in repository toolchain/ci/newlib.
from f20641789 Cygwin: pty: Reduce unecessary input transfer.
adds 2b94fad48 Cygwin: pty: Fix a bug in input transfer for GDB.
adds ad2877505 Cygwin: console: Abort read() on signal if SA_RESTART is not set.
adds 2caca3030 winsup/doc/posix.xml: add note for getrlimit, setrlimit, xref [...]
adds 571e73067 Complete revert of 2019-08-19, st_atime in libc/include/sys/stat.h
adds ff4440fcf Cygwin: console: Introduce new thread which handles input signal.
adds c1a565c39 Include malloc.h in libc/stdlib/aligned_alloc.c
adds a8d99824b cpuinfo: fix check for cpuid 0x80000007 support
adds 038d4a78f cpuinfo: add AVX features; move SME, SEV/_ES features
adds 2b9219b4a Cygwin: console: Fix SIGWINCH handling in Win7.
adds 48285aa36 Cygwin: console: Fix handling of Ctrl-S in Win7.
adds b07b5829f Cygwin: Add console fix regarding Ctrl-Z etc. to release notes.
adds 9a7e6073d Cygwin: pty: Reflect tty settings to pseudo console mode.
adds 1c70319bd Cygwin: pty: Make tty setting NOFLSH work.
adds 9677efcf0 Cygwin: pty: Make FLUSHO and Ctrl-O work.
adds b56a37143 Cygwin: console: Add support for FLUSHO and Ctrl-O.
adds 543e39bb1 Cygwin: default to O_BINARY in fhandler_base::reset_to_open_b [...]
adds 6d898f43f Cygwin: realpath: fix cygwin installation dir being access vi [...]
adds e67679fca Cygwin: define fhandler_fifo::fstat
adds 70f636086 Cygwin: fstat_helper: always use handle in call to get_file_a [...]
adds 246121534 Cygwin: FIFO: temporarily keep a conv_handle in syscalls.cc:open
adds 18b91fbe5 Cygwin: pty: Fix segfault caused when tcflush() is called.
adds 6cde7279a Cygwin: console: Prevent NULL pointer access in close().
adds 2911d50e7 Bump config.guess and config.sub
adds 949fe7bec Cygwin: AF_UNIX: allow opening with the O_PATH flag
adds 117ddd9dd Cygwin: facl: fail with EBADF on files opened with O_PATH
adds 1a6fd3f05 Set __IEEE_BIG_ENDIAN for big endian RISC-V
adds 26478769a RISC-V: Fix optimized strcmp on big endian
adds 2f24c0b99 Cygwin: fix fstat on sockets that are not socket files
adds 8889d2101 Cygwin: fix fstatvfs on sockets that are not socket files
adds 1a9ceab5d Cygwin: fix fchmod on sockets that are not socket files
adds cb0e71d3f Cygwin: fix fchown on sockets that are not socket files
adds 012427c96 Cygwin: fix facl on sockets that are not socket files
adds 425203384 Cygwin: fix linkat(2) on sockets that are not socket files
adds 182ba1f02 Cygwin: simplify linkat with AT_EMPTY_PATH
adds 919dea66d Cygwin: pty: Fix a race issue in startup of pseudo console.
adds 5cf99d2f6 Cygwin: console: Fix restoring console mode failure.
adds 1debd4d63 Regenerate lib/posix/Makefile.in
adds 582628d55 Revert "Cygwin: Make sure newer apps get uname_x even when lo [...]
adds 4e16e575d Cygwin: pty: Discard input already accepted on interrupt.
adds b92a6303f Cygwin: console, pty: Stop ignoring Ctrl-C by IGNBRK.
adds abc8acb6a Cygwin: update release notes for 3.2.0
adds 07e2ce9f5 Cygwin: update release notes for 3.2.0, part 2
adds 850b5a9aa Cygwin: pty: Attach to stub process when non-cygwin app inher [...]
adds a9ff2cad6 Cygwin: update release notes for 3.2.0
adds 12325677f Cygwin: pty: Transfer input for native app only if the stdin [...]
new 1eaa9b08a Cygwin: update release notes for 3.2.0, part 4
new 11ae6943e Cygwin: update release notes for 3.2.0, part 5
new d10d0d9b0 Cygwin: pty: Transfer input only if the stdin is a pty.
The 3 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:
config.guess | 536 +++++++++++++++++---------
config.sub | 681 ++++++++++++++++++---------------
newlib/libc/include/machine/ieeefp.h | 4 +
newlib/libc/include/sys/stat.h | 2 +-
newlib/libc/machine/riscv/strcmp.S | 40 +-
newlib/libc/posix/Makefile.in | 19 +-
newlib/libc/stdlib/aligned_alloc.c | 1 +
winsup/cygwin/cygheap.cc | 13 +
winsup/cygwin/exceptions.cc | 1 +
winsup/cygwin/fhandler.h | 23 +-
winsup/cygwin/fhandler_console.cc | 497 +++++++++++++-----------
winsup/cygwin/fhandler_disk_file.cc | 3 +-
winsup/cygwin/fhandler_fifo.cc | 23 ++
winsup/cygwin/fhandler_proc.cc | 46 +--
winsup/cygwin/fhandler_socket_local.cc | 39 +-
winsup/cygwin/fhandler_socket_unix.cc | 82 +++-
winsup/cygwin/fhandler_termios.cc | 7 +-
winsup/cygwin/fhandler_tty.cc | 119 ++++--
winsup/cygwin/include/cygwin/version.h | 3 -
winsup/cygwin/release/3.2.0 | 40 +-
winsup/cygwin/sec_acl.cc | 5 +
winsup/cygwin/select.cc | 9 +-
winsup/cygwin/spawn.cc | 47 ++-
winsup/cygwin/syscalls.cc | 46 ++-
winsup/cygwin/tty.cc | 3 +
winsup/cygwin/tty.h | 11 +-
winsup/cygwin/uname.cc | 7 -
winsup/doc/new-features.xml | 52 ++-
winsup/doc/posix.xml | 101 ++---
29 files changed, 1577 insertions(+), 883 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_bmk_stm32/gnu_eabi-master-arm_eabi-coremark-O3-vs-O3_LTO
in repository toolchain/ci/base-artifacts.
discards 12d69fe0 0: update: binutils-gcc-newlib: -9
new 719d5ca8 0: update: binutils-gcc-newlib: 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 (12d69fe0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_stm32/gnu_eabi-maste [...]
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 | 235 +-
02-prepare_abe/console.log | 428 +-
03-build_abe-binutils/console.log | 11724 ++++---
04-build_abe-stage1/console.log | 9345 +++++-
05-clean_sysroot/console.log | 14 +
06-build_abe-newlib/console.log | 3486 ++
07-build_abe-stage2/console.log | 11586 +++++++
08-benchmark--O3_mthumb/benchmark-start.log | 1 +
08-benchmark--O3_mthumb/benchmark.log | 38 +
08-benchmark--O3_mthumb/console.log | 284 +
09-benchmark--O3_LTO_mthumb/benchmark-start.log | 1 +
09-benchmark--O3_LTO_mthumb/benchmark.log | 38 +
09-benchmark--O3_LTO_mthumb/console.log | 283 +
10-true/console.log | 1 +
11-check_regression/console.log | 26 +-
12-update_baseline/console.log | 22 +-
console.log | 37406 ++++++++++++++++++----
jenkins/manifest.sh | 17 +-
results | 12 +
results_id-1 | 1 +
results_id-2 | 1 +
21 files changed, 62404 insertions(+), 12545 deletions(-)
create mode 100644 05-clean_sysroot/console.log
create mode 100644 06-build_abe-newlib/console.log
create mode 100644 07-build_abe-stage2/console.log
create mode 100644 08-benchmark--O3_mthumb/benchmark-start.log
create mode 100644 08-benchmark--O3_mthumb/benchmark.log
create mode 100644 08-benchmark--O3_mthumb/console.log
create mode 100644 09-benchmark--O3_LTO_mthumb/benchmark-start.log
create mode 100644 09-benchmark--O3_LTO_mthumb/benchmark.log
create mode 100644 09-benchmark--O3_LTO_mthumb/console.log
create mode 100644 10-true/console.log
create mode 100644 results_id-1
create mode 100644 results_id-2
--
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 bbdf59fdbc2 match.pd: Don't optimize vector X + (X << C) -> X * (1 + (1 [...]
new 7987beec679 Fortran: Fix for class defined operators [PR99125].
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-array.c | 10 ++++++++--
gcc/fortran/trans-expr.c | 2 +-
gcc/testsuite/gfortran.dg/alloc_deferred_comp_1.f90 | 18 ++++++++++++++++++
3 files changed, 27 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/alloc_deferred_comp_1.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/gnu-release-arm-bootstrap_O3
in repository toolchain/ci/gcc.
from 25e3795e166 Daily bump.
adds 6925d4763e4 aarch64: Add missing error_mark_node check [PR99381]
adds 2c683398f90 Daily bump.
adds b2b194695f0 aarch64: Set AARCH64_EXTRA_TUNE_PREFER_ADVSIMD_AUTOVEC for [...]
adds a07015ad4dc Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 14 ++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64-sve-builtins.cc | 3 +++
gcc/config/aarch64/aarch64.c | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/aarch64/pr99381.c | 10 ++++++++++
6 files changed, 37 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr99381.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/gnu-release-arm-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 6bbdc8e1 0: update: gcc-25e3795e1664c2d7e9eea4a5d5d3a1b94970e3f2: 1
new 45846da3 0: update: gcc-a07015ad4dc18a1167720aece205deca702a1ab1: 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 (6bbdc8e1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 118 +-
02-prepare_abe/console.log | 306 +-
04-build_abe-bootstrap_O3/console.log | 81788 ++++++++++++++++---------------
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 2 +-
console.log | 82317 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 82276 insertions(+), 82273 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/gnu-master-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 4fd59139 0: update: gcc-aa27696b798b34730f5266cac2adba9178ebc3ae: 1
new 2f6cb708 0: update: gcc-3972574f11e5d49f12ad88faf2346f77ffc6e523: 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 (4fd59139)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 122 +-
02-prepare_abe/console.log | 36 +-
04-build_abe-bootstrap_ubsan/console.log | 73600 ++++++++++++++--------------
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 6 +-
console.log | 73806 +++++++++++++++--------------
jenkins/manifest.sh | 10 +-
7 files changed, 73784 insertions(+), 73802 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_cross/gnu-release-arm-build_cross
in repository toolchain/ci/gcc.
from 25e3795e166 Daily bump.
adds 6925d4763e4 aarch64: Add missing error_mark_node check [PR99381]
adds 2c683398f90 Daily bump.
adds b2b194695f0 aarch64: Set AARCH64_EXTRA_TUNE_PREFER_ADVSIMD_AUTOVEC for [...]
adds a07015ad4dc Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 14 ++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64-sve-builtins.cc | 3 +++
gcc/config/aarch64/aarch64.c | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/aarch64/pr99381.c | 10 ++++++++++
6 files changed, 37 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr99381.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.