This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2b7f0378b91 libstdc++: Fix gdb FilteringTypePrinter
new 7c6cd9c05ef ragen-op-float: Fix up float_binary_op_range_finish [PR107668]
new 7f014022861 c++: Allow attributes on concepts - DR 2428
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-attribs.cc | 3 ++-
gcc/c-family/c-common.cc | 2 ++
gcc/c-family/c-common.def | 8 ++++++++
gcc/cp/constraint.cc | 2 ++
gcc/cp/cp-objcp-common.cc | 1 -
gcc/cp/cp-tree.def | 5 -----
gcc/cp/cp-tree.h | 2 +-
gcc/cp/parser.cc | 4 +++-
gcc/cp/pt.cc | 5 ++++-
gcc/range-op-float.cc | 3 ++-
gcc/testsuite/g++.dg/cpp2a/concepts-dr2428.C | 22 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/ubsan/pr107668.c | 12 ++++++++++++
12 files changed, 58 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-dr2428.C
create mode 100644 gcc/testsuite/gcc.dg/ubsan/pr107668.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-release-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
from 852feaf7fb 27: onsuccess: #721: all: Success after binutils/gcc/linux/q [...]
new 408dec214f 28: onsuccess: #722: all: Success after binutils/gcc/linux/q [...]
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 -> 1716 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 30284 -> 30252 bytes
04-build_abe-stage1/console.log.xz | Bin 68636 -> 68252 bytes
05-build_abe-qemu/console.log.xz | Bin 32052 -> 30900 bytes
06-build_linux/console.log.xz | Bin 3056 -> 3152 bytes
07-boot_linux/console.log.xz | Bin 504 -> 504 bytes
08-check_regression/console.log.xz | Bin 4208 -> 4096 bytes
08-check_regression/mail-body.txt | 4 ++--
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 6 +++---
mail/mail-subject.txt | 2 +-
manifest.sh | 30 +++++++++++++++---------------
results | 2 +-
19 files changed, 28 insertions(+), 28 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_gdb/master-aarch64
in repository toolchain/ci/base-artifacts.
from 9a2700da3d 92: onsuccess: #872: 1: Success after binutils/gcc/linux/gli [...]
new 78281c27c9 93: onsuccess: #873: 1: Success after binutils/gcc/linux/gdb [...]
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 1704 -> 1756 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 39924 -> 40744 bytes
04-build_abe-gcc/console.log.xz | Bin 217992 -> 215404 bytes
05-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
06-build_abe-linux/console.log.xz | Bin 8672 -> 8792 bytes
07-build_abe-glibc/console.log.xz | Bin 244504 -> 243076 bytes
08-build_abe-gdb/console.log.xz | Bin 38576 -> 38980 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3904 -> 3836 bytes
10-build_abe-check_gdb/console.log.xz | Bin 2192 -> 2124 bytes
11-check_regression/console.log.xz | Bin 20420 -> 19044 bytes
11-check_regression/extra-bisect-params | 2 +-
11-check_regression/fails.sum | 36 +-
11-check_regression/mail-body.txt | 147 +-
11-check_regression/results.compare | 67 +-
11-check_regression/results.compare2 | 660 +-
11-check_regression/results.regressions | 67 +-
12-update_baseline/console.log | 2 +-
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/linux_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 149 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 30 +-
results | 67 +-
sumfiles/gdb.log.xz | Bin 1923940 -> 1897516 bytes
sumfiles/gdb.sum | 10088 +++++++-----------------------
30 files changed, 2853 insertions(+), 8476 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 63e1b2e767a rtl: Try to remove EH edges after {pro,epi}logue generation [...]
new 2b7f0378b91 libstdc++: Fix gdb FilteringTypePrinter
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:
libstdc++-v3/python/libstdcxx/v6/printers.py | 84 ++++++++++++++++------------
1 file changed, 49 insertions(+), 35 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-stable-defconfig
in repository toolchain/ci/base-artifacts.
from 240fcce723 22: onsuccess: #426: boot: Success after binutils/gcc/linux/ [...]
new ff83d56271 23: onsuccess: #427: boot: Success after binutils/gcc/qemu: [...]
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 -> 1700 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 30588 -> 30152 bytes
04-build_abe-stage1/console.log.xz | Bin 87980 -> 86900 bytes
05-build_abe-qemu/console.log.xz | Bin 31880 -> 30604 bytes
06-build_linux/console.log.xz | Bin 3348 -> 3332 bytes
07-boot_linux/console.log.xz | Bin 5860 -> 5828 bytes
08-check_regression/console.log.xz | Bin 4052 -> 3632 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 26 +++++++++++++-------------
16 files changed, 20 insertions(+), 20 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/release-arm
in repository toolchain/ci/base-artifacts.
from 01e985dfea 32: onsuccess: #140: 6: Success after binutils/gcc/linux/gli [...]
new 4be52b310a 33: onsuccess: #141: 6: Success after binutils/gcc/gdb: 12 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 1676 -> 1672 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2728 bytes
04-build_abe-binutils/console.log.xz | Bin 51708 -> 52188 bytes
05-build_abe-gcc/console.log.xz | Bin 230324 -> 230404 bytes
06-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
07-build_abe-linux/console.log.xz | Bin 8776 -> 8796 bytes
08-build_abe-glibc/console.log.xz | Bin 233052 -> 234104 bytes
09-build_abe-gdb/console.log.xz | Bin 46796 -> 47044 bytes
10-check_regression/console.log.xz | Bin 3872 -> 3436 bytes
11-update_baseline/console.log | 9 ---------
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 28 ++++++++++++++--------------
18 files changed, 21 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.