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-arm-bootstrap
in repository toolchain/ci/gcc.
from 7cce7b1c3d8 libstdc++: Remove incorrect copyright notice from header
adds 058d19b42ad tree-optimization/84201 - add --param vect-induction-float
adds 10ecf5182a0 contrib: Fix gcc-descr script [PR102664]
adds 6319391d563 Fix typo in gcc/params.opt.
adds 796f5220c80 arm: MVE: Relax addressing modes for full loads and stores
adds 23ed4df521d x86: Disallow unsupported EH return
adds e1133c0205a rtl: ICE with thread_local and inline asm [PR104777]
adds b7175f36812 analyzer: more test coverage of leak detection [PR99771]
adds 34b45cc5266 Darwin: Address a translation comment [PR104552].
new 768956c0d11 arm: Remove unused variable arm_binop_none_none_unone_qualifiers
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/git-descr.sh | 2 +-
gcc/config/arm/arm-builtins.cc | 6 --
gcc/config/arm/arm.cc | 25 +++----
gcc/config/arm/arm.h | 4 ++
gcc/config/host-darwin.cc | 2 +-
gcc/config/i386/i386.cc | 11 +--
gcc/doc/invoke.texi | 3 +
gcc/params.opt | 6 +-
gcc/rtl.cc | 4 +-
gcc/testsuite/gcc.dg/analyzer/leak-4.c | 103 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/tls/pr104777.c | 30 ++++++++
gcc/testsuite/gcc.dg/vect/pr84201.c | 22 ++++++
gcc/testsuite/gcc.target/i386/eh_return-1.c | 2 +-
gcc/testsuite/gcc.target/i386/eh_return-2.c | 2 +-
gcc/tree-vect-loop.cc | 8 +++
15 files changed, 201 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/leak-4.c
create mode 100644 gcc/testsuite/gcc.dg/torture/tls/pr104777.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr84201.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-arm-bootstrap
in repository toolchain/ci/binutils-gdb.
from 807310c5c7 gdb: announce upcoming removal of Python 2 support from gdb
adds a9c82bc13c gdb/mi: preserve user selected thread and frame when invokin [...]
new 9ac37a9ce6 PR gdb/27876 - debuginfod-downloaded source files don't pass [...]
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/debuginfod-support.c | 5 +-
gdb/mi/mi-cmd-stack.c | 11 ++
gdb/mi/mi-cmds.h | 12 ++
gdb/mi/mi-main.c | 74 ++-----------
gdb/testsuite/gdb.mi/mi-cmd-user-context.exp | 157 +++++++++++++++++++++++++++
5 files changed, 194 insertions(+), 65 deletions(-)
create mode 100644 gdb/testsuite/gdb.mi/mi-cmd-user-context.exp
--
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-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards f20c50db 2: update: binutils-gcc: 1
discards 2c50df77 1: reset: gcc-91224cf625dc90304bb515a0cc602beed48fe3da: 1
discards 554fc8b1 0: update: binutils-1ead4b8ed29a8dfb565eb120d527286c3051adfd: 2
new f022d903 0: update: binutils-gcc: 2
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 (f20c50db)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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 1532 -> 1532 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2744 bytes
04-build_abe-binutils/console.log.xz | Bin 51904 -> 51536 bytes
05-build_abe-bootstrap/console.log.xz | Bin 167220 -> 461732 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 149 ++++++++++++++++-----------------
07-update_baseline/results.regressions | 2 -
jenkins/manifest.sh | 12 +--
results | 2 +
9 files changed, 80 insertions(+), 85 deletions(-)
delete mode 100644 07-update_baseline/results.regressions
--
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 e3e369dad6c Fortran: do not frontend-optimize MINLOC/MAXLOC for charact [...]
new 6f748bc1e7f c++: Attribute deprecated/unavailable divergence
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/cp/decl2.cc | 1 +
gcc/cp/pt.cc | 4 +---
gcc/testsuite/g++.dg/ext/attr-unavailable-9.C | 4 ++--
3 files changed, 4 insertions(+), 5 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 linux.
from 4f86a6b46e53 Merge tag 'devicetree-fixes-for-5.17-3' of git://git.kerne [...]
new 330f4c53d3c2 ARM: fix build error when BPF_SYSCALL is disabled
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:
arch/arm/kernel/spectre.c | 2 +-
1 file changed, 1 insertion(+), 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 binutils-gdb.
from a9c82bc13cf gdb/mi: preserve user selected thread and frame when invoki [...]
new 9ac37a9ce60 PR gdb/27876 - debuginfod-downloaded source files don't pas [...]
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/debuginfod-support.c | 5 +++--
1 file changed, 3 insertions(+), 2 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 768956c0d11 arm: Remove unused variable arm_binop_none_none_unone_qualifiers
new e480c3c06d2 c++: Don't suggest cdtor or conversion op identifiers in sp [...]
new e3e369dad6c Fortran: do not frontend-optimize MINLOC/MAXLOC for charact [...]
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/cp/search.cc | 7 +++++++
gcc/fortran/frontend-passes.cc | 1 +
gcc/testsuite/g++.dg/spellcheck-pr104806.C | 5 +++++
gcc/testsuite/gfortran.dg/minmaxloc_16.f90 | 14 ++++++++++++++
4 files changed, 27 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/spellcheck-pr104806.C
create mode 100644 gcc/testsuite/gfortran.dg/minmaxloc_16.f90
--
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/gcc.
from 7cce7b1c3d8 libstdc++: Remove incorrect copyright notice from header
adds 058d19b42ad tree-optimization/84201 - add --param vect-induction-float
adds 10ecf5182a0 contrib: Fix gcc-descr script [PR102664]
adds 6319391d563 Fix typo in gcc/params.opt.
adds 796f5220c80 arm: MVE: Relax addressing modes for full loads and stores
adds 23ed4df521d x86: Disallow unsupported EH return
new e1133c0205a rtl: ICE with thread_local and inline asm [PR104777]
new b7175f36812 analyzer: more test coverage of leak detection [PR99771]
new 34b45cc5266 Darwin: Address a translation comment [PR104552].
The 3 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/git-descr.sh | 2 +-
gcc/config/arm/arm.cc | 25 +++----
gcc/config/arm/arm.h | 4 ++
gcc/config/host-darwin.cc | 2 +-
gcc/config/i386/i386.cc | 11 +--
gcc/doc/invoke.texi | 3 +
gcc/params.opt | 6 +-
gcc/rtl.cc | 4 +-
gcc/testsuite/gcc.dg/analyzer/leak-4.c | 103 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/tls/pr104777.c | 30 ++++++++
gcc/testsuite/gcc.dg/vect/pr84201.c | 22 ++++++
gcc/testsuite/gcc.target/i386/eh_return-1.c | 2 +-
gcc/testsuite/gcc.target/i386/eh_return-2.c | 2 +-
gcc/tree-vect-loop.cc | 8 +++
14 files changed, 201 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/leak-4.c
create mode 100644 gcc/testsuite/gcc.dg/torture/tls/pr104777.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr84201.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/binutils-gdb.
from 807310c5c7 gdb: announce upcoming removal of Python 2 support from gdb
adds a9c82bc13c gdb/mi: preserve user selected thread and frame when invokin [...]
No new revisions were added by this update.
Summary of changes:
gdb/mi/mi-cmd-stack.c | 11 ++
gdb/mi/mi-cmds.h | 12 ++
gdb/mi/mi-main.c | 74 ++-----------
gdb/testsuite/gdb.mi/mi-cmd-user-context.exp | 157 +++++++++++++++++++++++++++
4 files changed, 191 insertions(+), 63 deletions(-)
create mode 100644 gdb/testsuite/gdb.mi/mi-cmd-user-context.exp
--
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.
discards 4108f79a 0: update: binutils-gcc: 2
new 3aa3b022 0: update: binutils-gcc: 2
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 (4108f79a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 1536 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 37552 -> 38172 bytes
05-build_abe-bootstrap/console.log.xz | Bin 264492 -> 263448 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
jenkins/manifest.sh | 12 ++++++------
6 files changed, 6 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.