This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 347dec125b6 [Ada] Adjust previous change to Expand_Subtype_From_Expr new 5ca9980fc86 Add TARGET_COMPUTE_MULTILIB hook to override multi-lib result. new d72ca12b846 RISC-V: Implement TARGET_COMPUTE_MULTILIB
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/common-target.def | 25 +++ gcc/common/common-targhooks.cc | 15 ++ gcc/common/common-targhooks.h | 11 + gcc/common/config/riscv/riscv-common.cc | 377 ++++++++++++++++++++++++++++++++ gcc/config/riscv/elf.h | 6 +- gcc/config/riscv/riscv-subset.h | 2 + gcc/config/riscv/riscv.h | 4 +- gcc/doc/tm.texi | 17 ++ gcc/doc/tm.texi.in | 3 + gcc/gcc.cc | 48 +--- gcc/opts.h | 36 +++ 11 files changed, 506 insertions(+), 38 deletions(-)