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_profiled_lto
in repository toolchain/ci/base-artifacts.
discards bc171dd5 0: update: binutils-gcc: 2
new 09c0e78f 0: update: gcc-5d0cf158229acc8e3ebd9a12fa2a670d3c34f513: 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 (bc171dd5)
\
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 1588 -> 1628 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2724 bytes
04-build_abe-binutils/console.log.xz | Bin 38304 -> 37248 bytes
05-build_abe-bootstrap_profiled_lto/console.log.xz | Bin 523340 -> 526788 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 13 ++++++-------
7 files changed, 14 insertions(+), 15 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
in repository toolchain/ci/gcc.
from 84c2131d2c5 Daily bump.
adds 476ef855d08 intl: stop using fgrep for exgettext
adds defa8537afc Iterating cprop_hardreg... Third time's a charm.
No new revisions were added by this update.
Summary of changes:
gcc/po/exgettext | 2 +-
gcc/regcprop.cc | 23 ++++++++++++++++-------
2 files changed, 17 insertions(+), 8 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
in repository toolchain/ci/base-artifacts.
discards 2f5ea7e4 0: update: binutils-gcc: 2
new f0f0a517 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 (2f5ea7e4)
\
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 -> 1492 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2708 bytes
04-build_abe-binutils/console.log.xz | Bin 52920 -> 51764 bytes
05-build_abe-bootstrap/console.log.xz | Bin 463944 -> 466336 bytes
06-check_regression/console.log.xz | Bin 416 -> 420 bytes
07-update_baseline/console.log | 22 +++++++++++-----------
jenkins/manifest.sh | 8 ++++----
7 files changed, 15 insertions(+), 15 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 devel/rust/master
in repository gcc.
from c0f11672d76 Merge #1317
new 48492dc8058 ast: Add location to ConstGenericArg
new e6b7d184d01 Merge #1326
new 8f996567e84 hir: Add ConstGenericParam and lower to them properly
new 6e5468e256d hir: Add ConstGenericArg and lower them properly
new 67470f5d669 gccrs const folding port: start porting potential_constant_ [...]
new d114e48ce6e Add location to HIR::Type base class and remove from subclasses
new 5d7841fa235 Use HIR::Type's location when checking privacy
new 23815a535e1 Merge #1327 #1329 #1330
new c8030bb6b14 Fix remaining misuses of format specifiers on 32-bit targets
new f18dae194ce Merge #1331
new 76482863228 hir/add: pretty printing visitor skeleton
new 5b90f0b3cdb Merge #1332
new 557b8d93be1 cli: add "hir-pretty" as a "dump" option
new 991186154cf Merge #1335
new af7f140f2f1 ast: Allow disambiguation of ConstGenericArgs to const gene [...]
new 7f5ea92bbbc parser: Disambiguate default expressions for const generics
new fa57ab9f136 Merge #1325
new 7e6424852e2 Actually set TYPE_PACKED for type_record
new 5bab921fc01 Merge #1337
The 19 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/rust/Make-lang.in | 1 +
gcc/rust/ast/rust-ast-full-test.cc | 38 +-
gcc/rust/ast/rust-ast.h | 3 +
gcc/rust/ast/rust-path.h | 29 +-
gcc/rust/backend/rust-compile-intrinsic.cc | 4 +-
gcc/rust/backend/rust-compile-type.cc | 2 +-
gcc/rust/backend/rust-tree.cc | 88 +++++
gcc/rust/backend/rust-tree.h | 211 ++++++++++
gcc/rust/hir/rust-ast-lower-base.cc | 35 +-
gcc/rust/hir/rust-ast-lower-type.h | 18 +-
gcc/rust/hir/rust-hir-dump.cc | 446 ++++++++++++++++++++++
gcc/rust/hir/rust-hir-dump.h | 191 +++++++++
gcc/rust/hir/tree/rust-hir-full-test.cc | 15 +
gcc/rust/hir/tree/rust-hir-path.h | 74 ++--
gcc/rust/hir/tree/rust-hir-type.h | 140 +++----
gcc/rust/hir/tree/rust-hir.h | 67 +++-
gcc/rust/parse/rust-parse-impl.h | 12 +-
gcc/rust/privacy/rust-privacy-reporter.cc | 12 +-
gcc/rust/privacy/rust-privacy-reporter.h | 3 +-
gcc/rust/privacy/rust-reachability.cc | 2 +-
gcc/rust/rust-session-manager.cc | 31 +-
gcc/rust/rust-session-manager.h | 3 +
gcc/rust/typecheck/rust-hir-trait-resolve.cc | 8 +-
gcc/rust/typecheck/rust-hir-type-check-implitem.h | 8 +-
gcc/rust/typecheck/rust-hir-type-check-item.h | 4 +-
gcc/rust/typecheck/rust-hir-type-check-stmt.h | 20 +-
gcc/rust/typecheck/rust-hir-type-check-toplevel.h | 24 +-
gcc/rust/typecheck/rust-hir-type-check.cc | 4 +-
gcc/testsuite/rust/compile/privacy5.rs | 3 +-
29 files changed, 1284 insertions(+), 212 deletions(-)
create mode 100644 gcc/rust/hir/rust-hir-dump.cc
create mode 100644 gcc/rust/hir/rust-hir-dump.h
--
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_binutils/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 9dea55d2 0: update: binutils-gcc-linux-glibc-gdb: 1
new 24bd6da2 0: update: binutils-gcc-linux-glibc-gdb: 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 (9dea55d2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_binutil [...]
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 1480 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2708 bytes
03-build_abe-binutils/console.log.xz | Bin 38028 -> 38344 bytes
04-build_abe-gcc/console.log.xz | Bin 212604 -> 212184 bytes
05-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
06-build_abe-linux/console.log.xz | Bin 8720 -> 8916 bytes
07-build_abe-glibc/console.log.xz | Bin 239736 -> 238764 bytes
08-build_abe-gdb/console.log.xz | Bin 37868 -> 37852 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3888 -> 3832 bytes
10-build_abe-check_binutils/console.log.xz | Bin 2052 -> 2156 bytes
11-check_regression/console.log.xz | Bin 2280 -> 2252 bytes
11-check_regression/results.compare | 8 +-
11-check_regression/results.compare2 | 6 +-
12-update_baseline/console.log | 50 ++---
12-update_baseline/results.compare | 8 +-
12-update_baseline/results.compare2 | 6 +-
jenkins/manifest.sh | 24 +--
sumfiles/binutils.log.xz | Bin 56124 -> 56112 bytes
sumfiles/binutils.sum | 58 ++---
sumfiles/gas.log.xz | Bin 81032 -> 81016 bytes
sumfiles/gas.sum | 270 +++++++++++------------
sumfiles/ld.log.xz | Bin 121036 -> 121036 bytes
sumfiles/ld.sum | 336 ++++++++++++++---------------
23 files changed, 383 insertions(+), 383 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.