This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12
in repository gcc.
from 985a8962712 SRA: Limit replacement creation for accesses propagated from LHSs
new e9f0d974600 aarch64: Add support for Ampere-1A (-mcpu=ampere1a) CPU
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/aarch64-cores.def | 4 +-
gcc/config/aarch64/aarch64-cost-tables.h | 107 ++++++++++++++++++++++++++++
gcc/config/aarch64/aarch64-fusion-pairs.def | 1 +
gcc/config/aarch64/aarch64-tune.md | 2 +-
gcc/config/aarch64/aarch64.cc | 64 +++++++++++++++++
gcc/doc/invoke.texi | 3 +-
6 files changed, 178 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 releases/gcc-11
in repository gcc.
from e5fe573706a Daily bump.
new cb7b6c721e3 aarch64: Add support for Ampere-1A (-mcpu=ampere1a) CPU
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/aarch64-cores.def | 1 +
gcc/config/aarch64/aarch64-cost-tables.h | 104 ++++++++++++++++++++++++++++
gcc/config/aarch64/aarch64-fusion-pairs.def | 1 +
gcc/config/aarch64/aarch64-tune.md | 2 +-
gcc/config/aarch64/aarch64.c | 58 ++++++++++++++++
gcc/doc/invoke.texi | 3 +-
6 files changed, 167 insertions(+), 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.
unknown user pushed a change to branch master
in repository gcc.
from bdd784fc48a Fortran: ICE on procedure arguments with non-integer length [...]
new 6e4962810fe analyzer: log the stashing of named constants [PR107711]
new ff199a859b2 analyzer: more test coverage for named constants
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/analyzer/analyzer-language.cc | 42 +++++++++++++++---
gcc/analyzer/analyzer.h | 2 +
gcc/analyzer/engine.cc | 50 +++++++++++++++-------
gcc/testsuite/gcc.dg/analyzer/fdump-analyzer-1.c | 14 ++++++
...macros.c => named-constants-via-command-line.c} | 13 +-----
...a-macros-2.c => named-constants-via-macros-3.c} | 6 +--
...a-macros-2.c => named-constants-via-macros-4.c} | 6 +--
...cros-2.c => named-constants-via-macros-empty.c} | 9 ++--
...ia-macros.c => named-constants-via-macros-gc.c} | 2 +
....c => named-constants-via-macros-traditional.c} | 11 ++---
...cros-2.c => named-constants-via-macros-undef.c} | 13 +++---
11 files changed, 113 insertions(+), 55 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/fdump-analyzer-1.c
copy gcc/testsuite/gcc.dg/analyzer/{named-constants-via-macros.c => named-constant [...]
copy gcc/testsuite/gcc.dg/analyzer/{named-constants-via-macros-2.c => named-consta [...]
copy gcc/testsuite/gcc.dg/analyzer/{named-constants-via-macros-2.c => named-consta [...]
copy gcc/testsuite/gcc.dg/analyzer/{named-constants-via-macros-2.c => named-consta [...]
copy gcc/testsuite/gcc.dg/analyzer/{named-constants-via-macros.c => named-constant [...]
copy gcc/testsuite/gcc.dg/analyzer/{named-constants-via-macros-2.c => named-consta [...]
copy gcc/testsuite/gcc.dg/analyzer/{named-constants-via-macros-2.c => named-consta [...]
--
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/release-aarch64-bootstrap_debug
in repository toolchain/ci/base-artifacts.
from 0bc2670189 30: onsuccess: #154: 2: Success after binutils/gcc: 6 commits
new 098159f23f 31: onsuccess: #155: 2: Success after binutils/gcc: 10 commits
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 1664 -> 1680 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2716 bytes
04-build_abe-binutils/console.log.xz | Bin 37844 -> 37884 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 263660 -> 264760 bytes
06-check_regression/console.log.xz | Bin 2624 -> 2804 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 18 +++++++++---------
12 files changed, 15 insertions(+), 15 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 c85f8dbb173 c++: P2448 - Relaxing some constexpr restrictions [PR106649]
new bdd784fc48a Fortran: ICE on procedure arguments with non-integer length [...]
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/fortran/interface.cc | 2 ++
gcc/testsuite/gfortran.dg/pr107707.f90 | 13 +++++++++++++
2 files changed, 15 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/pr107707.f90
--
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-release-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
from 5a6380ef28 30: onsuccess: #429: 23278: Success after binutils/llvm/linu [...]
new eea362011e 31: onsuccess: #430: 23296: Success after binutils/llvm/linu [...]
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 1688 -> 1720 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 30108 -> 29812 bytes
04-build_kernel_llvm/console.log.xz | Bin 65116 -> 63312 bytes
05-build_abe-qemu/console.log.xz | Bin 31892 -> 30384 bytes
06-build_linux/console.log.xz | Bin 5376 -> 4944 bytes
08-check_regression/console.log.xz | Bin 4336 -> 4260 bytes
08-check_regression/mail-body.txt | 4 ++--
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 6 +++---
mail/mail-subject.txt | 2 +-
manifest.sh | 30 +++++++++++++++---------------
results | 2 +-
18 files changed, 28 insertions(+), 28 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.