This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 759940ade0 [c++20] P1064R0: Allow virtual function calls in constant ex [...]
new 77fb231f9e PR41854: Don't assert when constant-evaluating a member func [...]
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:
lib/AST/ExprConstant.cpp | 3 +++
test/SemaCXX/constant-expression-cxx11.cpp | 8 ++++++++
2 files changed, 11 insertions(+)
--
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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards bb61d34f 0: update: llvm-linux: 17400
new 9a5bf3ed 0: update: llvm-linux: 17400
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 (bb61d34f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-s [...]
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 | 11732 +++++++++++++++---------------
03-build_linux/console.log | 3306 ++++-----
06-update_baseline/console.log | 28 +
console.log | 15232 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
6 files changed, 15264 insertions(+), 15208 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-master-arm-mainline-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 1ace968ad5 Automatic date update in version.in
adds 66b8bb74ca Fix two langauge -> language typos
adds 30d5f9e821 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 6 ++++++
gdb/language.c | 2 +-
gdb/location.h | 2 +-
4 files changed, 9 insertions(+), 3 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-master-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 625f07b2 2: update: binutils-gcc-linux: 19497
new bbb410d5 2: update: binutils-gcc-linux: 19504
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 (625f07b2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 130 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 10470 ++++++------
04-build_abe-stage1/console.log | 19103 +++++++++++-----------
05-build_linux/console.log | 1170 +-
07-check_regression/console.log | 6 +-
08-update_baseline/console.log | 14 +-
console.log | 31367 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
10 files changed, 31341 insertions(+), 31371 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 clang.
from 536f8e3da2 Fix test to use -cc1.
new 759940ade0 [c++20] P1064R0: Allow virtual function calls in constant ex [...]
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:
include/clang/AST/DeclCXX.h | 11 ++
include/clang/Basic/DiagnosticASTKinds.td | 2 +
include/clang/Basic/DiagnosticSemaKinds.td | 3 +
include/clang/Sema/Sema.h | 4 +-
lib/AST/DeclCXX.cpp | 13 +-
lib/AST/ExprConstant.cpp | 228 ++++++++++++++++++++++---
lib/Sema/SemaDeclCXX.cpp | 38 +++--
lib/Sema/SemaTemplateInstantiate.cpp | 12 +-
test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p3.cpp | 22 ++-
test/CXX/drs/dr18xx.cpp | 14 +-
test/CXX/drs/dr6xx.cpp | 15 +-
test/SemaCXX/constant-expression-cxx2a.cpp | 93 ++++++++++
test/SemaCXX/cxx17-compat.cpp | 9 +
www/cxx_status.html | 2 +-
14 files changed, 414 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.
unknown user pushed a change to branch master
in repository gcc.
from a4d8e523eb8 Daily bump.
new 9846b11b7d2 Test for not existence of a negative loop (PR gcov-profile/90380).
new 80610c614a8 Do not follow zero edges in cycle detection (PR gcov-profil [...]
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 | 19 +++++++++++++++
gcc/gcov.c | 75 +++++++++++++++++++++++++++++------------------------------
2 files changed, 56 insertions(+), 38 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.