This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3330e673959 VEC_COND_EXPR verification adjustment new d253a6f7bb1 d: Add TARGET_D_HAS_STDCALL_CONVENTION new 3785d2b207f d: Add TARGET_D_REGISTER_CPU_TARGET_INFO new 5b63eb17d86 d: Move call to set_linkage_for_decl to declare_extern_var. new a5e4abac26b d: Remove setting of target-specific global.params flags fr [...]
The 4 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/aarch64/aarch64-d.c | 23 ++++++++++++++++++ gcc/config/aarch64/aarch64-protos.h | 1 + gcc/config/aarch64/aarch64.h | 3 ++- gcc/config/arm/arm-d.c | 42 ++++++++++++++++++++++++++++++++ gcc/config/arm/arm-protos.h | 1 + gcc/config/arm/arm.h | 3 ++- gcc/config/i386/i386-d.c | 48 +++++++++++++++++++++++++++++++++++++ gcc/config/i386/i386-protos.h | 2 ++ gcc/config/i386/i386.h | 4 +++- gcc/config/mips/mips-d.c | 30 +++++++++++++++++++++++ gcc/config/mips/mips-protos.h | 1 + gcc/config/mips/mips.h | 3 ++- gcc/config/pa/pa-d.c | 28 ++++++++++++++++++++++ gcc/config/pa/pa-protos.h | 1 + gcc/config/pa/pa.h | 3 ++- gcc/config/riscv/riscv-d.c | 46 +++++++++++++++++++++++++++++++++++ gcc/config/riscv/riscv-protos.h | 1 + gcc/config/riscv/riscv.h | 3 ++- gcc/config/rs6000/rs6000-d.c | 30 +++++++++++++++++++++++ gcc/config/rs6000/rs6000-protos.h | 1 + gcc/config/rs6000/rs6000.h | 3 ++- gcc/config/s390/s390-d.c | 30 +++++++++++++++++++++++ gcc/config/s390/s390-protos.h | 1 + gcc/config/s390/s390.h | 3 ++- gcc/config/sparc/sparc-d.c | 28 ++++++++++++++++++++++ gcc/config/sparc/sparc-protos.h | 1 + gcc/config/sparc/sparc.h | 3 ++- gcc/d/d-builtins.cc | 19 --------------- gcc/d/d-target.cc | 13 +++++++++- gcc/d/d-target.def | 25 +++++++++++++++++++ gcc/d/decl.cc | 6 ++--- gcc/d/typeinfo.cc | 5 +--- gcc/d/types.cc | 19 ++++++++++----- gcc/doc/tm.texi | 17 +++++++++++++ gcc/doc/tm.texi.in | 4 ++++ 35 files changed, 408 insertions(+), 43 deletions(-)