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 da0f2f6cd9b Fix PR92950: Wrong code emitted for movv1qi
new 7d359cb4045 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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-8-branch
in repository gcc.
from 7137b5c296c Fix PR92950: Wrong code emitted for movv1qi
new 1e9cceff3b8 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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 616f3400 0: update: llvm-linux: all
new c70e0bea 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 (616f3400)
\
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 | 214 +-
02-build_llvm/console.log | 12018 +++++++++++++++++-----------------
03-build_linux/console.log | 948 +--
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 10 +-
console.log | 13202 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 13209 insertions(+), 13205 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 e3169fe0bb Add missing include to bsd-kvm.c for gdb_abspath
new 4a42278582 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 gdb-9-branch
in repository binutils-gdb.
from be19b69991 Fix double-free when creating more than one block in JIT deb [...]
new f0ee30bfb0 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 binutils-2_33-branch
in repository binutils-gdb.
from 47dcf22992 Automatic date update in version.in
new c392b242b7 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 master
in repository gcc.
from 1085aff070c Generate PADDI to add large constants if -mcpu=future.
new fe7fc6899eb PR c++/61339 - add warning for mismatch between struct and class
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 | 6 +
gcc/c-family/ChangeLog | 5 +
gcc/c-family/c.opt | 8 +
gcc/cp/ChangeLog | 11 +
gcc/cp/parser.c | 435 ++++++++++++++++++++++++++-
gcc/doc/invoke.texi | 45 ++-
gcc/testsuite/ChangeLog | 8 +
gcc/testsuite/g++.dg/pch/Wmismatched-tags.C | 15 +
gcc/testsuite/g++.dg/pch/Wmismatched-tags.Hs | 7 +
gcc/testsuite/g++.dg/warn/Wmismatched-tags.C | 278 +++++++++++++++++
gcc/testsuite/g++.dg/warn/Wredundant-tags.C | 128 ++++++++
11 files changed, 932 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pch/Wmismatched-tags.C
create mode 100644 gcc/testsuite/g++.dg/pch/Wmismatched-tags.Hs
create mode 100644 gcc/testsuite/g++.dg/warn/Wmismatched-tags.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wredundant-tags.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.