This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c1e6691245c RISC-V: Add configure option: --with-multilib-generator to [...]
new 4ad70477801 RISC-V: Check multiletter extension has more than 1 letter
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/common/config/riscv/riscv-common.c | 8 ++++++++
gcc/testsuite/gcc.target/riscv/arch-7.c | 6 ++++++
gcc/testsuite/gcc.target/riscv/attribute-10.c | 2 +-
3 files changed, 15 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/arch-7.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_kernel/gnu-master-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards e6827233 2: update: gcc-de77abee118f1900fceb25c34b0cc1ef7261c9ce: 4654
discards 7964faab 1: reset: gcc-ae7a23a3fab74ebd45203d48fa09681c9945ee7a: 4654
discards bf0acc5c 0: update: binutils-60bd1d53a061e135763b46929ee900c14727ccf4: boot
new b2b5afe6 0: update: binutils-gcc-linux: 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 (e6827233)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 129 +-
02-prepare_abe/console.log | 430 +-
03-build_abe-binutils/console.log | 11406 ++--
04-build_abe-stage1/console.log | 20351 +++---
05-build_linux/console.log | 72106 +-------------------
06-boot_linux/console.log | 253 +
07-check_regression/console.log | 11 +-
07-check_regression/results.regressions | 11 +-
08-update_baseline/console.log | 63 +-
08-update_baseline/results.regressions | 11 +-
console.log | 104749 +++++------------------------
jenkins/manifest.sh | 18 +-
results | 6 +-
13 files changed, 34072 insertions(+), 175472 deletions(-)
create mode 100644 06-boot_linux/console.log
--
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-master-arm-lts-allyesconfig
in repository toolchain/ci/gcc.
from de77abee118 libstdc++: Fix gnu-version-namespace buid
adds 29e41848584 libstdc++: Define type traits for wchar_t even when libc su [...]
adds 318be202bb7 testsuite, X86 : Add target requires masm_intel to three tests.
adds 895fdc1f4c9 ipa: Fix segmentation fault in function_summary<clone_info* [...]
adds 3784f161a38 i386: Set the stack usage to 0 for naked functions
adds e344ea07e40 Objective-C++ : Address a FIXME.
adds 7a2cc1e8438 Objective-C/C++ : Improve '@' keyword locations.
adds bb93020ff85 Objective-C : Implement SEL as a built-in typedef.
adds 590febb5f66 Darwin: Adjust the PCH area to allow for 16384byte page size.
new 4d9af90d6a2 arm: Avoid indirection with -mpure-code on v6m (PR96967)
new c3c3e2c9e88 arm: Improve handling of relocations with small offsets wit [...]
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/c-family/c-lex.c | 4 +
gcc/cgraph.c | 8 +-
gcc/config/arm/arm.c | 21 ++++-
gcc/config/arm/thumb1.md | 103 ++++++++++-----------
gcc/config/host-darwin.c | 5 +-
gcc/config/i386/i386.c | 6 +-
gcc/cp/parser.c | 13 +--
gcc/objc/objc-act.c | 1 +
gcc/objc/objc-act.h | 3 +
gcc/objc/objc-gnu-runtime-abi-01.c | 7 ++
gcc/objc/objc-next-runtime-abi-01.c | 7 ++
gcc/objc/objc-next-runtime-abi-02.c | 7 ++
gcc/testsuite/gcc.target/arm/pure-code/pr96767.c | 10 ++
gcc/testsuite/gcc.target/arm/pure-code/pr96770.c | 21 +++++
gcc/testsuite/gcc.target/i386/amxbf16-asmintel-1.c | 1 +
gcc/testsuite/gcc.target/i386/amxint8-asmintel-1.c | 1 +
gcc/testsuite/gcc.target/i386/amxtile-asmintel-1.c | 1 +
gcc/testsuite/obj-c++.dg/SEL-typedef.mm | 7 ++
gcc/testsuite/obj-c++.dg/property/at-property-1.mm | 1 -
gcc/testsuite/objc.dg/SEL-typedef.m | 7 ++
libstdc++-v3/include/bits/cpp_type_traits.h | 4 +-
libstdc++-v3/include/std/type_traits | 9 +-
22 files changed, 170 insertions(+), 77 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pure-code/pr96767.c
create mode 100644 gcc/testsuite/gcc.target/arm/pure-code/pr96770.c
create mode 100644 gcc/testsuite/obj-c++.dg/SEL-typedef.mm
create mode 100644 gcc/testsuite/objc.dg/SEL-typedef.m
--
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-master-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 5d8fc8e8 2: update: gcc-de77abee118f1900fceb25c34b0cc1ef7261c9ce: 16952
discards 818978de 1: reset: gcc-ae7a23a3fab74ebd45203d48fa09681c9945ee7a: 16952
discards fd0df29f 0: update: binutils-75f24e86bacd5b4832b8af12e2aef59c9f769335: all
new 291ef4ea 0: update: binutils-gcc-linux: 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 (5d8fc8e8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 144 +-
02-prepare_abe/console.log | 414 +-
03-build_abe-binutils/console.log | 11466 ++++----
04-build_abe-stage1/console.log | 20499 +++++++-------
05-build_linux/console.log | 12109 +++-----
06-boot_linux/console.log | 8 +
07-check_regression/console.log | 21 +-
07-check_regression/results.regressions | 11 +-
08-update_baseline/console.log | 67 +-
08-update_baseline/results.regressions | 11 +-
console.log | 44728 +++++++++++++-----------------
jenkins/manifest.sh | 16 +-
results | 4 +-
13 files changed, 39889 insertions(+), 49609 deletions(-)
create mode 100644 06-boot_linux/console.log
--
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 binutils-gdb.
from 8807d3127cb sim/bpf: re-generate configure
new e1f57067b16 gdb/riscv: read frame base register as unsigned in the unwinder
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:
gdb/ChangeLog | 6 ++++++
gdb/riscv-tdep.c | 2 +-
2 files changed, 7 insertions(+), 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.
unknown user pushed a change to branch master
in repository gcc.
from c3c3e2c9e88 arm: Improve handling of relocations with small offsets wit [...]
new c1e6691245c RISC-V: Add configure option: --with-multilib-generator to [...]
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/config.gcc | 36 ++++++++++++++++++++++++++-----
gcc/config/riscv/multilib-generator | 9 +++++++-
gcc/config/riscv/t-withmultilib-generator | 2 ++
gcc/configure | 16 ++++++++++++--
gcc/configure.ac | 5 +++++
gcc/doc/install.texi | 31 ++++++++++++++++++++++++++
6 files changed, 91 insertions(+), 8 deletions(-)
create mode 100644 gcc/config/riscv/t-withmultilib-generator
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.