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 e120b454c31 Daily bump.
new c3169253d97 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 master
in repository gcc.
from 9f2e635defb Ability to build the GNAT runtime with project files
new d5cdcd5cf2b RISC-V: Optimize si to di zero-extend followed by left shift.
new 945b53ccf6a Daily bump.
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 | 11 +++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 15 +++++++++++++++
gcc/config/riscv/riscv.md | 22 ++++++++++++++++++++++
gcc/cp/ChangeLog | 11 +++++++++++
gcc/fortran/ChangeLog | 12 ++++++++++++
gcc/testsuite/ChangeLog | 15 +++++++++++++++
gcc/testsuite/gcc.target/riscv/zero-extend-5.c | 8 ++++++++
libgomp/ChangeLog | 8 ++++++++
9 files changed, 103 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/zero-extend-5.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 releases/gcc-10
in repository gcc.
from 6632f2920f0 c++: satisfaction value of type typedef to bool [PR95386]
new aacc2c3bdab 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 +-
gcc/cp/ChangeLog | 36 ++++++++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 31 +++++++++++++++++++++++++++++++
3 files changed, 68 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 binutils-gdb.
from 0af5e1061d7 hurd: unwinding support over signal trampolines
new 40dba205622 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 7d03da207a2 Automatic date update in version.in
new 8c7293907c5 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_34-branch
in repository binutils-gdb.
from a26e51a2f2b Automatic date update in version.in
new 1216f70dc2a 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_kernel/gnu-master-arm-next-allnoconfig
in repository toolchain/ci/binutils-gdb.
from bb6e246742 Automatic date update in version.in
adds f68f85b52b replace_typedefs: handle templates in namespaces
adds 112c22ed1f gdb: change bug URL to https
adds 6930bffe33 hurd: fix gnu_debug_flag type
adds c6887cfb4f hurd: add missing awk script dependency
adds f14871bfa4 hurd: make function cast stronger
adds 366f550a59 hurd: add missing include
adds 5a8b86270b hurd: remove unused variables
adds 53dff92cb5 hurd: add gnu_target pointer to fix thread API calls
adds 078f2fc9c1 hurd: fix pushing target on inferior creation
adds 0af5e1061d hurd: unwinding support over signal trampolines
new 40dba20562 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 +-
gdb/ChangeLog | 65 ++++++++++
gdb/config/i386/i386gnu.mn | 2 +-
gdb/configure | 2 +-
gdb/configure.ac | 2 +-
gdb/cp-support.c | 76 +++++++++++-
gdb/gnu-nat.c | 22 ++--
gdb/gnu-nat.h | 5 +-
gdb/i386-gnu-nat.c | 2 +
gdb/i386-gnu-tdep.c | 132 +++++++++++++++++++++
gdb/reply_mig_hack.awk | 3 +-
gdb/testsuite/ChangeLog | 5 +
.../cp-replace-typedefs-ns-template.cc | 101 ++++++++++++++++
.../cp-replace-typedefs-ns-template.exp | 121 +++++++++++++++++++
14 files changed, 520 insertions(+), 20 deletions(-)
create mode 100644 gdb/testsuite/gdb.linespec/cp-replace-typedefs-ns-template.cc
create mode 100644 gdb/testsuite/gdb.linespec/cp-replace-typedefs-ns-template.exp
--
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-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 083ba5c 0: update: binutils-gcc-linux: all
new a7ffc6f 0: update: binutils-gcc-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 (083ba5c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 | 128 +-
02-prepare_abe/console.log | 436 +-
03-build_abe-binutils/console.log | 11740 +++++------
04-build_abe-stage1/console.log | 20456 +++++++++---------
05-build_linux/console.log | 556 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 33328 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 33324 insertions(+), 33348 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.