This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_woa_check_binutils/master-woa64
in repository toolchain/ci/base-artifacts/tcwg_gnu_woa_check_binutils/master-woa64.
from 5c9b64b onsuccess: #437: 0: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new 6001ba2 onsuccess: #438: 0: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
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:
00-sumfiles/binutils.log.xz | Bin 8832 -> 8796 bytes
00-sumfiles/gas.log.xz | Bin 145456 -> 145260 bytes
00-sumfiles/ld.log.xz | Bin 28008 -> 28052 bytes
01-reset_artifacts/console.log.xz | Bin 2172 -> 2172 bytes
02-prepare_abe/console.log.xz | Bin 2604 -> 2644 bytes
03-build_abe-binutils/console.log.xz | Bin 24756 -> 24828 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 15968 -> 15892 bytes
04-build_abe-dejagnu/console.log.xz | Bin 4380 -> 4396 bytes
05-build_abe-check_binutils/check-binutils.log.xz | Bin 5796 -> 5788 bytes
05-build_abe-check_binutils/console.log.xz | Bin 3792 -> 3800 bytes
06-check_regression/console.log.xz | Bin 2328 -> 2356 bytes
README.html | 55 ++-
README.txt | 56 ++-
git/binutils_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/notify-full.log | 406 +++++++++++++++-------
jenkins/notify-init.log | 36 +-
jenkins/run-build.env | 6 +-
manifest.sh | 8 +-
notify/jira/comment-template.txt | 2 +-
notify/lnt_report.json | 96 ++---
notify/mail-body.txt | 28 +-
notify/mail-recipients.txt | 2 +-
notify/mail-subject.txt | 2 +-
notify/results.compare.txt | 17 +-
sumfiles/binutils.sum | 2 +-
sumfiles/gas.sum | 7 +-
sumfiles/ld.sum | 4 +-
28 files changed, 482 insertions(+), 249 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 releases/gcc-12
in repository gcc.
from 06ead5f9d19 Daily bump.
new 9a93c334865 wide-int: Fix up wi::divmod_internal [PR110731]
new 4e76999ceef libstdc++: Fix tr1/8_c_compatibility/cstdio/functions.cc re [...]
new 029b826f62d attribs: Fix ICE with -Wno-attributes= [PR112339]
new 327713d5412 gimple-range-cache: Fix ICEs when dumping details [PR111967]
new 9cb9cecdb58 i386: Fix up *jcc_bt*_mask{,_1} [PR111408]
new f1761303c77 c++: #pragma GCC unroll C++ fixes [PR112795]
new 0246a37ebde i386: Fix up signbit<mode>2 expander [PR112816]
new d02372f39dc i386: Fix rtl checking ICE in ix86_elim_entry_set_got [PR112837]
new 87d013f7c87 i386: Fix -fcf-protection -Os ICE due to movabsq peephole2 [...]
new 4bf040fcd23 fold-const: Fix up multiple_of_p [PR112733]
new 2b8f9636c1b c++: Unshare folded SAVE_EXPR arguments during cp_fold [PR112727]
The 11 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/attribs.cc | 9 +++++---
gcc/config/i386/i386.cc | 9 ++++----
gcc/config/i386/i386.md | 8 +++++--
gcc/config/i386/sse.md | 5 ++++-
gcc/cp/cp-gimplify.cc | 9 +++++++-
gcc/cp/parser.cc | 2 +-
gcc/fold-const.cc | 2 +-
gcc/gimple-range-cache.cc | 16 ++++++++-----
.../c-c++-common/ubsan/Wno-attributes-1.c | 9 ++++++++
gcc/testsuite/c-c++-common/ubsan/pr112727.c | 17 ++++++++++++++
gcc/testsuite/g++.dg/ext/unroll-5.C | 23 +++++++++++++++++++
gcc/testsuite/gcc.c-torture/execute/pr111408.c | 26 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr110731.c | 17 ++++++++++++++
gcc/testsuite/gcc.dg/pr112733.c | 16 +++++++++++++
gcc/testsuite/gcc.dg/pr112837.c | 11 +++++++++
gcc/testsuite/gcc.dg/pr112845.c | 9 ++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr111967.c | 15 +++++++++++++
gcc/testsuite/gcc.target/i386/sse2-pr112816.c | 16 +++++++++++++
gcc/wide-int.cc | 4 ++--
.../tr1/8_c_compatibility/cstdio/functions.cc | 2 +-
.../tr1/8_c_compatibility/cwchar/functions.cc | 2 +-
21 files changed, 205 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/ubsan/Wno-attributes-1.c
create mode 100644 gcc/testsuite/c-c++-common/ubsan/pr112727.c
create mode 100644 gcc/testsuite/g++.dg/ext/unroll-5.C
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr111408.c
create mode 100644 gcc/testsuite/gcc.dg/pr110731.c
create mode 100644 gcc/testsuite/gcc.dg/pr112733.c
create mode 100644 gcc/testsuite/gcc.dg/pr112837.c
create mode 100644 gcc/testsuite/gcc.dg/pr112845.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr111967.c
create mode 100644 gcc/testsuite/gcc.target/i386/sse2-pr112816.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 releases/gcc-13
in repository gcc.
from 4106a0f854f extend.texi: Mark builtin arguments with @var{...}
new 3d00aa17c7b 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 | 65 +++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 9 +++++++
gcc/testsuite/ChangeLog | 16 ++++++++++++
libstdc++-v3/ChangeLog | 18 ++++++++++++++
5 files changed, 109 insertions(+), 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.
unknown user pushed a change to branch releases/gcc-12
in repository gcc.
from 5c3ab44771d debug/111080 - avoid outputting debug info for unused restr [...]
new 06ead5f9d19 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 | 34 ++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 9 +++++++++
gcc/testsuite/ChangeLog | 24 ++++++++++++++++++++++++
4 files changed, 68 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.