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 d81b3f6a 0: update: binutils-gcc: 2
new bf1748b1 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 (d81b3f6a)
\
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 1540 -> 1496 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 38152 -> 37476 bytes
05-build_abe-bootstrap/console.log.xz | Bin 266536 -> 263140 bytes
06-check_regression/console.log.xz | Bin 416 -> 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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e46843ff75c c++: allow variadic operator[] for C++23 [PR103460]
new ac8310dd122 c++: ICE with operator delete [PR104846]
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/decl.cc | 2 +-
gcc/testsuite/g++.dg/init/delete5.C | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/init/delete5.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 c65d3c7f9da analyzer: add notes to write-to-const/string from access at [...]
new 73f3b8a53e6 libstdc++: Fix std::strong_order to handle NaN on VAX
new e46843ff75c c++: allow variadic operator[] for C++23 [PR103460]
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/decl.cc | 6 +++++-
gcc/testsuite/g++.dg/cpp23/subscript7.C | 17 +++++++++++++++++
libstdc++-v3/libsupc++/compare | 12 ++++++++++--
3 files changed, 32 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp23/subscript7.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 b6eaf90c64f analyzer: check for writes to consts via access attr [PR104793]
new c65d3c7f9da analyzer: add notes to write-to-const/string from access at [...]
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/analyzer/analyzer.h | 1 +
gcc/analyzer/diagnostic-manager.cc | 43 +++++-
gcc/analyzer/diagnostic-manager.h | 7 +
gcc/analyzer/engine.cc | 10 ++
gcc/analyzer/exploded-graph.h | 1 +
gcc/analyzer/pending-diagnostic.h | 43 ++++++
gcc/analyzer/region-model.cc | 73 ++++++++++-
gcc/analyzer/region-model.h | 146 +++++++++++++++++++++
gcc/testsuite/gcc.dg/analyzer/write-to-const-2.c | 8 +-
.../gcc.dg/analyzer/write-to-function-1.c | 2 +-
.../gcc.dg/analyzer/write-to-string-literal-2.c | 2 +-
.../gcc.dg/analyzer/write-to-string-literal-3.c | 8 +-
.../gcc.dg/analyzer/write-to-string-literal-4.c | 2 +-
.../gcc.dg/analyzer/write-to-string-literal-5.c | 31 +++++
14 files changed, 362 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/write-to-string-literal-5.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 e671e48e352 ipa-cp: Avoid adjusting references through self-recursion ( [...]
new 708646de75c analyzer: fix duplicates in check_for_tainted_size_arg
new b6eaf90c64f analyzer: check for writes to consts via access attr [PR104793]
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/analyzer/region-model.cc | 58 +++++++++++++++++++
gcc/analyzer/region-model.h | 3 +
gcc/analyzer/sm-taint.cc | 4 ++
.../gcc.dg/analyzer/taint-size-access-attr-1.c | 7 ++-
gcc/testsuite/gcc.dg/analyzer/write-to-const-2.c | 60 ++++++++++++++++++++
.../gcc.dg/analyzer/write-to-function-1.c | 15 +++++
.../gcc.dg/analyzer/write-to-string-literal-2.c | 19 +++++++
.../gcc.dg/analyzer/write-to-string-literal-3.c | 66 ++++++++++++++++++++++
.../gcc.dg/analyzer/write-to-string-literal-4.c | 23 ++++++++
9 files changed, 252 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/write-to-const-2.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/write-to-function-1.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/write-to-string-literal-2.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/write-to-string-literal-3.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/write-to-string-literal-4.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 ee34ffa429a tree-optimization/102943 - use tree form for sbr_sparse_bitmap
new e671e48e352 ipa-cp: Avoid adjusting references through self-recursion ( [...]
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/ipa-cp.cc | 20 ++++++++++----------
gcc/testsuite/gcc.dg/ipa/pr104813.c | 32 ++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/ipa/pr104813.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_profiled_lto_lean
in repository toolchain/ci/binutils-gdb.
from 2c5e3cf816 Automatic date update in version.in
adds 2e79bbf1e2 gdb: Try searching for auto-load script using .gnu_debuglink
adds 4afc889439 Reduce duplicated symbol_clone_if_forward_ref work
adds fb0e49d8e0 Constant fold view increment expressions
adds ec0e51aeee * gdb/doc/gdb.texinfo (Requirements): Fix a typo.
adds 19cf33a0d5 GDB/testsuite: Remove a stray backslash from gdb.base/settings.exp
adds befb57e516 GDB/testsuite: Fix a "displayed" typo in gdb.base/default.exp
adds 7dc7323c0b toplevel: Makefile.def: Make configure-sim depend on all-readline
adds 399f9ba236 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
Makefile.def | 2 +-
Makefile.in | 2 +-
bfd/version.h | 2 +-
gas/dwarf2dbg.c | 17 +++++++---
gas/symbols.c | 11 +++++--
gas/testsuite/gas/elf/dwarf2-18.d | 3 +-
gdb/auto-load.c | 64 ++++++++++++++++++++++++++++++-------
gdb/doc/gdb.texinfo | 2 +-
gdb/testsuite/gdb.base/default.exp | 2 +-
gdb/testsuite/gdb.base/settings.exp | 2 +-
10 files changed, 80 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-arm-bootstrap_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
discards ddf5f7ee 0: update: binutils-gcc: 2
new 1f7a9f08 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 (ddf5f7ee)
\
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 1512 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2768 bytes
04-build_abe-binutils/console.log.xz | Bin 51476 -> 51480 bytes
.../console.log.xz | Bin 941104 -> 938008 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 22 ++++++++++++++++-----
jenkins/manifest.sh | 12 +++++------
7 files changed, 23 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.