This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9
in repository gcc.
from 3a00e557bcf Daily bump.
new db9737e65d8 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 releases/gcc-8
in repository gcc.
from 0d5f0894b84 Daily bump.
new fa6464edd03 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 releases/gcc-10
in repository gcc.
from eae728e6597 testsuite: Fix up pr95548.C testcase.
new db6878c043d 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 | 8 ++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 11 +++++++++++
3 files changed, 20 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 master
in repository gcc.
from ee88b536069 analyzer: fix ICE on escaped unknown pointers [PR96611]
new 2867118ddda analyzer: fix initialization from constant pool [PR96609,PR96616]
new 866626efd74 PR tree-optimization/78257 - missing memcmp optimization wi [...]
new f00008b45ad c++: Final bit of name-lookup api simplification
new 661ee09b8ba Daily bump.
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/ChangeLog | 68 ++++++++
gcc/DATESTAMP | 2 +-
gcc/analyzer/ChangeLog | 19 +++
gcc/analyzer/region-model.cc | 5 +
gcc/analyzer/region-model.h | 2 +
gcc/analyzer/region.cc | 27 ++++
gcc/analyzer/store.cc | 59 +++++++
gcc/analyzer/store.h | 3 +
gcc/builtins.c | 14 +-
gcc/cp/ChangeLog | 123 ++++++++++++++
gcc/cp/call.c | 7 +-
gcc/cp/name-lookup.c | 36 ++---
gcc/cp/name-lookup.h | 13 +-
gcc/cp/parser.c | 22 ++-
gcc/cp/pt.c | 11 +-
gcc/cp/semantics.c | 4 +-
gcc/expr.c | 180 ++++++++++++++++++---
gcc/expr.h | 8 +-
gcc/fold-const-call.c | 6 +-
gcc/fold-const.c | 33 ++--
gcc/fold-const.h | 3 +-
gcc/gimple-fold.c | 8 +-
gcc/testsuite/ChangeLog | 34 ++++
gcc/testsuite/gcc.dg/memchr.c | 94 +++++++++++
gcc/testsuite/gcc.dg/memcmp-2.c | 183 +++++++++++++++++++++
gcc/testsuite/gcc.dg/memcmp-3.c | 349 ++++++++++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/memcmp-4.c | 81 ++++++++++
libcc1/ChangeLog | 15 ++
libcc1/libcp1plugin.cc | 3 +-
libstdc++-v3/ChangeLog | 5 +
30 files changed, 1318 insertions(+), 99 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/memchr.c
create mode 100644 gcc/testsuite/gcc.dg/memcmp-2.c
create mode 100644 gcc/testsuite/gcc.dg/memcmp-3.c
create mode 100644 gcc/testsuite/gcc.dg/memcmp-4.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 devel/c++-modules
in repository gcc.
from 6302da22e9f Merge trunk d21252de6c8
new 60356152cb4 Unconfuse lookup_name_real API a bit
new a6c852f4fce more name-lookup api cleanups
new b5db575f594 c++: Yet more name-lookup api simplification
new 485bf433e2d c++: Final bit of name-lookup api simplification
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:
ChangeLog.modules | 146 +++++++++++++++++++++++++++++++++++++
gcc/cp/call.c | 6 +-
gcc/cp/coroutines.cc | 8 ++-
gcc/cp/cp-objcp-common.c | 2 +-
gcc/cp/cp-tree.h | 19 +----
gcc/cp/decl.c | 6 +-
gcc/cp/name-lookup.c | 184 ++++++++++++++++++++++-------------------------
gcc/cp/name-lookup.h | 61 ++++++++++++++--
gcc/cp/parser.c | 37 +++++-----
gcc/cp/pt.c | 31 ++++----
gcc/cp/rtti.c | 2 +-
gcc/cp/semantics.c | 6 +-
libcc1/libcp1plugin.cc | 4 +-
13 files changed, 337 insertions(+), 175 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 gdb-9-branch
in repository binutils-gdb.
from f4430e238c9 Automatic date update in version.in
new 7c9251b0d13 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 binutils-gdb.
from 6ea815e7813 [PowerPC] Always clear watchpoint with PTRACE_SET_DEBUGREG
new a9ca57d09a0 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_35-branch
in repository binutils-gdb.
from a79ea4cd167 Arm: Fix IT-predicated MVE vcvt
new 0d358eaf9a3 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-release-aarch64-build_cross
in repository toolchain/ci/gcc.
from ffb32ba2fb7 testsuite: Add -fno-common to pr82374.c [PR94077]
adds 2ea6c225264 Daily bump.
adds 3a00e557bcf Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 13 +++++++++++++
2 files changed, 14 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-release-aarch64-build_cross
in repository toolchain/ci/base-artifacts.
discards 217a4fab 0: update: binutils-gcc-glibc-qemu: 6
new 2ef0d50d 0: update: binutils-gcc-glibc-qemu: 6
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 (217a4fab)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-release-aarch6 [...]
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 | 216 +-
02-prepare_abe/console.log | 414 +-
04-build_abe-binutils/console.log | 11028 ++--
05-build_abe-stage1/console.log | 13720 +++--
06-build_abe-linux/console.log | 304 +-
07-build_abe-glibc/console.log | 38623 +++++++------
08-build_abe-stage2/console.log | 40587 +++++++------
09-build_abe-qemu/console.log | 2145 +-
10-check_regression/console.log | 16 +-
11-update_baseline/console.log | 16 +-
console.log | 109243 +++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
12 files changed, 108095 insertions(+), 108227 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.