This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 646b24efaa5 libstdc++: Add align_alloc attribute to aligned operator new new a57c16e50d4 RISC-V: Split riscv_process_target_attr with const char *ar [...] new f011f890818 OpenMP/C++: Fix declare variant with reference-returning functions new eb828a1e380 RISC-V: Do not inline when callee is versioned but caller is not
The 3 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-protos.h | 2 + gcc/config/riscv/riscv-target-attr.cc | 65 +++++++++++++++------------ gcc/config/riscv/riscv.cc | 4 ++ gcc/cp/decl.cc | 3 ++ gcc/testsuite/g++.dg/gomp/declare-variant-9.C | 29 ++++++++++++ 5 files changed, 75 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/g++.dg/gomp/declare-variant-9.C