This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/llvm-release-aarch64-spec2k6-Oz in repository toolchain/ci/gcc.
from 99b63670926 Daily bump. adds cee5d51cef7 Daily bump. adds fd5b5c275dc Clean up references to Subversion in documentation sources. adds ce91f0f189e Backport f48c6014133c8989702458f9082e34ba6dd326d4 adds 20e9d785434 PR middle-end/93246 - missing alias subsets adds 42066149461 [PATCH] PR Fortran/93263 Correct test case adds 9e9f9bf428f Update GCC zh_TW.po. adds 00cae906a9c Daily bump. adds 3384aa7af4c PR c++/91476 - anon-namespace reference temp clash between TUs. adds ae403e0d4e0 Bug 93234 - INQUIRE on pre-assigned files of ROUND and SIGN [...] adds 58735237fcd Daily bump. adds a11e92c4e7f Fix ICE with cast of division by zero (PR c/93348). adds beee53d59e3 re PR c++/92992 (Side-effects dropped when decltype(nullptr [...] adds dbc84c8b7f7 re PR c++/92438 (Function declaration parsed incorrectly wi [...] adds 26e1a1c66f2 re PR libgomp/93065 (libgomp: destructor missing to delete [...] adds 7bf1518f84d re PR ipa/93087 (Bogus `-Wsuggest-attribute=cold` on functi [...] adds 75cdf669074 re PR rtl-optimization/93088 (Compile time hog on gcc/tests [...] adds 5e94f77146e re PR inline-asm/93202 ([RISCV] ICE when using inline asm ' [...] adds 13e141515f5 re PR libgomp/93219 (unused return value in affinity-fmt.c) adds a5ce64f7d50 i386: Fix wrong-code x86 issue with avx512{f,vl} fma PR93009 adds 514314b7310 c++: Fix deprecated attribute handling on templates (PR c++/93228) adds 1abe8d45b71 powerpc: Fix ICE with fp conditional move (PR target/93073) adds 51faa475c91 riscv: Fix up riscv_rtx_costs for RTL checking (PR target/93333) adds 39d602ba468 openmp: Teach omp_code_to_statement about rest of OpenMP st [...] adds 18cfaa4217f openmp: Fix up !$omp target parallel handling adds d1c29dc8a3b i386: Fix up -fdollars-in-identifiers with identifiers star [...] adds b6c79134021 aarch64: Fix aarch64_expand_subvti constant handling [PR93335] adds f4a36c5017f Cherry-pick 15 bugfixes from mainline adds 6dd69b78671 Daily bump. adds 5fbc1752347 Daily bump. adds 461c01b2d94 libstdc++: Fix recent documentation changes adds e2bcf65feea libstdc++: Simplify makefile rule for largefile-config.h (PR91947) adds a4b7cf58658 c++: Unshare expressions from constexpr cache. adds 7058d1744c6 Daily bump. adds 393df7be49d Daily bump. adds bf15829bf64 testsuite: xfail gcc.target/i386/pr91298-?.c on Solaris/x86 [...] adds 568968edb0c Daily bump. adds a708cb25d92 [AArch64] Fix shrinkwrapping interactions with atomics (PR92692) adds 2ceb5aba64e c++: Bogus error using namespace alias [PR91826] adds 83f65674e78 Daily bump. adds 7db777843cc c++: Fix ICE with lambda in member operator (PR93279) adds dcb23017b1a c++: Fix array of char typedef in template (PR90966). adds 9d4d55a52d4 c++: Function declared with typedef with eh-specification. adds 1c7061c7c35 c++: Allow template rvalue-ref conv to bind to lvalue ref. adds 50a42922d35 Daily bump. adds a1f8dca201e [AArch64] PR92424: Fix -fpatchable-function-entry=N,M with BTI adds c6613dd33ce Daily bump. adds 9d9679132e0 c++: Drop alignas restriction for stack variables. adds afb84a42ad8 RISC-V: Disallow regrenme if the TO register never used bef [...] adds 6957d3e4eef Fix ICE in pa_elf_select_rtx_section. adds 6da4411d950 Daily bump. adds bf4ee21e21b Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 118 +++++++++++ gcc/DATESTAMP | 2 +- gcc/alias.c | 34 +++- gcc/c-family/ChangeLog | 5 + gcc/c-family/c-attribs.c | 62 +----- gcc/c/ChangeLog | 9 + gcc/c/c-typeck.c | 2 + gcc/config/aarch64/aarch64.c | 50 ++++- gcc/config/aarch64/aarch64.h | 1 + gcc/config/aarch64/atomics.md | 18 +- gcc/config/i386/i386.h | 25 +++ gcc/config/i386/sse.md | 32 +-- gcc/config/pa/pa.c | 2 +- gcc/config/riscv/riscv-protos.h | 2 + gcc/config/riscv/riscv.c | 21 +- gcc/config/riscv/riscv.h | 2 + gcc/config/rs6000/rs6000.c | 5 + gcc/cp/ChangeLog | 54 +++++ gcc/cp/call.c | 11 +- gcc/cp/constexpr.c | 2 +- gcc/cp/decl.c | 1 + gcc/cp/name-lookup.c | 38 ++-- gcc/cp/parser.c | 29 ++- gcc/cp/pt.c | 13 +- gcc/doc/contribute.texi | 4 +- gcc/doc/install.texi | 37 ++-- gcc/doc/md.texi | 2 +- gcc/fortran/ChangeLog | 10 + gcc/fortran/openmp.c | 75 +++++++ gcc/fortran/parse.c | 3 + gcc/fortran/trans-openmp.c | 1 + gcc/loop-iv.c | 15 +- gcc/lto/ChangeLog | 9 + gcc/lto/lto-partition.c | 3 + gcc/output.h | 6 + gcc/po/ChangeLog | 4 + gcc/po/zh_TW.po | 17 +- gcc/predict.c | 12 +- gcc/testsuite/ChangeLog | 109 ++++++++++ gcc/testsuite/c-c++-common/cold-1.c | 22 ++ gcc/testsuite/g++.dg/cpp0x/alignas17.C | 14 ++ gcc/testsuite/g++.dg/cpp0x/initlist-array10.C | 14 ++ .../g++.dg/cpp0x/lambda/lambda-template16.C | 15 ++ gcc/testsuite/g++.dg/cpp0x/nullptr45.C | 24 +++ gcc/testsuite/g++.dg/cpp0x/rv-conv3.C | 15 ++ gcc/testsuite/g++.dg/cpp1y/attr-deprecated-3.C | 13 ++ gcc/testsuite/g++.dg/cpp1y/lambda-generic-ref1.C | 12 ++ gcc/testsuite/g++.dg/cpp1z/decomp48.C | 8 +- gcc/testsuite/g++.dg/cpp1z/noexcept-type22.C | 6 + gcc/testsuite/g++.dg/ext/attrib61.C | 26 +++ gcc/testsuite/g++.dg/ext/visibility/ref-temp1.C | 11 + gcc/testsuite/g++.dg/lookup/pr91826.C | 16 ++ gcc/testsuite/g++.dg/torture/pr93246.C | 31 +++ gcc/testsuite/gcc.c-torture/compile/pr93333.c | 10 + gcc/testsuite/gcc.c-torture/compile/pr93335.c | 98 +++++++++ gcc/testsuite/gcc.c-torture/compile/pr93348-1.c | 5 + gcc/testsuite/gcc.target/aarch64/pr92424-2.c | 12 ++ gcc/testsuite/gcc.target/aarch64/pr92424-3.c | 12 ++ gcc/testsuite/gcc.target/i386/avx512vl-pr93009.c | 38 ++++ gcc/testsuite/gcc.target/i386/pr91298-1.c | 15 ++ gcc/testsuite/gcc.target/i386/pr91298-2.c | 6 + gcc/testsuite/gcc.target/i386/pr93088.c | 5 + gcc/testsuite/gcc.target/powerpc/pr93073.c | 16 ++ gcc/testsuite/gcc.target/riscv/pr93202.c | 10 + gcc/testsuite/gcc.target/riscv/pr93304.c | 19 ++ gcc/testsuite/gfortran.dg/goacc/pr93329.f90 | 223 +++++++++++++++++++++ .../gfortran.dg/gomp/target-parallel1.f90 | 4 + gcc/testsuite/gfortran.dg/inquire_pre.f90 | 68 +++++++ gcc/testsuite/gfortran.dg/pr93263_1.f90 | 2 +- gcc/varasm.c | 33 +-- libgfortran/ChangeLog | 7 + libgfortran/io/unit.c | 16 +- libgomp/ChangeLog | 15 ++ libgomp/affinity-fmt.c | 4 +- libgomp/libgomp.h | 2 +- libgomp/oacc-init.c | 9 + libstdc++-v3/ChangeLog | 27 +++ libstdc++-v3/doc/html/faq.html | 28 +-- .../doc/html/manual/appendix_contributing.html | 12 +- libstdc++-v3/doc/html/manual/index.html | 2 +- libstdc++-v3/doc/xml/faq.xml | 31 +-- .../doc/xml/manual/appendix_contributing.xml | 12 +- libstdc++-v3/doc/xml/manual/spine.xml | 1 + libstdc++-v3/include/Makefile.am | 22 +- libstdc++-v3/include/Makefile.in | 22 +- 85 files changed, 1578 insertions(+), 280 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/cold-1.c create mode 100644 gcc/testsuite/g++.dg/cpp0x/alignas17.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-array10.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template16.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/nullptr45.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/rv-conv3.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/attr-deprecated-3.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-ref1.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/noexcept-type22.C create mode 100644 gcc/testsuite/g++.dg/ext/attrib61.C create mode 100644 gcc/testsuite/g++.dg/ext/visibility/ref-temp1.C create mode 100644 gcc/testsuite/g++.dg/lookup/pr91826.C create mode 100644 gcc/testsuite/g++.dg/torture/pr93246.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr93333.c create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr93335.c create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr93348-1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr92424-2.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr92424-3.c create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-pr93009.c create mode 100644 gcc/testsuite/gcc.target/i386/pr91298-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr91298-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr93088.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr93073.c create mode 100644 gcc/testsuite/gcc.target/riscv/pr93202.c create mode 100644 gcc/testsuite/gcc.target/riscv/pr93304.c create mode 100644 gcc/testsuite/gfortran.dg/goacc/pr93329.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/target-parallel1.f90 create mode 100644 gcc/testsuite/gfortran.dg/inquire_pre.f90