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_eabi_stm32/gnu_eabi-release-arm_eabi-coremark-O2
in repository toolchain/ci/gcc.
from e925336ec30 rs6000: Add int128 target check to pr101129.c (PR101531)
adds 95cda605a8f Fortran: extend check for array arguments and reject CLASS [...]
adds fa9729e7d2e Fortran: ICE, OOM while calculating sizes of derived type a [...]
adds 613e4ebc9c6 mips: Fix up mips_atomic_assign_expand_fenv [PR94780]
adds f8d7994f9ea Daily bump.
new b210fe7714e Daily bump.
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/ChangeLog | 9 +++++++++
gcc/DATESTAMP | 2 +-
gcc/config/mips/mips.c | 12 ++++++------
gcc/d/ChangeLog | 11 +++++++++++
gcc/fortran/ChangeLog | 20 +++++++++++++++++++
gcc/fortran/check.c | 3 +--
gcc/fortran/target-memory.c | 3 +++
gcc/fortran/trans-types.c | 4 ++--
gcc/testsuite/ChangeLog | 29 ++++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/pr101514.f90 | 35 ++++++++++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/pr101536.f90 | 33 ++++++++++++++++++++++++++++++++
11 files changed, 150 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr101514.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr101536.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_bmk_gnu_eabi_stm32/gnu_eabi-release-arm_eabi-coremark-O2
in repository toolchain/ci/base-artifacts.
discards 2194bb1a 0: update: binutils-gcc-newlib: 1
new 7258b4e5 0: update: binutils-gcc-newlib: 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 (2194bb1a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_e [...]
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 | 247 +-
02-prepare_abe/console.log | 432 +-
03-build_abe-binutils/console.log | 11046 ++--
04-build_abe-stage1/console.log | 16191 +++--
05-clean_sysroot/console.log | 4 +-
06-build_abe-newlib/console.log | 6550 +-
07-build_abe-stage2/console.log | 30051 ++++-----
09-benchmark--O2_mthumb/benchmark-start.log | 1 -
09-benchmark/benchmark-start.log | 1 +
.../benchmark.log | 12 +-
.../console.log | 106 +-
10-check_regression/console.log | 42 +-
10-check_regression/results-0.csv | 2 +-
10-check_regression/results-1.csv | 2 +-
10-check_regression/results-brief.csv | 2 +-
10-check_regression/results-full.csv | 2 +-
10-check_regression/results.csv | 2 +-
10-check_regression/results.log | 30 +-
11-update_baseline/console.log | 42 +-
11-update_baseline/results-0.csv | 2 +-
11-update_baseline/results-1.csv | 2 +-
11-update_baseline/results-brief.csv | 2 +-
11-update_baseline/results-full.csv | 2 +-
11-update_baseline/results.csv | 2 +-
11-update_baseline/results.log | 30 +-
console.log | 65185 ++++++++++---------
jenkins/manifest.sh | 16 +-
results | 2 +-
results_id | 2 +-
29 files changed, 65038 insertions(+), 64972 deletions(-)
delete mode 100644 09-benchmark--O2_mthumb/benchmark-start.log
create mode 100644 09-benchmark/benchmark-start.log
rename {09-benchmark--O2_mthumb => 09-benchmark}/benchmark.log (51%)
rename {09-benchmark--O2_mthumb => 09-benchmark}/console.log (73%)
--
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 22e40cc7feb compiler: support new language constructs in escape analysis
new 2fc2e3917f9 Support cond_{fma,fms,fnma,fnms} for vector float/double un [...]
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/i386/sse.md | 96 ++++++++++
.../gcc.target/i386/cond_op_fma_double-1.c | 87 +++++++++
.../gcc.target/i386/cond_op_fma_double-2.c | 206 +++++++++++++++++++++
.../gcc.target/i386/cond_op_fma_float-1.c | 20 ++
...ddsubmuldiv_float-2.c => cond_op_fma_float-2.c} | 4 +-
5 files changed, 411 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_fma_double-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_fma_double-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_fma_float-1.c
copy gcc/testsuite/gcc.target/i386/{cond_op_addsubmuldiv_float-2.c => cond_op_fma_ [...]
--
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/llvm-release-aarch64-lts-allyesconfig
in repository toolchain/ci/binutils-gdb.
from e84dd6a27b Automatic date update in version.in
adds b316ba4e00 Automatic date update in version.in
adds 5df4b3a5c2 Automatic date update in version.in
adds 37ecc81173 Automatic date update in version.in
adds d61e1cbd9e Automatic date update in version.in
adds 2dad02b6d4 texi2pod.pl: add no-op --no-split option support [PR28144]
adds 9d6d087078 Re: opcodes: constify & local meps macros
adds 1c611b40e6 bfd: Close the file descriptor if there is no archive fd
adds 0f71a70358 Automatic date update in version.in
adds f448ce02de Automatic date update in version.in
adds 351c55564d Automatic date update in version.in
adds 511be4d5ee Automatic date update in version.in
adds 5a9e3421a8 Automatic date update in version.in
adds 038f80914f Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/plugin.c | 8 ++++++++
bfd/version.h | 2 +-
cpu/mep.opc | 10 +++++-----
etc/texi2pod.pl | 2 ++
ld/testsuite/ld-plugin/lto.exp | 34 ++++++++++++++++++++++++++++++++++
ld/testsuite/ld-plugin/pr28138-1.c | 6 ++++++
ld/testsuite/ld-plugin/pr28138-2.c | 6 ++++++
ld/testsuite/ld-plugin/pr28138-3.c | 6 ++++++
ld/testsuite/ld-plugin/pr28138-4.c | 6 ++++++
ld/testsuite/ld-plugin/pr28138-5.c | 6 ++++++
ld/testsuite/ld-plugin/pr28138-6.c | 6 ++++++
ld/testsuite/ld-plugin/pr28138-7.c | 6 ++++++
ld/testsuite/ld-plugin/pr28138.c | 20 ++++++++++++++++++++
13 files changed, 112 insertions(+), 6 deletions(-)
create mode 100644 ld/testsuite/ld-plugin/pr28138-1.c
create mode 100644 ld/testsuite/ld-plugin/pr28138-2.c
create mode 100644 ld/testsuite/ld-plugin/pr28138-3.c
create mode 100644 ld/testsuite/ld-plugin/pr28138-4.c
create mode 100644 ld/testsuite/ld-plugin/pr28138-5.c
create mode 100644 ld/testsuite/ld-plugin/pr28138-6.c
create mode 100644 ld/testsuite/ld-plugin/pr28138-7.c
create mode 100644 ld/testsuite/ld-plugin/pr28138.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_kernel/llvm-release-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards d5d5bc30 0: update: binutils-llvm-linux-qemu: all
new aaf863c8 0: update: binutils-llvm-linux-qemu: all
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 (d5d5bc30)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 179 +-
02-prepare_abe/console.log | 443 +-
03-build_abe-binutils/console.log | 11313 +++++-----
04-build_llvm/console.log | 13974 +++++++------
05-build_abe-qemu/console.log | 6946 ++++---
06-build_linux/console.log | 593 +-
07-boot_linux/console.log | 10 +-
08-check_regression/console.log | 12 +-
08-check_regression/results.regressions | 11 +-
09-update_baseline/console.log | 12 +-
09-update_baseline/results.regressions | 11 +-
console.log | 33482 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
13 files changed, 34001 insertions(+), 33007 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 82d1f134cc0 gdb: follow-fork: push target and add thread in target_follow_fork
new 29daccc9f32 revise PE IMAGE_SCN_LNK_NRELOC_OVFL test
new 010e444b2f7 PR28155, Superfluous "the" in the man page
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:
bfd/coffcode.h | 2 +-
ld/ld.texi | 2 +-
2 files changed, 2 insertions(+), 2 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-release-aarch64-bootstrap_profiled_lto
in repository toolchain/ci/gcc.
from 396117287d9 Update gcc fr.po.
adds 960135b264a Fix execution failure of parity_1.f90 on P10 [PR100952]
adds 98e482761b0 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 29 +++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/rs6000.md | 5 ++++-
gcc/d/ChangeLog | 20 ++++++++++++++++++++
gcc/po/ChangeLog | 13 +++++++++++++
gcc/testsuite/ChangeLog | 31 +++++++++++++++++++++++++++++++
6 files changed, 98 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.