This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_profiled
in repository toolchain/ci/base-artifacts.
discards 2b4e0a3ff 0: update: binutils-gcc: 1
new 1ebefaaa5 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 (2b4e0a3ff)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 76 +-
02-prepare_abe/console.log | 392 +-
04-build_abe-bootstrap_profiled/console.log | 128463 ++++++++++++------------
05-check_regression/console.log | 16 +-
06-update_baseline/console.log | 16 +-
console.log | 128985 +++++++++++++------------
jenkins/manifest.sh | 12 +-
7 files changed, 129606 insertions(+), 128354 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_tk1/gnu-release-arm-spec2k6-O2
in repository toolchain/ci/base-artifacts.
from b04ec879d 4: reset: gcc-5879ab5fafedc8f6f9bfe95a4cf8501b0df90edd: -8
new 27df526b9 5: update: gcc-9ed794cd6862dc4100180fbcf45f3f2941653aff: -8
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 | 196 +-
02-prepare_abe/console.log | 134 +-
03-build_abe-binutils/console.log | 11014 +++++------
04-build_abe-stage1/console.log | 18023 +++++++++---------
05-clean_sysroot/console.log | 4 +-
06-build_abe-linux/console.log | 52 +-
11-check_regression/console.log | 66 +-
11-check_regression/results.regressions | 2 -
12-update_baseline/console.log | 74 +-
12-update_baseline/results.regressions | 2 +-
console.log | 29567 +++++++++++++++---------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 2 -
14 files changed, 28922 insertions(+), 30224 deletions(-)
delete mode 100644 11-check_regression/results.regressions
delete mode 100644 reset-baseline
--
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/gnu-master-aarch64-bootstrap_O1
in repository toolchain/ci/gcc.
from 0829ab79d37 [OpenACC] Extract 'pass_oacc_loop_designation' out of 'pass [...]
adds 7d014f7b224 testsuite: Fix up two tests for recent libstdc++ header cha [...]
adds cd4bda42979 d: Don't escape quoted format strings in escape_d_format (P [...]
adds 75f2e3f6cbb d: Remove generated D header files on error (PR101657)
adds 5c9b7408dc5 d: Ensure casting from bool results in either 0 or 1 (PR96435)
adds 7616ed6307c d: Return the correct value for C++ constructor calls (PR101664)
adds 3c13cf479ba d: Generate Object class if it doesn't exist during TypeInf [...]
adds 2f6bdd51cfe Xfail just the failing assertion and correct target.
new 0c6d21faa42 Reinstate branch-on-bit insns for H8
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/config/h8300/h8300-modes.def | 4 +-
gcc/config/h8300/h8300.md | 5 +-
gcc/config/h8300/jumpcall.md | 46 +++++++++++++++
gcc/config/h8300/testcompare.md | 80 +++-----------------------
gcc/d/d-convert.cc | 36 ++++++++++++
gcc/d/d-diagnostic.cc | 14 ++++-
gcc/d/d-lang.cc | 19 ++++++
gcc/d/d-tree.h | 1 +
gcc/d/expr.cc | 26 +++++++--
gcc/d/typeinfo.cc | 23 +++++++-
gcc/testsuite/g++.dg/cpp0x/initlist48.C | 1 +
gcc/testsuite/g++.dg/pr71389.C | 2 +-
gcc/testsuite/gcc.dg/uninit-pred-9_b.c | 4 +-
gcc/testsuite/gdc.dg/extern-c++/extern-c++.exp | 39 +++++++++++++
gcc/testsuite/gdc.dg/extern-c++/pr101664.d | 15 +++++
gcc/testsuite/gdc.dg/extern-c++/pr101664_1.cc | 10 ++++
gcc/testsuite/gdc.dg/pr100967.d | 2 +-
gcc/testsuite/gdc.dg/pr101657.d | 14 +++++
gcc/testsuite/gdc.dg/pr101672.d | 19 ++++++
gcc/testsuite/gdc.dg/torture/pr96435.d | 21 +++++++
20 files changed, 294 insertions(+), 87 deletions(-)
create mode 100644 gcc/testsuite/gdc.dg/extern-c++/extern-c++.exp
create mode 100644 gcc/testsuite/gdc.dg/extern-c++/pr101664.d
create mode 100644 gcc/testsuite/gdc.dg/extern-c++/pr101664_1.cc
create mode 100644 gcc/testsuite/gdc.dg/pr101657.d
create mode 100644 gcc/testsuite/gdc.dg/pr101672.d
create mode 100644 gcc/testsuite/gdc.dg/torture/pr96435.d
--
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/gnu-master-aarch64-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards f74bf0301 0: update: binutils-gcc: 1
new 1e520fdfd 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 (f74bf0301)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 192 +-
02-prepare_abe/console.log | 396 +-
04-build_abe-bootstrap_O1/console.log | 57495 ++++++++++++++++---------------
05-check_regression/console.log | 16 +-
06-update_baseline/console.log | 16 +-
console.log | 58099 ++++++++++++++++----------------
jenkins/manifest.sh | 12 +-
7 files changed, 58050 insertions(+), 58176 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_gnu/gnu-master-arm-check_binutils
in repository toolchain/ci/binutils-gdb.
from ad42014be2 Guile: temporary breakpoints
adds cd026728f3 gas: improve C_BSTAT and C_STSYM symbols handling on XCOFF
adds c3c1e6459f gdbtypes: return value from get_unsigned_type_max
adds b5b591a865 guile: fix make-value with pointer type
adds 91ef1ea542 guile/scm-math: indentation fixes
new abdd4204a2 Fix for gdb.tui/tui-layout-asm.exp
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:
bfd/coff-bfd.c | 5 ++--
bfd/coffgen.c | 9 ++++---
gas/config/tc-ppc.c | 8 +++++--
gas/config/tc-ppc.h | 1 +
gas/symbols.c | 12 +++++++++-
gas/testsuite/gas/ppc/aix.exp | 3 +++
gas/testsuite/gas/ppc/xcoff-stsym-32.d | 22 ++++++++++++++++++
gas/testsuite/gas/ppc/xcoff-stsym-64.d | 22 ++++++++++++++++++
gas/testsuite/gas/ppc/xcoff-stsym.s | 16 +++++++++++++
gdb/gdbtypes.c | 24 +++++++++++++++----
gdb/gdbtypes.h | 4 +++-
gdb/guile/scm-math.c | 37 ++++++++++++++++++-----------
gdb/testsuite/gdb.guile/scm-math.exp | 40 ++++++++++++++++++++++++++++++++
gdb/testsuite/gdb.tui/tui-layout-asm.exp | 32 +++++++++++++++++++++++--
14 files changed, 205 insertions(+), 30 deletions(-)
create mode 100644 gas/testsuite/gas/ppc/xcoff-stsym-32.d
create mode 100644 gas/testsuite/gas/ppc/xcoff-stsym-64.d
create mode 100644 gas/testsuite/gas/ppc/xcoff-stsym.s
--
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/gnu-master-arm-check_binutils
in repository toolchain/ci/base-artifacts.
discards f933c672a 2: update: binutils-ad42014be254b402f7a44e578cc709fe9e30dc1d: 1
new 698dbf523 2: update: binutils-abdd4204a2f80798e5e517aeaa0955778c728bdf: 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 (f933c672a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-check [...]
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 | 138 +-
02-prepare_abe/console.log | 324 +-
03-build_abe-binutils/console.log | 17498 +++++++++++-----------
04-build_abe-dejagnu/console.log | 244 +-
05-build_abe-check_binutils/console.log | 3758 +++--
06-check_regression/console.log | 172 +-
06-check_regression/results.compare1 | 4 +-
07-update_baseline/console.log | 990 +-
07-update_baseline/results.compare1 | 4 +-
console.log | 23122 +++++++++++++++---------------
jenkins/manifest.sh | 10 +-
sumfiles/binutils.log.xz | Bin 40272 -> 40236 bytes
sumfiles/binutils.sum | 2 +-
sumfiles/gas.log.xz | Bin 95848 -> 95864 bytes
sumfiles/gas.sum | 2 +-
sumfiles/ld.log.xz | Bin 118704 -> 118704 bytes
sumfiles/ld.sum | 2 +-
sumfiles/libctf.log.xz | Bin 2240 -> 2240 bytes
sumfiles/libctf.sum | 2 +-
19 files changed, 23072 insertions(+), 23200 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.