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 691f05c2197 Add combine splitter to transform vpcmpeqd/vpxor/vblendvps [...]
adds 13b6c7639cf dwarf: Multi-register CFI address support.
adds dbf8bd3c2f2 libstdc++: Skip atomic instructions in shared_ptr when both [...]
No new revisions were added by this update.
Summary of changes:
gcc/dwarf2cfi.c | 264 +++++++++++++++++++++-------
gcc/dwarf2out.c | 54 +++++-
gcc/dwarf2out.h | 36 +++-
libstdc++-v3/include/bits/c++config | 9 +
libstdc++-v3/include/bits/shared_ptr_base.h | 116 +++++++++---
5 files changed, 387 insertions(+), 92 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-aarch64-bootstrap
in repository toolchain/ci/binutils-gdb.
from a8a7c763fd Fix bug in source.c change
adds da1ecf8919 PR28673, input file 'gcov' is the same as output file
adds a619b58721 bfd_section_from_shdr: Support SHT_RELR sections
adds 44f3c3c212 ppc: use "trap" ("tw, 31, 0, 0") as breakpoint instruction
adds 2bd64d2109 ppc: recognize all program traps
adds a5d8391846 gdb: use try/catch around a gdb_disassembler::print_insn call
new 2988a36005 gdb/python: Use tp_init instead of tp_new to setup gdb.Value
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/elf.c | 12 ++-
gdb/disasm.c | 39 ++++++-
gdb/doc/python.texi | 3 +
gdb/python/py-value.c | 116 ++++++++++++---------
gdb/rs6000-tdep.c | 69 +++++++++++-
.../{aarch64-brk-patterns.exp => powerpc-trap.exp} | 52 ++++-----
.../cast-call.c => gdb.arch/powerpc-trap.s} | 36 +++----
.../powerpc64-trap.s} | 29 +++---
gdb/testsuite/gdb.python/py-value.exp | 59 ++++++++++-
ld/ldlang.c | 2 +-
10 files changed, 297 insertions(+), 120 deletions(-)
copy gdb/testsuite/gdb.arch/{aarch64-brk-patterns.exp => powerpc-trap.exp} (52%)
copy gdb/testsuite/{gdb.base/cast-call.c => gdb.arch/powerpc-trap.s} (77%)
copy gdb/testsuite/{gdb.base/info_sources_2-header.h => gdb.arch/powerpc64-trap.s} (74%)
--
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 122ad284 0: update: binutils-gcc: 2
new 96e69946 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 (122ad284)
\
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 1512 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2748 bytes
04-build_abe-binutils/console.log.xz | Bin 39080 -> 39340 bytes
05-build_abe-bootstrap/console.log.xz | Bin 264060 -> 262836 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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-11
in repository gcc.
from 3fb6b575593 fortran: Fix setting of array lower bound for named arrays
new 8f7d25feef1 fortran: OpenMP/OpenACC array mapping alignment fix (PR90030)
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/fortran/trans-openmp.c | 19 ++++------
gcc/testsuite/gfortran.dg/goacc/finalize-1.f | 8 ++--
.../gfortran.dg/gomp/affinity-clause-1.f90 | 6 +--
.../gfortran.dg/gomp/affinity-clause-5.f90 | 4 +-
gcc/testsuite/gfortran.dg/gomp/defaultmap-4.f90 | 44 ++++++++++++----------
gcc/testsuite/gfortran.dg/gomp/defaultmap-5.f90 | 30 +++++++--------
gcc/testsuite/gfortran.dg/gomp/defaultmap-6.f90 | 20 +++++-----
gcc/testsuite/gfortran.dg/gomp/map-3.f90 | 4 +-
gcc/testsuite/gfortran.dg/gomp/pr78260-2.f90 | 8 ++--
gcc/testsuite/gfortran.dg/gomp/pr78260-3.f90 | 4 +-
libgomp/testsuite/libgomp.fortran/pr90030.f90 | 3 ++
libgomp/testsuite/libgomp.oacc-fortran/pr90030.f90 | 29 ++++++++++++++
12 files changed, 105 insertions(+), 74 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.fortran/pr90030.f90
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/pr90030.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_gnu_cross_check_gcc/master-arm
in repository toolchain/ci/gdb.
from a8a7c763fd Fix bug in source.c change
adds da1ecf8919 PR28673, input file 'gcov' is the same as output file
adds a619b58721 bfd_section_from_shdr: Support SHT_RELR sections
adds 44f3c3c212 ppc: use "trap" ("tw, 31, 0, 0") as breakpoint instruction
adds 2bd64d2109 ppc: recognize all program traps
No new revisions were added by this update.
Summary of changes:
bfd/elf.c | 12 +++-
gdb/rs6000-tdep.c | 69 +++++++++++++++++++++-
.../{aarch64-brk-patterns.exp => powerpc-trap.exp} | 52 ++++++++--------
.../cast-call.c => gdb.arch/powerpc-trap.s} | 36 +++++------
.../powerpc64-trap.s} | 29 +++++----
ld/ldlang.c | 2 +-
6 files changed, 137 insertions(+), 63 deletions(-)
copy gdb/testsuite/gdb.arch/{aarch64-brk-patterns.exp => powerpc-trap.exp} (52%)
copy gdb/testsuite/{gdb.base/cast-call.c => gdb.arch/powerpc-trap.s} (77%)
copy gdb/testsuite/{gdb.base/info_sources_2-header.h => gdb.arch/powerpc64-trap.s} (74%)
--
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_cross_check_gcc/master-arm
in repository toolchain/ci/gcc.
from 691f05c2197 Add combine splitter to transform vpcmpeqd/vpxor/vblendvps [...]
adds 13b6c7639cf dwarf: Multi-register CFI address support.
adds dbf8bd3c2f2 libstdc++: Skip atomic instructions in shared_ptr when both [...]
No new revisions were added by this update.
Summary of changes:
gcc/dwarf2cfi.c | 264 +++++++++++++++++++++-------
gcc/dwarf2out.c | 54 +++++-
gcc/dwarf2out.h | 36 +++-
libstdc++-v3/include/bits/c++config | 9 +
libstdc++-v3/include/bits/shared_ptr_base.h | 116 +++++++++---
5 files changed, 387 insertions(+), 92 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_cross_check_gcc/master-arm
in repository toolchain/ci/binutils-gdb.
from a8a7c763fd Fix bug in source.c change
adds da1ecf8919 PR28673, input file 'gcov' is the same as output file
adds a619b58721 bfd_section_from_shdr: Support SHT_RELR sections
adds 44f3c3c212 ppc: use "trap" ("tw, 31, 0, 0") as breakpoint instruction
adds 2bd64d2109 ppc: recognize all program traps
No new revisions were added by this update.
Summary of changes:
bfd/elf.c | 12 +++-
gdb/rs6000-tdep.c | 69 +++++++++++++++++++++-
.../{aarch64-brk-patterns.exp => powerpc-trap.exp} | 52 ++++++++--------
.../cast-call.c => gdb.arch/powerpc-trap.s} | 36 +++++------
.../powerpc64-trap.s} | 29 +++++----
ld/ldlang.c | 2 +-
6 files changed, 137 insertions(+), 63 deletions(-)
copy gdb/testsuite/gdb.arch/{aarch64-brk-patterns.exp => powerpc-trap.exp} (52%)
copy gdb/testsuite/{gdb.base/cast-call.c => gdb.arch/powerpc-trap.s} (77%)
copy gdb/testsuite/{gdb.base/info_sources_2-header.h => gdb.arch/powerpc64-trap.s} (74%)
--
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_cross_check_gcc/master-arm
in repository toolchain/ci/base-artifacts.
discards 374b3d25 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new 49b58586 0: update: binutils-gcc-linux-glibc-gdb-qemu: 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 (374b3d25)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/mast [...]
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 1556 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2764 bytes
03-build_abe-binutils/console.log.xz | Bin 30864 -> 30844 bytes
04-build_abe-stage1/console.log.xz | Bin 89976 -> 91548 bytes
06-build_abe-linux/console.log.xz | Bin 9244 -> 9408 bytes
07-build_abe-glibc/console.log.xz | Bin 230608 -> 230208 bytes
08-build_abe-stage2/console.log.xz | Bin 217032 -> 218308 bytes
09-build_abe-gdb/console.log.xz | Bin 38500 -> 38784 bytes
10-build_abe-qemu/console.log.xz | Bin 29448 -> 29184 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3864 -> 3856 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2624 -> 4120 bytes
13-check_regression/console.log.xz | Bin 2824 -> 2684 bytes
13-check_regression/extra-bisect-params | 1 -
13-check_regression/fails.sum | 6 -
13-check_regression/results.compare | 21 +-
13-check_regression/results.compare2 | 34 +-
13-check_regression/results.regressions | 26 -
14-update_baseline/console.log | 368 +++---
14-update_baseline/extra-bisect-params | 1 -
14-update_baseline/fails.sum | 6 -
14-update_baseline/results.compare | 21 +-
14-update_baseline/results.compare2 | 34 +-
14-update_baseline/results.regressions | 26 -
jenkins/manifest.sh | 18 +-
sumfiles/g++.log.xz | Bin 2573784 -> 2589300 bytes
sumfiles/g++.sum | 16 +-
sumfiles/gcc.log.xz | Bin 2115800 -> 2151496 bytes
sumfiles/gcc.sum | 2136 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 867744 -> 859024 bytes
sumfiles/gfortran.sum | 2 +-
sumfiles/libatomic.log.xz | Bin 2244 -> 2244 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 169712 -> 169712 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2652 -> 2656 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 417356 -> 413488 bytes
sumfiles/libstdc++.sum | 2 +-
38 files changed, 1324 insertions(+), 1400 deletions(-)
delete mode 100644 13-check_regression/extra-bisect-params
delete mode 100644 13-check_regression/fails.sum
delete mode 100644 13-check_regression/results.regressions
delete mode 100644 14-update_baseline/extra-bisect-params
delete mode 100644 14-update_baseline/fails.sum
delete mode 100644 14-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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_apm/gnu-master-arm-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards 8bb70352 0: update: gcc-9eec77c0df9e5c67454a2e8f83246104458ba4f0: 1
new f26f0a57 0: update: glibc-cbab7f726877badc5059316e7248be7c3bff9d96: 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 (8bb70352)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_apm/gnu-master-a [...]
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 1544 -> 1604 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 30088 -> 30764 bytes
04-build_abe-stage1/console.log.xz | Bin 89588 -> 93688 bytes
05-clean_sysroot/console.log.xz | Bin 336 -> 336 bytes
06-build_abe-linux/console.log.xz | Bin 10636 -> 10664 bytes
07-build_abe-glibc/console.log.xz | Bin 228600 -> 232540 bytes
08-build_abe-stage2/console.log.xz | Bin 202660 -> 210376 bytes
09-benchmark/benchmark-build.log | 44 +-
09-benchmark/benchmark.log | 42 +-
09-benchmark/console.log.xz | Bin 3004 -> 3004 bytes
10-check_regression/console.log.xz | Bin 6812 -> 6716 bytes
10-check_regression/results-0.csv | 3798 ++++++-----
10-check_regression/results-1.csv | 3726 ++++++-----
10-check_regression/results-brief.csv | 58 +-
10-check_regression/results-compare.csv | 114 +-
10-check_regression/results-full.csv | 3828 ++++++-----
10-check_regression/results.csv | 234 +-
10-check_regression/results.log | 6838 ++++++++++----------
11-update_baseline/console.log | 6294 +++++++++---------
11-update_baseline/results-0.csv | 3798 ++++++-----
11-update_baseline/results-1.csv | 3726 ++++++-----
11-update_baseline/results-brief.csv | 58 +-
11-update_baseline/results-compare.csv | 114 +-
11-update_baseline/results-full.csv | 3828 ++++++-----
11-update_baseline/results.csv | 234 +-
11-update_baseline/results.log | 6632 +++++++++----------
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 947828 -> 952152 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 75136 -> 75260 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 2679496 -> 2687116 bytes
.../top-artifacts/save-temps/410.bwaves.tar.xz | Bin 12788 -> 12804 bytes
.../top-artifacts/save-temps/416.gamess.tar.xz | Bin 3347680 -> 3355716 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 30068 -> 30064 bytes
.../top-artifacts/save-temps/433.milc.tar.xz | Bin 117724 -> 117736 bytes
.../top-artifacts/save-temps/434.zeusmp.tar.xz | Bin 108308 -> 107936 bytes
.../top-artifacts/save-temps/435.gromacs.tar.xz | Bin 720104 -> 717664 bytes
.../top-artifacts/save-temps/436.cactusADM.tar.xz | Bin 491848 -> 491732 bytes
.../top-artifacts/save-temps/437.leslie3d.tar.xz | Bin 40836 -> 40816 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 165268 -> 164940 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 1504400 -> 1515004 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 2204052 -> 2174636 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 394868 -> 397700 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 1145560 -> 1103264 bytes
.../top-artifacts/save-temps/454.calculix.tar.xz | Bin 953168 -> 958864 bytes
.../top-artifacts/save-temps/456.hmmer.tar.xz | Bin 268560 -> 268612 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 115980 -> 115560 bytes
.../top-artifacts/save-temps/459.GemsFDTD.tar.xz | Bin 127432 -> 127364 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 42424 -> 42648 bytes
.../top-artifacts/save-temps/464.h264ref.tar.xz | Bin 435320 -> 436672 bytes
.../top-artifacts/save-temps/465.tonto.tar.xz | Bin 1326032 -> 1331588 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 22552 -> 22572 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 691884 -> 670392 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 62376 -> 62236 bytes
.../top-artifacts/save-temps/481.wrf.tar.xz | Bin 1162336 -> 1166072 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 184228 -> 184528 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 5703396 -> 5728140 bytes
jenkins/manifest.sh | 8 +-
results | 2 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 947828 -> 952152 bytes
save-temps/401.bzip2.tar.xz | Bin 75136 -> 75260 bytes
save-temps/403.gcc.tar.xz | Bin 2679496 -> 2687116 bytes
save-temps/410.bwaves.tar.xz | Bin 12788 -> 12804 bytes
save-temps/416.gamess.tar.xz | Bin 3347680 -> 3355716 bytes
save-temps/429.mcf.tar.xz | Bin 30068 -> 30064 bytes
save-temps/433.milc.tar.xz | Bin 117724 -> 117736 bytes
save-temps/434.zeusmp.tar.xz | Bin 108308 -> 107936 bytes
save-temps/435.gromacs.tar.xz | Bin 720104 -> 717664 bytes
save-temps/436.cactusADM.tar.xz | Bin 491848 -> 491732 bytes
save-temps/437.leslie3d.tar.xz | Bin 40836 -> 40816 bytes
save-temps/444.namd.tar.xz | Bin 165268 -> 164940 bytes
save-temps/445.gobmk.tar.xz | Bin 1504400 -> 1515004 bytes
save-temps/447.dealII.tar.xz | Bin 2204052 -> 2174636 bytes
save-temps/450.soplex.tar.xz | Bin 394868 -> 397700 bytes
save-temps/453.povray.tar.xz | Bin 1145560 -> 1103264 bytes
save-temps/454.calculix.tar.xz | Bin 953168 -> 958864 bytes
save-temps/456.hmmer.tar.xz | Bin 268560 -> 268612 bytes
save-temps/458.sjeng.tar.xz | Bin 115980 -> 115560 bytes
save-temps/459.GemsFDTD.tar.xz | Bin 127432 -> 127364 bytes
save-temps/462.libquantum.tar.xz | Bin 42424 -> 42648 bytes
save-temps/464.h264ref.tar.xz | Bin 435320 -> 436672 bytes
save-temps/465.tonto.tar.xz | Bin 1326032 -> 1331588 bytes
save-temps/470.lbm.tar.xz | Bin 22552 -> 22572 bytes
save-temps/471.omnetpp.tar.xz | Bin 691884 -> 670392 bytes
save-temps/473.astar.tar.xz | Bin 62376 -> 62236 bytes
save-temps/481.wrf.tar.xz | Bin 1162336 -> 1166072 bytes
save-temps/482.sphinx3.tar.xz | Bin 184228 -> 184528 bytes
save-temps/483.xalancbmk.tar.xz | Bin 5703396 -> 5728140 bytes
88 files changed, 21277 insertions(+), 22101 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_cross_build/master-arm
in repository toolchain/ci/gdb.
from a8a7c763fd Fix bug in source.c change
adds da1ecf8919 PR28673, input file 'gcov' is the same as output file
adds a619b58721 bfd_section_from_shdr: Support SHT_RELR sections
adds 44f3c3c212 ppc: use "trap" ("tw, 31, 0, 0") as breakpoint instruction
adds 2bd64d2109 ppc: recognize all program traps
new a5d8391846 gdb: use try/catch around a gdb_disassembler::print_insn call
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/elf.c | 12 +++-
gdb/disasm.c | 39 ++++++++++--
gdb/rs6000-tdep.c | 69 +++++++++++++++++++++-
.../{aarch64-brk-patterns.exp => powerpc-trap.exp} | 52 ++++++++--------
.../cast-call.c => gdb.arch/powerpc-trap.s} | 36 +++++------
.../powerpc64-trap.s} | 29 +++++----
ld/ldlang.c | 2 +-
7 files changed, 171 insertions(+), 68 deletions(-)
copy gdb/testsuite/gdb.arch/{aarch64-brk-patterns.exp => powerpc-trap.exp} (52%)
copy gdb/testsuite/{gdb.base/cast-call.c => gdb.arch/powerpc-trap.s} (77%)
copy gdb/testsuite/{gdb.base/info_sources_2-header.h => gdb.arch/powerpc64-trap.s} (74%)
--
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_cross_build/master-arm
in repository toolchain/ci/gcc.
from 691f05c2197 Add combine splitter to transform vpcmpeqd/vpxor/vblendvps [...]
adds 13b6c7639cf dwarf: Multi-register CFI address support.
adds dbf8bd3c2f2 libstdc++: Skip atomic instructions in shared_ptr when both [...]
No new revisions were added by this update.
Summary of changes:
gcc/dwarf2cfi.c | 264 +++++++++++++++++++++-------
gcc/dwarf2out.c | 54 +++++-
gcc/dwarf2out.h | 36 +++-
libstdc++-v3/include/bits/c++config | 9 +
libstdc++-v3/include/bits/shared_ptr_base.h | 116 +++++++++---
5 files changed, 387 insertions(+), 92 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_cross_build/master-arm
in repository toolchain/ci/binutils-gdb.
from a8a7c763fd Fix bug in source.c change
adds da1ecf8919 PR28673, input file 'gcov' is the same as output file
adds a619b58721 bfd_section_from_shdr: Support SHT_RELR sections
adds 44f3c3c212 ppc: use "trap" ("tw, 31, 0, 0") as breakpoint instruction
adds 2bd64d2109 ppc: recognize all program traps
new a5d8391846 gdb: use try/catch around a gdb_disassembler::print_insn call
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/elf.c | 12 +++-
gdb/disasm.c | 39 ++++++++++--
gdb/rs6000-tdep.c | 69 +++++++++++++++++++++-
.../{aarch64-brk-patterns.exp => powerpc-trap.exp} | 52 ++++++++--------
.../cast-call.c => gdb.arch/powerpc-trap.s} | 36 +++++------
.../powerpc64-trap.s} | 29 +++++----
ld/ldlang.c | 2 +-
7 files changed, 171 insertions(+), 68 deletions(-)
copy gdb/testsuite/gdb.arch/{aarch64-brk-patterns.exp => powerpc-trap.exp} (52%)
copy gdb/testsuite/{gdb.base/cast-call.c => gdb.arch/powerpc-trap.s} (77%)
copy gdb/testsuite/{gdb.base/info_sources_2-header.h => gdb.arch/powerpc64-trap.s} (74%)
--
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_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
discards fff2ef23 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 8fdec9a4 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (fff2ef23)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2780 bytes
04-build_abe-binutils/console.log.xz | Bin 30980 -> 31808 bytes
05-build_abe-stage1/console.log.xz | Bin 90108 -> 91088 bytes
07-build_abe-linux/console.log.xz | Bin 9480 -> 9324 bytes
08-build_abe-glibc/console.log.xz | Bin 230956 -> 230960 bytes
09-build_abe-stage2/console.log.xz | Bin 217100 -> 218300 bytes
10-build_abe-gdb/console.log.xz | Bin 38652 -> 39620 bytes
11-build_abe-qemu/console.log.xz | Bin 29584 -> 29488 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 18 +++++++++---------
12 files changed, 10 insertions(+), 10 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_kernel/gnu-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 5ac344f0 0: update: binutils-gcc-qemu: boot
new 48061124 0: update: linux-2a987e65025e2b79c6d453b78cb5985ac6e5eb26: boot
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 (5ac344f0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 1556 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2784 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 42884 -> 41840 bytes
04-build_abe-stage1/console.log.xz | Bin 67480 -> 68936 bytes
05-build_abe-qemu/console.log.xz | Bin 29360 -> 30724 bytes
06-build_linux/console.log.xz | Bin 5272 -> 3256 bytes
07-boot_linux/console.log.xz | Bin 508 -> 508 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 12 +++++-------
10 files changed, 10 insertions(+), 12 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_check_bootstrap/release-arm-check_bootstrap_lto
in repository toolchain/ci/gcc.
from 173232a0f6c Daily bump.
adds 2012e4c90e9 Daily bump.
adds 15563293a92 Daily bump.
adds e3fab19a79e c++: Fix for decltype and bit-fields [PR95009]
adds bd918acae2d Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 10 ++++
gcc/cp/typeck.c | 14 ++++--
gcc/testsuite/ChangeLog | 9 ++++
gcc/testsuite/g++.dg/cpp0x/decltype-bitfield1.C | 65 +++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/decltype-bitfield2.C | 18 +++++++
6 files changed, 114 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype-bitfield1.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype-bitfield2.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_check_bootstrap/release-arm-check_bootstrap_lto
in repository toolchain/ci/binutils-gdb.
from d07a768416 Automatic date update in version.in
adds 31ab2271b4 Automatic date update in version.in
adds 44d742f92d Automatic date update in version.in
adds aea7d932c8 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check_bootstrap/release-arm-check_bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards ebf188c6 0: update: binutils-gcc: 1
new 5cd7d2d6 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 (ebf188c6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/rele [...]
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 1552 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2764 bytes
03-build_abe-binutils/console.log.xz | Bin 61108 -> 61384 bytes
04-build_abe-bootstrap_lto/console.log.xz | Bin 458384 -> 457788 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3824 -> 3812 bytes
06-build_abe-check_bootstrap_lto/console.log.xz | Bin 2328 -> 2340 bytes
07-check_regression/console.log.xz | Bin 2784 -> 2868 bytes
07-check_regression/extra-bisect-params | 1 +
07-check_regression/fails.sum | 8 +
07-check_regression/results.compare | 27 +-
07-check_regression/results.compare2 | 78 +-
07-check_regression/results.regressions | 28 +
08-update_baseline/console.log | 298 +-
08-update_baseline/extra-bisect-params | 1 +
08-update_baseline/fails.sum | 8 +
08-update_baseline/results.compare | 27 +-
08-update_baseline/results.compare2 | 78 +-
08-update_baseline/results.regressions | 28 +
jenkins/manifest.sh | 14 +-
sumfiles/g++.log.xz | Bin 2681824 -> 2670764 bytes
sumfiles/g++.sum | 130 +-
sumfiles/gcc.log.xz | Bin 2287872 -> 2272540 bytes
sumfiles/gcc.sum | 4162 +++++++++++------------
sumfiles/gfortran.log.xz | Bin 847396 -> 851900 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2292 -> 2288 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 143932 -> 144656 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2712 -> 2704 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 460816 -> 459140 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2516 insertions(+), 2448 deletions(-)
create mode 100644 07-check_regression/extra-bisect-params
create mode 100644 07-check_regression/fails.sum
create mode 100644 07-check_regression/results.regressions
create mode 100644 08-update_baseline/extra-bisect-params
create mode 100644 08-update_baseline/fails.sum
create mode 100644 08-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 binutils-gdb.
from a5d83918460 gdb: use try/catch around a gdb_disassembler::print_insn call
new 2988a36005f gdb/python: Use tp_init instead of tp_new to setup gdb.Value
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/doc/python.texi | 3 +
gdb/python/py-value.c | 116 ++++++++++++++++++++--------------
gdb/testsuite/gdb.python/py-value.exp | 59 +++++++++++++++--
3 files changed, 126 insertions(+), 52 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-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards bd0a7107 0: update: binutils-gcc: 2
new 29e67c9a 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 (bd0a7107)
\
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 -> 1660 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 38904 -> 38668 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 319004 -> 321052 bytes
06-check_regression/console.log.xz | Bin 416 -> 420 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 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 binutils-gdb.
from 2bd64d21094 ppc: recognize all program traps
new a5d83918460 gdb: use try/catch around a gdb_disassembler::print_insn call
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/disasm.c | 39 ++++++++++++++++++++++++++++++++++-----
1 file changed, 34 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.