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/master-aarch64 in repository toolchain/ci/gcc.
from 57c7ec62ee0 Daily bump. adds 6496ae5c965 Properly parse invariant &MEM addresses in the GIMPLE FE adds 6ca03ca35a5 amdgcn: Support LLVM 13 assembler syntax adds 205dafb6ede amdgcn: Implement -msram-ecc=any adds 81c362c7c2b amdgcn: Fix assembler version incompatibility adds 8ae3b44a523 build: Fix --enable-gather-detailed-mem-stats
No new revisions were added by this update.
Summary of changes: gcc/c-family/c-common.c | 4 +- gcc/c/c-typeck.c | 4 + gcc/config.in | 44 +++++- gcc/config/gcn/gcn-hsa.h | 65 +++++++-- gcc/config/gcn/gcn-valu.md | 16 ++- gcc/config/gcn/gcn.c | 50 +++++-- gcc/config/gcn/mkoffload.c | 112 ++++++++++++---- gcc/configure | 266 ++++++++++++++++++++++++++++++++++--- gcc/configure.ac | 108 ++++++++++++--- gcc/testsuite/gcc.dg/gimplefe-47.c | 27 ++++ gcc/toplev.c | 5 +- gcc/toplev.h | 2 +- gcc/tree-pretty-print.c | 7 +- 13 files changed, 610 insertions(+), 100 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/gimplefe-47.c