This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm
in repository toolchain/ci/gcc.
from 2466a8d0dd4 coroutines: Handle initial awaiters with non-void returns [ [...]
adds 7194397966e rs6000: Redo darn (PR103624)
adds 87ae8d7613a rs6000: Update darn testcases
adds fae01686263 c++: Improve diagnostic for class tmpl/class redecl [PR103749]
adds d7ca2a79b82 Add -mdejagnu-cpu=power7 to dg-options for pr97142.c
new 00ea158fa0d testsuite: update expected results for ilp32.
new 6afb8a68a91 attribs: Fix wrong error with -Wno-attribute=A::b [PR103649]
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/attribs.c | 28 ++++++++++++-
gcc/attribs.h | 2 +
gcc/c/c-decl.c | 2 +-
gcc/c/c-parser.c | 4 +-
gcc/config/rs6000/rs6000-builtins.def | 12 +++---
gcc/config/rs6000/rs6000-call.c | 6 +++
gcc/config/rs6000/rs6000.md | 47 +++++++++++++---------
gcc/cp/decl.c | 10 +++++
gcc/cp/parser.c | 6 ++-
gcc/cp/pt.c | 7 ++++
gcc/testsuite/c-c++-common/Wno-attributes-6.c | 16 ++++++++
gcc/testsuite/g++.dg/diagnostic/redeclaration-2.C | 19 +++++++++
gcc/testsuite/g++.dg/template/redecl4.C | 2 +-
gcc/testsuite/gcc.target/powerpc/darn-0.c | 2 +-
gcc/testsuite/gcc.target/powerpc/darn-1.c | 5 +--
gcc/testsuite/gcc.target/powerpc/darn-2.c | 5 +--
gcc/testsuite/gcc.target/powerpc/darn-3.c | 2 +-
.../gcc.target/powerpc/fold-vec-insert-float-p9.c | 4 +-
gcc/testsuite/gcc.target/powerpc/pr97142.c | 2 +-
gcc/tree-core.h | 4 +-
20 files changed, 142 insertions(+), 43 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wno-attributes-6.c
create mode 100644 gcc/testsuite/g++.dg/diagnostic/redeclaration-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_check/master-arm
in repository toolchain/ci/binutils-gdb.
from 8294c9025a Avoid redundant operations in `fortran_array_walker'
adds 74fcd19c51 Move ordinary gdbarch code to arch-utils
adds 2b7c3f1dc0 Split gdbarch.h into two files
adds 801e2396c6 Do not generate gdbarch.h
adds ce5abab737 Do not sort the fields in gdbarch_dump
adds 65b1aa7501 Generate new gdbarch-components.py from gdbarch.sh
adds 7c8bb2ed1c Add new gdbarch generator
adds fb14eb0829 Remove gdbarch.sh
adds 166a12baea Document gdbarch-components.py
No new revisions were added by this update.
Summary of changes:
gdb/Makefile.in | 1 -
gdb/arch-utils.c | 488 +++++++
gdb/gdbarch-components.py | 2621 ++++++++++++++++++++++++++++++++++++++
gdb/{gdbarch.h => gdbarch-gen.h} | 487 +------
gdb/gdbarch.c | 1589 ++++++++---------------
gdb/gdbarch.h | 1588 +----------------------
gdb/gdbarch.py | 526 ++++++++
gdb/gdbarch.sh | 2604 -------------------------------------
8 files changed, 4230 insertions(+), 5674 deletions(-)
create mode 100644 gdb/gdbarch-components.py
copy gdb/{gdbarch.h => gdbarch-gen.h} (88%)
create mode 100755 gdb/gdbarch.py
delete mode 100755 gdb/gdbarch.sh
--
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_check/master-arm
in repository toolchain/ci/base-artifacts.
discards ab3891454 0: update: binutils-gcc: 1
new 8ae323116 0: update: binutils-gcc: 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 (ab3891454)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (8a [...]
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 1516 -> 1516 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2764 bytes
03-build_abe-binutils/console.log.xz | Bin 53672 -> 51716 bytes
04-build_abe-gcc/console.log.xz | Bin 227024 -> 227084 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3820 -> 3816 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2884 -> 3052 bytes
07-check_regression/console.log.xz | Bin 2568 -> 2624 bytes
07-check_regression/results.compare | 16 +-
07-check_regression/results.compare2 | 61 +-
08-update_baseline/console.log | 297 ++-
08-update_baseline/results.compare | 16 +-
08-update_baseline/results.compare2 | 61 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2712056 -> 2721716 bytes
sumfiles/g++.sum | 138 +-
sumfiles/gcc.log.xz | Bin 2317656 -> 2293036 bytes
sumfiles/gcc.sum | 4505 +++++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 882700 -> 881620 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2164 -> 2160 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 173624 -> 173728 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2556 -> 2548 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 453804 -> 453972 bytes
sumfiles/libstdc++.sum | 10 +-
27 files changed, 2646 insertions(+), 2536 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
in repository toolchain/ci/interesting-commits.
from 69a660f Add last-good fdb2b35b8fdbd5a6c136db326c73582dbfb335f8 from h [...]
new 548ea1a Add regression 3524a83e5950576a807134dde6c180211219e655 from [...]
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:
binutils | 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_bmk_gnu_eabi_stm32
in repository toolchain/ci/interesting-commits.
from fc58969 Add regression 0ecb48d753005405f84876ed3032c4cda789e072 from [...]
new 69a660f Add last-good fdb2b35b8fdbd5a6c136db326c73582dbfb335f8 from h [...]
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:
binutils | 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_check_gcc/master-arm
in repository toolchain/ci/gdb.
from f3be70df1b Fix AVR assembler so that it creates relocs that will work w [...]
adds 240eab1e59 Automatic date update in version.in
adds dbc6a0e2e4 try_build_id_prefix gcc-10 -Wformat-security errors
adds 8ef22662dc asan: buffer overflow in elfnn-aarch64.c get_plt_type
adds 00d44f7f2f asan: buffer overflow in mmo_get_symbols
adds b39de8897a ubsan: bfd.c:2519:8: shift exponent 34 is too large
adds 9b54b56185 asan: heap-buffer-overflow in bpf_elf_generic_reloc
adds cfabce5ba1 asan: abort in wasm_scan_name_function_section
adds 7ebf6ed02b asan: use after free in _bfd_elf_mips_get_relocated_section_ [...]
adds 27e3da31c3 asan: NULL dereference in bfd_elf_set_group_contents
adds 72994b6028 gdb/tui: install SIGWINCH only when connected to a TTY
adds c12d6b570d Initialize `m_ndimensions' in the member initializer list
adds 8294c9025a Avoid redundant operations in `fortran_array_walker'
new 74fcd19c51 Move ordinary gdbarch code to arch-utils
new 2b7c3f1dc0 Split gdbarch.h into two files
new 801e2396c6 Do not generate gdbarch.h
new ce5abab737 Do not sort the fields in gdbarch_dump
new 65b1aa7501 Generate new gdbarch-components.py from gdbarch.sh
new 7c8bb2ed1c Add new gdbarch generator
new fb14eb0829 Remove gdbarch.sh
new 166a12baea Document gdbarch-components.py
The 8 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/bfd.c | 4 +-
bfd/elf-bfd.h | 2 +-
bfd/elf.c | 10 +-
bfd/elf64-bpf.c | 17 +-
bfd/elfnn-aarch64.c | 8 +-
bfd/elfxx-mips.c | 26 +-
bfd/mmo.c | 10 +
bfd/version.h | 2 +-
bfd/wasm-module.c | 3 +-
binutils/dwarf.c | 5 +-
gdb/Makefile.in | 1 -
gdb/arch-utils.c | 488 ++++++
gdb/f-array-walker.h | 14 +-
gdb/gdbarch-components.py | 2621 +++++++++++++++++++++++++++++
gdb/{gdbarch.h => gdbarch-gen.h} | 487 +-----
gdb/gdbarch.c | 1589 ++++++-----------
gdb/gdbarch.h | 1588 +----------------
gdb/gdbarch.py | 526 ++++++
gdb/gdbarch.sh | 2604 ----------------------------
gdb/testsuite/gdb.base/sigwinch-notty.exp | 70 +
gdb/testsuite/lib/gdb.exp | 4 +-
gdb/testsuite/lib/notty-wrap | 24 +
gdb/tui/tui-interp.c | 10 +-
23 files changed, 4400 insertions(+), 5713 deletions(-)
create mode 100644 gdb/gdbarch-components.py
copy gdb/{gdbarch.h => gdbarch-gen.h} (88%)
create mode 100755 gdb/gdbarch.py
delete mode 100755 gdb/gdbarch.sh
create mode 100644 gdb/testsuite/gdb.base/sigwinch-notty.exp
create mode 100755 gdb/testsuite/lib/notty-wrap
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.