This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 47e4ab6559d Strlen pass refactoring.
new 85ce673378e gcc-changelog: update error message location
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:
contrib/gcc-changelog/git_commit.py | 14 +++++++-------
contrib/gcc-changelog/test_email.py | 1 +
2 files changed, 8 insertions(+), 7 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_check_bootstrap/master-aarch64-check_bootstrap
in repository toolchain/ci/binutils-gdb.
from 31629daee5 Automatic date update in version.in
adds e7f024765a PR28459, readelf issues bogus warning
adds 19b9612448 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/dwarf.c | 1 -
2 files changed, 1 insertion(+), 2 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_check_bootstrap/master-aarch64-check_bootstrap
in repository toolchain/ci/base-artifacts.
discards 9004dcf7 0: update: binutils-31629daee5f896c94cccf0a11b6ff34d0a756eba: 1
new c631eacb 0: update: binutils-19b96124487358e723f920bfa30c272f5c0c5995: 1
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 (9004dcf7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/mast [...]
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.xz | Bin 1572 -> 1576 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 51904 -> 51800 bytes
04-build_abe-bootstrap/console.log.xz | Bin 266844 -> 267196 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3832 -> 3828 bytes
06-build_abe-check_bootstrap/console.log.xz | Bin 2416 -> 2424 bytes
07-check_regression/console.log.xz | Bin 2372 -> 2376 bytes
07-check_regression/results.compare | 16 +-
07-check_regression/results.compare2 | 6 +-
08-update_baseline/console.log | 134 +-
08-update_baseline/results.compare | 16 +-
08-update_baseline/results.compare2 | 6 +-
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 3472140 -> 3442924 bytes
sumfiles/g++.sum | 122 +-
sumfiles/gcc.log.xz | Bin 2989012 -> 3030116 bytes
sumfiles/gcc.sum | 4176 +++++++++++++--------------
sumfiles/gfortran.log.xz | Bin 915612 -> 909012 bytes
sumfiles/gfortran.sum | 44 +-
sumfiles/libatomic.log.xz | Bin 2328 -> 2328 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 174440 -> 174716 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2704 -> 2708 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 438188 -> 436560 bytes
sumfiles/libstdc++.sum | 10 +-
27 files changed, 2282 insertions(+), 2282 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-11
in repository gcc.
from 64b2bd684f6 Daily bump.
new e85d6ef1c45 gcc/configure.ac: fix register issue for global_load assemb [...]
new 9552afb2aec amdgcn: Add -mxnack and -msram-ecc [PR 100208]
new 92aed72a739 amdgcn: Fix attributes for LLVM-12 [PR 100208]
new 5b85107d3ce amdgcn: Mark s_mulk_i32 as clobbering SCC
new 0eb56ebc053 amdgcn: Support LLVM 13 assembler syntax
new 9120e8c402b amdgcn: Implement -msram-ecc=any
new 23ced2dc834 amdgcn: Fix assembler version incompatibility
new cc84160c5f4 amdgcn: fix up offload debug linking with LLVM 13
The 8 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.in | 66 ++++++
gcc/config/gcn/gcn-hsa.h | 59 +++++
gcc/config/gcn/gcn-opts.h | 7 +
gcc/config/gcn/gcn-valu.md | 18 +-
gcc/config/gcn/gcn.c | 85 ++++++-
gcc/config/gcn/gcn.md | 6 +-
gcc/config/gcn/gcn.opt | 21 ++
gcc/config/gcn/mkoffload.c | 135 ++++++++++-
gcc/configure | 382 ++++++++++++++++++++++++++++++
gcc/configure.ac | 127 ++++++++++
gcc/doc/invoke.texi | 17 ++
gcc/testsuite/gcc.target/gcn/sram-ecc-1.c | 17 ++
gcc/testsuite/gcc.target/gcn/sram-ecc-2.c | 17 ++
gcc/testsuite/gcc.target/gcn/sram-ecc-3.c | 21 ++
gcc/testsuite/gcc.target/gcn/sram-ecc-4.c | 21 ++
gcc/testsuite/gcc.target/gcn/sram-ecc-5.c | 17 ++
gcc/testsuite/gcc.target/gcn/sram-ecc-6.c | 17 ++
gcc/testsuite/gcc.target/gcn/sram-ecc-7.c | 21 ++
gcc/testsuite/gcc.target/gcn/sram-ecc-8.c | 21 ++
19 files changed, 1056 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/gcn/sram-ecc-1.c
create mode 100644 gcc/testsuite/gcc.target/gcn/sram-ecc-2.c
create mode 100644 gcc/testsuite/gcc.target/gcn/sram-ecc-3.c
create mode 100644 gcc/testsuite/gcc.target/gcn/sram-ecc-4.c
create mode 100644 gcc/testsuite/gcc.target/gcn/sram-ecc-5.c
create mode 100644 gcc/testsuite/gcc.target/gcn/sram-ecc-6.c
create mode 100644 gcc/testsuite/gcc.target/gcn/sram-ecc-7.c
create mode 100644 gcc/testsuite/gcc.target/gcn/sram-ecc-8.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 master
in repository gcc.
from 64f9623765d Fortran: Fix Bind(C) Array-Descriptor Conversion
new 47e4ab6559d Strlen pass refactoring.
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/tree-ssa-strlen.c | 482 +++++++++++++++++++++++++++-----------------------
1 file changed, 257 insertions(+), 225 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_gnu_cross_check_gcc/master-arm
in repository toolchain/ci/base-artifacts.
discards 3d103c04 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new 6d2b5066 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
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 (3d103c04)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/mast [...]
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.xz | Bin 1560 -> 1512 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 43804 -> 43648 bytes
04-build_abe-stage1/console.log.xz | Bin 90512 -> 89736 bytes
06-build_abe-linux/console.log.xz | Bin 9088 -> 8784 bytes
07-build_abe-glibc/console.log.xz | Bin 229972 -> 229916 bytes
08-build_abe-stage2/console.log.xz | Bin 223964 -> 222488 bytes
09-build_abe-gdb/console.log.xz | Bin 43704 -> 43632 bytes
10-build_abe-qemu/console.log.xz | Bin 29880 -> 30100 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3852 -> 3872 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2444 -> 2460 bytes
13-check_regression/console.log.xz | Bin 2932 -> 2836 bytes
13-check_regression/extra-bisect-params | 2 +-
13-check_regression/fails.sum | 6 +-
13-check_regression/results.compare | 6 +-
13-check_regression/results.compare2 | 23 +-
13-check_regression/results.regressions | 6 +-
14-update_baseline/console.log | 251 +++--
14-update_baseline/extra-bisect-params | 2 +-
14-update_baseline/fails.sum | 6 +-
14-update_baseline/results.compare | 6 +-
14-update_baseline/results.compare2 | 23 +-
14-update_baseline/results.regressions | 6 +-
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 2573704 -> 2577548 bytes
sumfiles/g++.sum | 4 +-
sumfiles/gcc.log.xz | Bin 2071788 -> 2098092 bytes
sumfiles/gcc.sum | 1758 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 847504 -> 835664 bytes
sumfiles/gfortran.sum | 56 +-
sumfiles/libatomic.log.xz | Bin 2244 -> 2244 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 165064 -> 165232 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2652 -> 2648 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 411660 -> 421260 bytes
sumfiles/libstdc++.sum | 2 +-
38 files changed, 1075 insertions(+), 1096 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 017665f6304 Fortran: Fix CLASS conversion check [PR102745]
new 724e27046bc Remove unused but set variables.
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/dbgcnt.c | 2 --
gcc/gcov.c | 4 +---
gcc/lto-compress.c | 4 ----
gcc/targhooks.c | 4 +---
libcpp/charset.c | 2 --
5 files changed, 2 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.