This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9a6c7aa1b01 Move pr114396.c from gcc.target/i386 to gcc.c-torture/execute. new d3c24e9e55a RISC-V: Bugfix ICE for __attribute__((target("arch=+v")) new 9941f0295a1 RISC-V: Bugfix function target attribute pollution
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/common/config/riscv/riscv-common.cc | 136 +++++++++++++++++++-- gcc/config/riscv/riscv-subset.h | 6 + gcc/config/riscv/riscv-target-attr.cc | 20 ++- gcc/config/riscv/riscv.cc | 11 +- .../gcc.target/riscv/rvv/base/pr114352-1.c | 58 +++++++++ .../gcc.target/riscv/rvv/base/pr114352-2.c | 27 ++++ .../gcc.target/riscv/rvv/base/pr114352-3.c | 113 +++++++++++++++++ 7 files changed, 354 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/pr114352-1.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/pr114352-2.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/pr114352-3.c