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-master-aarch64-norov-allyesconfig
in repository toolchain/ci/base-artifacts.
from 817072f450 20: onsuccess: #48: 33: Success after binutils/gcc/qemu: 613 [...]
new b34c0d47b0 21: onsuccess: #49: 33: Success after binutils/gcc/qemu: 236 [...]
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 1708 -> 1880 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2724 bytes
03-build_abe-binutils/console.log.xz | Bin 31344 -> 30556 bytes
04-build_abe-stage1/console.log.xz | Bin 74008 -> 72832 bytes
05-build_abe-qemu/console.log.xz | Bin 32196 -> 31148 bytes
06-build_linux/console.log.xz | Bin 3852 -> 3840 bytes
08-check_regression/console.log.xz | Bin 3984 -> 3948 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 28 ++++++++++++++--------------
15 files changed, 21 insertions(+), 21 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 gcc.
from a14598bf86f Add m_CORE_ATOM for atom cores
new 1f7b1300504 Revert "i386: Prefer remote atomic insn for atomic_fetch{ad [...]
new 4596339d9fa libstdc++: Remove empty <author> elements in manual
new acbfa2bc600 libstdc++: Update my author blurb in the manual
The 3 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/i386.opt | 4 ---
gcc/config/i386/sync.md | 27 +++-----------------
gcc/doc/invoke.texi | 6 +----
.../gcc.target/i386/raoint-atomic-fetch.c | 29 ----------------------
libstdc++-v3/doc/html/manual/index.html | 2 +-
libstdc++-v3/doc/xml/authors.xml | 14 +++++------
libstdc++-v3/doc/xml/manual/spine.xml | 9 ++-----
7 files changed, 13 insertions(+), 78 deletions(-)
delete mode 100644 gcc/testsuite/gcc.target/i386/raoint-atomic-fetch.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 master
in repository gcc.
from 8d0326943ee libstdc++: Fix syntax error in old-glibc case in floating_f [...]
new 55e042407ef analyzer: fix "when 'strchr' returns non-NULL" message
new be9fdbda1cb analyzer: introduce succeed_or_fail_call_info
new 3d2d04cda49 analyzer: start adding support for errno
new a14598bf86f Add m_CORE_ATOM for atom cores
The 4 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/analyzer/call-info.cc | 21 +++-------
gcc/analyzer/call-info.h | 34 +++++++++++----
gcc/analyzer/region-model-impl-calls.cc | 28 +++++++++----
gcc/analyzer/region-model-manager.cc | 2 +
gcc/analyzer/region-model-manager.h | 4 ++
gcc/analyzer/region-model.cc | 36 +++++++++++++++-
gcc/analyzer/region-model.h | 3 ++
gcc/analyzer/region.cc | 22 ++++++++++
gcc/analyzer/region.h | 60 ++++++++++++++++++++++++++-
gcc/analyzer/store.cc | 17 ++++++++
gcc/analyzer/store.h | 2 +-
gcc/config/i386/i386-options.cc | 1 +
gcc/config/i386/x86-tune.def | 71 ++++++++++++++++++--------------
gcc/testsuite/gcc.dg/analyzer/errno-1.c | 23 +++++++++++
gcc/testsuite/gcc.dg/analyzer/strchr-1.c | 3 +-
15 files changed, 261 insertions(+), 66 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/errno-1.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 master
in repository binutils-gdb.
from 70f1d4d4848 Automatic date update in version.in
new b06311adb4b Support Intel RAO-INT
new 0a98ae7645a x86: Correct wrong comments in vex_w_table
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:
gas/NEWS | 2 +
gas/config/tc-i386.c | 1 +
gas/doc/c-i386.texi | 3 +-
gas/testsuite/gas/i386/i386.exp | 4 +
gas/testsuite/gas/i386/raoint-intel.d | 19 +
gas/testsuite/gas/i386/raoint.d | 19 +
gas/testsuite/gas/i386/raoint.s | 15 +
gas/testsuite/gas/i386/x86-64-raoint-intel.d | 19 +
gas/testsuite/gas/i386/x86-64-raoint.d | 19 +
gas/testsuite/gas/i386/x86-64-raoint.s | 15 +
opcodes/i386-dis.c | 13 +-
opcodes/i386-gen.c | 5 +
opcodes/i386-init.h | 518 +-
opcodes/i386-opc.h | 3 +
opcodes/i386-opc.tbl | 9 +
opcodes/i386-tbl.h | 7906 +++++++++++++-------------
16 files changed, 4394 insertions(+), 4176 deletions(-)
create mode 100644 gas/testsuite/gas/i386/raoint-intel.d
create mode 100644 gas/testsuite/gas/i386/raoint.d
create mode 100644 gas/testsuite/gas/i386/raoint.s
create mode 100644 gas/testsuite/gas/i386/x86-64-raoint-intel.d
create mode 100644 gas/testsuite/gas/i386/x86-64-raoint.d
create mode 100644 gas/testsuite/gas/i386/x86-64-raoint.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_gcc_bootstrap/master-aarch64-bootstrap_O1
in repository toolchain/ci/base-artifacts.
from 5f4ad26965 91: onsuccess: #485: 2: Success after binutils/gcc: 12 commits
new 3824b5d51d 92: onsuccess: #486: 2: Success after binutils/gcc: 73 commits
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 1672 -> 1720 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2724 bytes
04-build_abe-binutils/console.log.xz | Bin 38020 -> 38108 bytes
05-build_abe-bootstrap_O1/console.log.xz | Bin 274188 -> 274476 bytes
06-check_regression/console.log.xz | Bin 2940 -> 2992 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 18 +++++++++---------
12 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 master
in repository gcc.
from 431be04b8b6 c++: implement P2468R2, the equality operator you are looking for
new 8d0326943ee libstdc++: Fix syntax error in old-glibc case in floating_f [...]
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:
libstdc++-v3/src/c++17/floating_from_chars.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.