This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 331ef8f52c5 Implement alternate "__intN__" form of "__intN" type
new 85611dc6ded [ARC] Fix for PR89838
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 | 14 +++
gcc/config/arc/arc.c | 215 +++++++++------------------------
gcc/config/arc/arc.md | 8 +-
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gcc.target/arc/pr89838.c | 16 +++
5 files changed, 95 insertions(+), 162 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arc/pr89838.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-master-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards c3a85520 2: update: llvm-linux: 381
discards e76f712f 1: reset: linux-40e7177750c3313300c5c45099cd4eecc0323958: 381
discards 5035b579 0: update: llvm-b89d7e52dbcb9555ce764dbf1bd3bb9a4bb8d17d: all
new 85b09674 0: update: llvm-linux: 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 (c3a85520)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 | 60 +-
02-build_llvm/console.log | 11847 ++++++++++++++++++-----------------
03-build_linux/console.log | 803 +--
04-boot_linux/console.log | 8 +
05-check_regression/console.log | 5 +-
06-update_baseline/console.log | 22 +-
console.log | 12745 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
results | 4 +-
9 files changed, 12537 insertions(+), 12969 deletions(-)
create mode 100644 04-boot_linux/console.log
--
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 lld.
from b3a612c7b Fix an issue that common symbols are not internalized under s [...]
new efd57f86a Port r363962 to COFF: Deduplicate undefined symbol diagnostics
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:
COFF/Chunks.cpp | 11 +++++--
COFF/SymbolTable.cpp | 67 +++++++++++++++++++++++++++++++++-----
COFF/SymbolTable.h | 2 +-
test/COFF/undefined-symbol-multi.s | 47 ++++++++++++++++++++++++++
4 files changed, 116 insertions(+), 11 deletions(-)
create mode 100644 test/COFF/undefined-symbol-multi.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.
unknown user pushed a change to branch master
in repository gcc.
from ae40a73a2fc * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Check [...]
new 331ef8f52c5 Implement alternate "__intN__" form of "__intN" type
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 | 26 +++++++++++++++++++++++
gcc/brig/brig-lang.c | 6 ++++--
gcc/c-family/c-common.c | 6 ++++++
gcc/c/c-decl.c | 6 +++++-
gcc/c/c-parser.c | 5 +++++
gcc/config/msp430/msp430.h | 6 ++++--
gcc/cp/cp-tree.h | 3 +++
gcc/cp/decl.c | 6 +++++-
gcc/cp/lex.c | 5 +++++
gcc/cp/parser.c | 6 ++++++
gcc/doc/invoke.texi | 6 ++++--
gcc/gimple-ssa-sprintf.c | 6 ++++--
gcc/lto/lto-lang.c | 6 ++++--
gcc/stor-layout.c | 6 ++++--
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/msp430/mlarge-pedwarns.c | 11 ++++++++++
gcc/tree.c | 13 ++++++++----
17 files changed, 109 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/msp430/mlarge-pedwarns.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 gcc-9-branch
in repository gcc.
from fc7575abc49 2019-06-21 Richard Biener <rguenther(a)suse.de>
new d57544d35ac Fix 64-bit addition in prologue.
new 219a6a6bf99 GCN: Wait for exit value to write before exiting.
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:
gcc/ChangeLog | 17 +++++++++++++++++
gcc/config/gcn/gcn-run.c | 5 ++++-
gcc/config/gcn/gcn.c | 6 +++---
gcc/config/gcn/gcn.md | 4 ++--
4 files changed, 26 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards da1c148e 2: update: llvm-linux: 19555
new 9cf93a02 2: update: llvm-linux: 19557
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 (da1c148e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 166 +-
02-build_llvm/console.log | 11742 ++++++++++++-------------
03-build_linux/console.log | 5516 +++---------
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 105 +-
console.log | 17537 ++++++++++++++++----------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
8 files changed, 14725 insertions(+), 20363 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.