This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e9dd050e0cc libcpp: Implement C++23 P2290R3 - Delimited escape sequence [...]
new 69458145262 LoongArch: Add support code model extreme.
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/loongarch/loongarch-opts.cc | 3 +-
gcc/config/loongarch/loongarch.cc | 222 ++++++++++++++++++---
gcc/config/loongarch/loongarch.md | 34 +++-
gcc/config/loongarch/predicates.md | 9 +-
gcc/doc/invoke.texi | 50 +----
gcc/testsuite/gcc.target/loongarch/func-call-1.c | 2 +-
gcc/testsuite/gcc.target/loongarch/func-call-2.c | 2 +-
gcc/testsuite/gcc.target/loongarch/func-call-3.c | 2 +-
gcc/testsuite/gcc.target/loongarch/func-call-4.c | 2 +-
gcc/testsuite/gcc.target/loongarch/func-call-5.c | 2 +-
gcc/testsuite/gcc.target/loongarch/func-call-6.c | 2 +-
gcc/testsuite/gcc.target/loongarch/func-call-7.c | 2 +-
gcc/testsuite/gcc.target/loongarch/func-call-8.c | 2 +-
.../gcc.target/loongarch/func-call-extreme-1.c | 32 +++
.../gcc.target/loongarch/func-call-extreme-2.c | 32 +++
.../gcc.target/loongarch/relocs-symbol-noaddend.c | 2 +-
16 files changed, 318 insertions(+), 82 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/loongarch/func-call-extreme-1.c
create mode 100644 gcc/testsuite/gcc.target/loongarch/func-call-extreme-2.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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
from ada76a38 40: onsuccess: 2: Successful build after binutils/gcc: 2 commits
new 8da60d2c 41: onsuccess: 2: Successful build after baseline build: no n [...]
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 1696 -> 1736 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2744 bytes
04-build_abe-binutils/console.log.xz | Bin 38092 -> 38492 bytes
05-build_abe-bootstrap/console.log.xz | Bin 272956 -> 271112 bytes
06-check_regression/console.log.xz | Bin 1552 -> 1120 bytes
mail/jira-body.txt | 4 +---
mail/mail-body.txt | 4 +---
mail/mail-subject.txt | 2 +-
manifest.sh | 10 +++++-----
9 files changed, 8 insertions(+), 12 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_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O3
in repository toolchain/ci/base-artifacts.
from e89aa036 3: onsuccess: 1: Successful build after binutils/gcc/newlib: [...]
new 1429a849 4: onsuccess: 1: [TCWG CI] No change after binutils/gcc/newli [...]
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 1700 -> 1712 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2728 bytes
03-build_abe-binutils/console.log.xz | Bin 30244 -> 30152 bytes
04-build_abe-stage1/console.log.xz | Bin 89796 -> 89732 bytes
06-build_abe-newlib/console.log.xz | Bin 16904 -> 16536 bytes
07-build_abe-stage2/console.log.xz | Bin 161920 -> 161656 bytes
08-benchmark/benchmark-build.log | 98 +++++++++++++++++------------------
08-benchmark/benchmark.log | 96 +++++++++++++++++-----------------
08-benchmark/console.log.xz | Bin 3884 -> 3868 bytes
09-check_regression/console.log.xz | Bin 3396 -> 3636 bytes
09-check_regression/mail-body.txt | 2 +-
09-check_regression/mail-subject.txt | 2 +-
09-check_regression/results.log | 4 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/newlib_rev | 2 +-
mail/jira-body.txt | 28 +++++-----
mail/mail-body.txt | 30 ++++++-----
mail/mail-subject.txt | 2 +-
manifest.sh | 28 +++++-----
results_id | 2 +-
21 files changed, 151 insertions(+), 147 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 613e9e16b85 Daily bump.
new e9dd050e0cc libcpp: Implement C++23 P2290R3 - Delimited escape sequence [...]
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/testsuite/c-c++-common/Wbidi-chars-24.c | 28 +++
.../c-c++-common/cpp/delimited-escape-seq-1.c | 92 ++++++++++
.../c-c++-common/cpp/delimited-escape-seq-2.c | 18 ++
.../c-c++-common/cpp/delimited-escape-seq-3.c | 33 ++++
gcc/testsuite/g++.dg/cpp/delimited-escape-seq-1.C | 8 +
gcc/testsuite/g++.dg/cpp/delimited-escape-seq-2.C | 8 +
gcc/testsuite/gcc.dg/cpp/delimited-escape-seq-1.c | 10 ++
gcc/testsuite/gcc.dg/cpp/delimited-escape-seq-2.c | 10 ++
libcpp/charset.cc | 195 ++++++++++++++++++---
libcpp/include/cpplib.h | 3 +
libcpp/init.cc | 52 +++---
libcpp/lex.cc | 25 ++-
12 files changed, 432 insertions(+), 50 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wbidi-chars-24.c
create mode 100644 gcc/testsuite/c-c++-common/cpp/delimited-escape-seq-1.c
create mode 100644 gcc/testsuite/c-c++-common/cpp/delimited-escape-seq-2.c
create mode 100644 gcc/testsuite/c-c++-common/cpp/delimited-escape-seq-3.c
create mode 100644 gcc/testsuite/g++.dg/cpp/delimited-escape-seq-1.C
create mode 100644 gcc/testsuite/g++.dg/cpp/delimited-escape-seq-2.C
create mode 100644 gcc/testsuite/gcc.dg/cpp/delimited-escape-seq-1.c
create mode 100644 gcc/testsuite/gcc.dg/cpp/delimited-escape-seq-2.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/llvm-release-aarch64-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
from 9c540689 2: onsuccess: binutils-llvm-linux-qemu: boot
new 731be3dc 3: onsuccess: boot: Successful build after binutils/llvm/linu [...]
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 2568 -> 1732 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 30392 -> 30392 bytes
04-build_kernel_llvm/console.log.xz | Bin 64788 -> 64668 bytes
05-build_abe-qemu/console.log.xz | Bin 31508 -> 31916 bytes
06-build_linux/console.log.xz | Bin 3744 -> 3952 bytes
07-boot_linux/console.log.xz | Bin 508 -> 508 bytes
08-check_regression/console.log.xz | Bin 408 -> 3084 bytes
08-check_regression/jira-body.txt | 2 ++
08-check_regression/mail-body.txt | 32 +++++++++++++++++++++
08-check_regression/mail-subject.txt | 1 +
09-update_baseline/console.log | 8 +++---
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 24 ++++++++++++++++
mail/mail-body.txt | 54 +++++++++++++++++++++++++++++++++++
mail/mail-subject.txt | 1 +
manifest.sh | 30 +++++++++----------
results | 2 +-
21 files changed, 138 insertions(+), 24 deletions(-)
create mode 100644 08-check_regression/jira-body.txt
create mode 100644 08-check_regression/mail-body.txt
create mode 100644 08-check_regression/mail-subject.txt
create mode 100644 mail/jira-body.txt
create mode 100644 mail/mail-body.txt
create mode 100644 mail/mail-subject.txt
--
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/llvm-master-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
from bfbcef8c 5: onsuccess: boot: Successful build after qemu: 10 commits
new 79c21e11 6: onsuccess: boot: Successful build after llvm: 232 commits
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 1696 -> 1940 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 31260 -> 31348 bytes
04-build_kernel_llvm/console.log.xz | Bin 65984 -> 66700 bytes
05-build_abe-qemu/console.log.xz | Bin 31448 -> 32108 bytes
06-build_linux/console.log.xz | Bin 3592 -> 3916 bytes
07-boot_linux/console.log.xz | Bin 508 -> 508 bytes
08-check_regression/console.log.xz | Bin 1620 -> 1804 bytes
git/llvm_rev | 2 +-
git/llvm_url | 2 +-
mail/jira-body.txt | 14 +++++++-------
mail/mail-body.txt | 14 +++++++-------
mail/mail-subject.txt | 2 +-
manifest.sh | 20 ++++++++++----------
14 files changed, 27 insertions(+), 27 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_profiled_lto
in repository toolchain/ci/base-artifacts.
from d9fa4b88 10: onsuccess: 2: Successful build after binutils/gcc: 32 commits
new 92f2d3d3 11: onsuccess: 2: Successful build after binutils/gcc: 13 commits
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 1712 -> 1712 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2744 bytes
04-build_abe-binutils/console.log.xz | Bin 37924 -> 38980 bytes
05-build_abe-bootstrap_profiled_lto/console.log.xz | Bin 527988 -> 523748 bytes
06-check_regression/console.log.xz | Bin 2152 -> 2072 bytes
07-update_baseline/console.log | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
mail/jira-body.txt | 25 ++++++++++-----------
mail/mail-body.txt | 25 ++++++++++-----------
mail/mail-subject.txt | 2 +-
manifest.sh | 16 ++++++-------
12 files changed, 36 insertions(+), 38 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_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
from 24d43b12 41: onsuccess: 7: Successful build after binutils/gcc/linux/g [...]
new 6fcc3895 42: onsuccess: 7: Successful build after baseline build: no n [...]
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 1728 -> 1684 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2740 bytes
04-build_abe-binutils/console.log.xz | Bin 30300 -> 30380 bytes
05-build_abe-stage1/console.log.xz | Bin 91476 -> 91644 bytes
07-build_abe-linux/console.log.xz | Bin 9012 -> 9004 bytes
08-build_abe-glibc/console.log.xz | Bin 234236 -> 234268 bytes
09-build_abe-stage2/console.log.xz | Bin 223716 -> 222980 bytes
10-build_abe-gdb/console.log.xz | Bin 37536 -> 37596 bytes
11-build_abe-qemu/console.log.xz | Bin 31320 -> 31240 bytes
12-check_regression/console.log.xz | Bin 2700 -> 1540 bytes
mail/jira-body.txt | 11 +----------
mail/mail-body.txt | 11 +----------
mail/mail-subject.txt | 2 +-
manifest.sh | 20 ++++++++++----------
14 files changed, 13 insertions(+), 31 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.