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 89ba617dc02 Daily bump.
new 09e0bac0d5b arm: Fix an incorrect warning when -mcpu=cortex-a55 is used [...]
new 140a8089000 arm: ensure the arch_name is always set for the build target
new 9a48ce5c291 arm: Don't reconfigure globals in arm_configure_build_target
new 04c568961e7 arm: reorder assembler architecture directives [PR101723]
new 14a21ac5b8c arm: Fix pr69245.c testcase for reorder assembler architect [...]
The 5 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/arm/arm-c.c | 1 +
gcc/config/arm/arm-cpus.in | 27 ++-
gcc/config/arm/arm.c | 219 ++++++++++-----------
gcc/testsuite/gcc.target/arm/attr-neon.c | 9 +-
gcc/testsuite/gcc.target/arm/attr-neon2.c | 4 +-
gcc/testsuite/gcc.target/arm/attr-neon3.c | 6 +-
gcc/testsuite/gcc.target/arm/pr69245.c | 8 +-
.../gcc.target/arm/pragma_fpu_attribute.c | 7 +-
.../gcc.target/arm/pragma_fpu_attribute_2.c | 7 +-
9 files changed, 154 insertions(+), 134 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_gcc_bootstrap/master-aarch64-bootstrap_ubsan
in repository toolchain/ci/binutils-gdb.
from fe7f0b0135 sim: m32r: add __linux__ hack for non-Linux hosts
adds a12ea97b9d Automatic date update in version.in
adds d53f8a8472 [gdb/testsuite] Fix dw2-ranges-psym.exp with -readnow
adds 5ef670d81f [gdb/testsuite] Add dummy start and end CUs in dwarf assembly
adds 74cdc3e088 [gdb/testsuite] Use compiler-generated instead of gas-genera [...]
adds a9680e0e54 [gdb] Fix 'not in executable format' error message
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/exec.c | 8 +++----
.../enum_qual.exp => gdb.base/non-executable.exp} | 28 +++++++++++-----------
gdb/testsuite/gdb.dwarf2/dw2-ranges.exp | 15 +++---------
gdb/testsuite/lib/dwarf.exp | 17 ++++++++++++-
gdb/testsuite/lib/gdb.exp | 6 ++++-
6 files changed, 42 insertions(+), 34 deletions(-)
copy gdb/testsuite/{gdb.ada/enum_qual.exp => gdb.base/non-executable.exp} (60%)
--
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_gcc_bootstrap/master-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 8fe4558b 0: update: binutils-gcc: 2
new 368ceec7 0: update: binutils-a9680e0e54cfd8a12ddb1a583b4acb96dc2bbdbd: 2
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 (8fe4558b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 | 197 +-
02-prepare_abe/console.log | 472 +-
04-build_abe-binutils/console.log | 12594 ++---
05-build_abe-bootstrap_ubsan/console.log | 71970 ++++++++++++------------
06-check_regression/console.log | 16 +-
07-update_baseline/console.log | 16 +-
console.log | 85275 +++++++++++++++--------------
jenkins/manifest.sh | 11 +-
8 files changed, 85544 insertions(+), 85007 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 releases/gcc-10
in repository gcc.
from 2d83dc471d1 arm: Fix __arm_vctp16q return type in arm_mve.h
new a28ddcce5ce arm: ensure the arch_name is always set for the build target
new 1a78dadb065 arm: Don't reconfigure globals in arm_configure_build_target
new 02d5a198824 arm: reorder assembler architecture directives [PR101723]
new 5e4f82abde3 arm: Fix typos for reorder assembler architecture directive [...]
new f27d2ed875f arm: Fix pr69245.c testcase for reorder assembler architect [...]
The 5 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/arm/arm-c.c | 1 +
gcc/config/arm/arm-cpus.in | 1 +
gcc/config/arm/arm.c | 190 +++++++++------------
gcc/testsuite/gcc.target/arm/attr-neon.c | 9 +-
gcc/testsuite/gcc.target/arm/attr-neon2.c | 35 ++--
gcc/testsuite/gcc.target/arm/attr-neon3.c | 48 ++++--
.../gcc.target/arm/cortex-m55-nofp-flag-hard.c | 4 +-
.../gcc.target/arm/cortex-m55-nofp-flag-softfp.c | 4 +-
.../arm/cortex-m55-nofp-nomve-flag-softfp.c | 4 +-
.../gcc.target/arm/mve/intrinsics/mve_fpu1.c | 5 +-
.../gcc.target/arm/mve/intrinsics/mve_fpu2.c | 5 +-
gcc/testsuite/gcc.target/arm/pr69245.c | 8 +-
.../gcc.target/arm/pragma_fpu_attribute.c | 7 +-
.../gcc.target/arm/pragma_fpu_attribute_2.c | 7 +-
14 files changed, 175 insertions(+), 153 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 39baa886bcf Fix template in g++.dg/tree-ssa/modref-1.C
new 0230e69a3fa ipa/97565 - fix IPA PTA body availability check
new 89ff4f027b5 [Committed] Restore build on !TARGET_TRULY_NOOP_TRUNCATION targets
new fedadb60b6f Add tailcall/sibcall support to the H8
The 3 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/h8300/h8300-protos.h | 2 +-
gcc/config/h8300/h8300.c | 29 ++++++++++++--
gcc/config/h8300/jumpcall.md | 74 +++++++++++++++++++++++++++++++++++-
gcc/config/h8300/proepi.md | 10 ++++-
gcc/simplify-rtx.c | 3 ++
gcc/testsuite/g++.dg/lto/pr97565_0.C | 7 ++++
gcc/testsuite/g++.dg/lto/pr97565_1.C | 6 +++
gcc/tree-ssa-structalias.c | 22 +++++++----
8 files changed, 138 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lto/pr97565_0.C
create mode 100644 gcc/testsuite/g++.dg/lto/pr97565_1.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 809998a2 0: update: binutils-a9680e0e54cfd8a12ddb1a583b4acb96dc2bbdbd: 2
new a46be0d4 0: update: gcc-b320edc0c29c838b0090c3c9be14187d132f73f2: 2
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 (809998a2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-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 | 202 +-
02-prepare_abe/console.log | 124 +-
04-build_abe-binutils/console.log | 18302 +++---
05-build_abe-bootstrap_O3/console.log | 80844 +++++++++++++-------------
06-check_regression/console.log | 2 +-
07-update_baseline/console.log | 2 +-
console.log | 99642 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
8 files changed, 99427 insertions(+), 99699 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 master
in repository toolchain/gcc-compare-results.
from f35ccc1 From https://ci.linaro.org/job/tcwg_gcc_check-bisect-release- [...]
new aeec2dc From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb-bise [...]
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:
.../flaky/tcwg_gnu_native_check_gdb-master-aarch64.xfail | 16 ++++++++++++++++
1 file changed, 16 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.
unknown user pushed a change to branch master
in repository gcc.
from 5bd4ab91660 Fix previous ipa-modref patch
new 39baa886bcf Fix template in g++.dg/tree-ssa/modref-1.C
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/testsuite/g++.dg/tree-ssa/modref-1.C | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.