This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ba16797fe69 ubsan: Don't test for NaNs if those do not exist (PR97926)
new 02f2dc441b1 [PR99581] Define relaxed memory and use it for aarch64
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/config/aarch64/constraints.md | 2 +-
gcc/doc/md.texi | 28 ++++++++++-
gcc/genoutput.c | 1 +
gcc/genpreds.c | 75 +++++++++++++++++-------------
gcc/gensupport.c | 1 +
gcc/ira-costs.c | 1 +
gcc/ira-lives.c | 1 +
gcc/ira.c | 1 +
gcc/lra-constraints.c | 7 +--
gcc/recog.c | 2 +
gcc/reload.c | 1 +
gcc/rtl.def | 1 +
gcc/stmt.c | 3 +-
gcc/testsuite/gcc.target/powerpc/pr99581.c | 17 +++++++
14 files changed, 102 insertions(+), 39 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr99581.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 e1aa525179b PR target/99702: Check RTL type before get value
new 6767275b505 aix: Permit use of AIX Vector extended ABI mode
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/config/rs6000/rs6000-c.c | 2 ++
gcc/config/rs6000/rs6000.c | 5 ++++-
gcc/config/rs6000/rs6000.opt | 11 +++++++++++
gcc/doc/invoke.texi | 5 +++--
4 files changed, 20 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.
unknown user pushed a change to branch binutils-2_35-branch
in repository binutils-gdb.
from 959ab8e63a3 Reset development to true
new d8768ca6a73 DWARF: Check version >= 3 for DW_FORM_ref_addr
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/ChangeLog | 6 ++++++
bfd/dwarf2.c | 2 +-
2 files changed, 7 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 binutils-2_36-branch
in repository binutils-gdb.
from 15c7fb10439 Automatic date update in version.in
new 70d985a00d5 DWARF: Check version >= 3 for DW_FORM_ref_addr
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/ChangeLog | 6 ++++++
bfd/dwarf2.c | 2 +-
ld/ChangeLog | 8 ++++++++
ld/testsuite/ld-x86-64/pr27587.err | 3 +++
ld/testsuite/ld-x86-64/pr27587a.obj.bz2 | Bin 0 -> 1265 bytes
ld/testsuite/ld-x86-64/pr27587b.obj.bz2 | Bin 0 -> 913 bytes
ld/testsuite/ld-x86-64/x86-64.exp | 5 +++++
7 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 ld/testsuite/ld-x86-64/pr27587.err
create mode 100644 ld/testsuite/ld-x86-64/pr27587a.obj.bz2
create mode 100644 ld/testsuite/ld-x86-64/pr27587b.obj.bz2
--
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 586d9b79 0: update: binutils-llvm-linux-qemu: all
new 10af0d98 0: update: binutils-llvm-linux-qemu: 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 (586d9b79)
\
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 | 216 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 12106 ++++++-------
04-build_llvm/console.log | 13914 ++++++++-------
05-build_linux/console.log | 690 +-
06-build_abe-qemu/console.log | 6507 +++----
07-boot_linux/console.log | 6 +-
08-check_regression/console.log | 12 +-
09-update_baseline/console.log | 18 +-
console.log | 33887 ++++++++++++++++++------------------
jenkins/manifest.sh | 22 +-
11 files changed, 33757 insertions(+), 34039 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 00b46c00c8d libstdc++: Add noexcept to std::begin etc as per LWG 2280 and 3537
new ba16797fe69 ubsan: Don't test for NaNs if those do not exist (PR97926)
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/ubsan.c | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.