This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 25c8599ad46 __builtin_counted_by_ref should be extended to support poin [...] new d5964a270de Fix compile failure on systems not supporting gthreads. new 45bd656eb5c RISC-V: -mrvv-max-lmul=conv-dynamic [PR122846].
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/config/riscv/riscv-opts.h | 8 +- gcc/config/riscv/riscv-string.cc | 26 ++- gcc/config/riscv/riscv-vector-costs.cc | 232 ++++++++++++++++----- gcc/config/riscv/riscv-vector-costs.h | 17 +- gcc/config/riscv/riscv.opt | 3 + .../gcc.target/riscv/rvv/autovec/dyn-lmul-conv-1.c | 42 ++++ .../gcc.target/riscv/rvv/autovec/dyn-lmul-conv-2.c | 43 ++++ .../gcc.target/riscv/rvv/autovec/pr122846.c | 14 ++ libgfortran/io/async.h | 72 ++++++- libgfortran/io/io.h | 2 + libgfortran/io/unit.c | 7 +- 11 files changed, 395 insertions(+), 71 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/dyn-lmul-conv-1.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/dyn-lmul-conv-2.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr122846.c