This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ee01694151e tree-optimization/103544 - SLP reduction chain as SLP reduc [...]
new 11013814fc8 contrib: Filter out -Wreturn-type in fold-const-call.c.
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:
contrib/filter-clang-warnings.py | 1 +
1 file changed, 1 insertion(+)
--
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-aarch64
in repository toolchain/ci/gdb.
from 843bf75416 sim: include ansidecl.h when needed
adds 33af066d07 Preserve artificial CU name in process_psymtab_comp_unit_reader
adds 2427f3b09e Automatic date update in version.in
new 74044dc840 ld: improve shared tests for AIX
new f21dbd7c80 [GOLD] PowerPC64 inline plt sequences
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:
bfd/version.h | 2 +-
gdb/dwarf2/file-and-dir.h | 8 +-
gdb/dwarf2/read.c | 10 +-
gold/powerpc.cc | 226 +++++++++++++++++++++++++++-----------
ld/testsuite/ld-shared/main.c | 10 +-
ld/testsuite/ld-shared/sh1.c | 10 --
ld/testsuite/ld-shared/shared.exp | 71 +++++-------
ld/testsuite/ld-shared/xcoff.dat | 4 +
8 files changed, 211 insertions(+), 130 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-aarch64
in repository toolchain/ci/glibc.
from c1cb2deeca elf: execve statically linked programs instead of crashing [ [...]
adds 4fb4e7e821 csu: Always use __executable_start in gmon-start.c
adds 68007900be misc, nptl: Remove stray references to __condvar_load_64_relaxed
new 00baddbb93 linux: Add generic syscall implementation
new a329f68f2e linux: Add generic ioctl implementation
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:
csu/gmon-start.c | 29 +---------
misc/atomic_wide_counter.c | 4 +-
nptl/pthread_cond_common.c | 2 +-
sysdeps/hppa/entry.h | 13 -----
sysdeps/ia64/entry.h | 13 -----
sysdeps/powerpc/powerpc64/entry.h | 37 ------------
sysdeps/unix/sysdep.h | 20 +++++++
sysdeps/unix/sysv/linux/hppa/syscall.c | 65 ----------------------
.../{nios2/kernel_stat.h => internal-ioctl.h} | 12 ++--
{misc => sysdeps/unix/sysv/linux}/ioctl.c | 35 +++++++++---
.../linux/powerpc/{ioctl.c => internal-ioctl.h} | 42 ++++----------
sysdeps/unix/sysv/linux/riscv/syscall.c | 4 +-
.../bsd-_setjmp.S => unix/sysv/linux/syscall.c} | 34 +++++++----
13 files changed, 97 insertions(+), 213 deletions(-)
delete mode 100644 sysdeps/hppa/entry.h
delete mode 100644 sysdeps/ia64/entry.h
delete mode 100644 sysdeps/powerpc/powerpc64/entry.h
delete mode 100644 sysdeps/unix/sysv/linux/hppa/syscall.c
copy sysdeps/unix/sysv/linux/{nios2/kernel_stat.h => internal-ioctl.h} (74%)
copy {misc => sysdeps/unix/sysv/linux}/ioctl.c (56%)
rename sysdeps/unix/sysv/linux/powerpc/{ioctl.c => internal-ioctl.h} (55%)
copy sysdeps/{arm/bsd-_setjmp.S => unix/sysv/linux/syscall.c} (56%)
--
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-aarch64
in repository toolchain/ci/gcc.
from 8d4ef2299cb aix: Move AIX math builtins before new builtin machinery.
adds c9419faef0b Objective-C, NeXT: Reorganise meta-data declarations.
adds b880d1514c1 Daily bump.
adds 45116f34205 RISC-V: jal cannot refer to a default visibility symbol for [...]
adds d1011a41efd Prefer INT_SSE_REGS for SSE_FLOAT_MODE_P in preferred_reloa [...]
adds c2c843849a3 cse: Make sure duplicate elements are not entered into the [...]
adds 4dc6d192225 avr: Fix AVR build [PR71934]
new ee01694151e tree-optimization/103544 - SLP reduction chain as SLP reduc [...]
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/ChangeLog | 5 +++++
gcc/DATESTAMP | 2 +-
gcc/config/avr/avr.c | 4 ++--
gcc/config/i386/i386.c | 12 ++++++++++--
gcc/config/i386/i386.h | 2 ++
gcc/cse.c | 7 ++++++-
gcc/objc/ChangeLog | 8 ++++++++
gcc/objc/objc-next-metadata-tags.h | 2 ++
gcc/objc/objc-next-runtime-abi-01.c | 9 +--------
gcc/objc/objc-next-runtime-abi-02.c | 9 +--------
gcc/objc/objc-runtime-shared-support.c | 9 ++-------
gcc/testsuite/gcc.dg/vect/pr103544.c | 24 ++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr103404.c | 32 ++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr95740.c | 26 ++++++++++++++++++++++++++
gcc/tree-vect-slp.c | 12 +++++++++---
libgcc/config/riscv/div.S | 15 ++++++++-------
libgcc/config/riscv/riscv-asm.h | 6 ++++++
17 files changed, 145 insertions(+), 39 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr103544.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr103404.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr95740.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-aarch64
in repository toolchain/ci/binutils-gdb.
from 843bf75416 sim: include ansidecl.h when needed
adds 33af066d07 Preserve artificial CU name in process_psymtab_comp_unit_reader
adds 2427f3b09e Automatic date update in version.in
new 74044dc840 ld: improve shared tests for AIX
new f21dbd7c80 [GOLD] PowerPC64 inline plt sequences
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:
bfd/version.h | 2 +-
gdb/dwarf2/file-and-dir.h | 8 +-
gdb/dwarf2/read.c | 10 +-
gold/powerpc.cc | 226 +++++++++++++++++++++++++++-----------
ld/testsuite/ld-shared/main.c | 10 +-
ld/testsuite/ld-shared/sh1.c | 10 --
ld/testsuite/ld-shared/shared.exp | 71 +++++-------
ld/testsuite/ld-shared/xcoff.dat | 4 +
8 files changed, 211 insertions(+), 130 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-aarch64
in repository toolchain/ci/base-artifacts.
discards 9894a2ed 0: update: binutils-gcc-linux-glibc-gdb: 6
new dbd2dd7c 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 (9894a2ed)
\
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 1556 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 38496 -> 39200 bytes
05-build_abe-gcc/console.log.xz | Bin 202216 -> 203076 bytes
06-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
07-build_abe-linux/console.log.xz | Bin 8804 -> 8692 bytes
08-build_abe-glibc/console.log.xz | Bin 238324 -> 238324 bytes
09-build_abe-gdb/console.log.xz | Bin 39652 -> 40268 bytes
10-check_regression/console.log.xz | Bin 416 -> 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_kernel/gnu-release-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 90de0a2c 0: update: linux-58da0d84fdd2563939dafa48334e190fad1b536c: all
new c67b1f9c 0: update: linux-58da0d84fdd2563939dafa48334e190fad1b536c: all
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 (90de0a2c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-n [...]
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 1720 -> 1600 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2784 bytes
03-build_abe-binutils/console.log.xz | Bin 41164 -> 41368 bytes
04-build_abe-stage1/console.log.xz | Bin 86892 -> 87768 bytes
05-build_abe-qemu/console.log.xz | Bin 30308 -> 30632 bytes
06-build_linux/console.log.xz | Bin 3092 -> 3352 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 6 +++---
10 files changed, 8 insertions(+), 8 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_gnu_apm/gnu-release-aarch64-spec2k6-Os
in repository toolchain/ci/glibc.
from bfe68fe3c4 nptl: Do not set signal mask on second setjmp return [BZ #28607]
adds f988b7f228 linux: Use /proc/stat fallback for __get_nprocs_conf (BZ #28624)
adds 387bff63dc powerpc64[le]: Fix CFI and LR save address for asm syscalls [...]
No new revisions were added by this update.
Summary of changes:
NEWS | 1 +
sysdeps/powerpc/powerpc64/sysdep.h | 10 +++---
sysdeps/unix/sysv/linux/getsysstats.c | 60 ++++++++++++++++++++---------------
3 files changed, 42 insertions(+), 29 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.