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_profiled_lto_lean
in repository toolchain/ci/binutils-gdb.
from 30732ea06d Automatic date update in version.in
adds 807310c5c7 gdb: announce upcoming removal of Python 2 support from gdb
adds a9c82bc13c gdb/mi: preserve user selected thread and frame when invokin [...]
adds 9ac37a9ce6 PR gdb/27876 - debuginfod-downloaded source files don't pass [...]
adds 2c5e3cf816 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/NEWS | 4 +
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 +++++++++++++++++++++++++++
7 files changed, 199 insertions(+), 66 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_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
discards 919496c6 0: update: binutils-gcc: 2
new ddf5f7ee 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 (919496c6)
\
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 1548 -> 1512 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 51308 -> 51476 bytes
.../console.log.xz | Bin 937156 -> 941104 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 24 +++++++++++++++++++++
jenkins/manifest.sh | 12 +++++------
7 files changed, 30 insertions(+), 6 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 releases/gcc-11
in repository gcc.
from 9871d39f752 RISC-V: Always pass -misa-spec to assembler [PR104219]
new e170b2362ab testsuite/104759 - adjust gcc.dg/vect/vect-multitypes-12.c
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/gcc.dg/vect/vect-multitypes-12.c | 6 ++----
1 file changed, 2 insertions(+), 4 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 4470e813b0b testsuite/104759 - adjust gcc.dg/vect/vect-multitypes-12.c
new fe548eb8436 c++: merge default targs for function templates [PR65396]
new e32869a17b7 c++: detecting copy-init context during CTAD [PR102137]
new ec0f53a3a54 c++: non-constant non-dependent decltype folding [PR104823]
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:
gcc/cp/cp-tree.h | 2 +
gcc/cp/decl.cc | 61 ++++++++++++++++-
gcc/cp/except.cc | 2 +-
gcc/cp/init.cc | 19 ++++--
gcc/cp/parser.cc | 8 ---
gcc/cp/pt.cc | 59 ++++------------
gcc/cp/semantics.cc | 6 ++
gcc/testsuite/g++.dg/cpp0x/Wnarrowing19.C | 6 ++
gcc/testsuite/g++.dg/cpp0x/constexpr-attribute4.C | 14 ++++
gcc/testsuite/g++.dg/cpp0x/explicit15.C | 83 +++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/vt-34314.C | 12 ++--
gcc/testsuite/g++.dg/cpp1z/class-deduction108.C | 78 +++++++++++++++++++++
gcc/testsuite/g++.dg/template/defarg23.C | 21 ++++++
gcc/testsuite/g++.dg/template/defarg23a.C | 24 +++++++
gcc/testsuite/g++.dg/template/pr92440.C | 4 +-
gcc/testsuite/g++.old-deja/g++.pt/redecl1.C | 12 ++--
16 files changed, 336 insertions(+), 75 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/Wnarrowing19.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-attribute4.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/explicit15.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction108.C
create mode 100644 gcc/testsuite/g++.dg/template/defarg23.C
create mode 100644 gcc/testsuite/g++.dg/template/defarg23a.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.
unknown user pushed a change to branch master
in repository gcc.
from 1c7b110e1e4 vect: fix out-of-bound access in supports_vec_convert_optab [...]
new ba3ff5e3514 middle-end/104786 - ICE with asm and VLA
new 4470e813b0b testsuite/104759 - adjust gcc.dg/vect/vect-multitypes-12.c
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/cfgexpand.cc | 4 +++-
gcc/testsuite/gcc.dg/pr104786.c | 8 ++++++++
gcc/testsuite/gcc.dg/vect/vect-multitypes-12.c | 6 ++----
3 files changed, 13 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr104786.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_ubsan
in repository toolchain/ci/base-artifacts.
discards 621dadae 0: update: binutils-gcc: 2
new f2de8922 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 (621dadae)
\
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 1516 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2760 bytes
04-build_abe-binutils/console.log.xz | Bin 38188 -> 38264 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 323956 -> 320492 bytes
06-check_regression/console.log.xz | Bin 420 -> 416 bytes
07-update_baseline/console.log | 36 ----------------------------
jenkins/manifest.sh | 12 +++++-----
7 files changed, 6 insertions(+), 42 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.