From: Iain Buclaw Date: Sun, 26 Apr 2020 09:32:39 +0000 (+0200) Subject: Add changelog entry for previous commit X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9887f9d815fbcfe944af6e12fc93175dba882a28;p=gcc.git Add changelog entry for previous commit --- diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog index 7bb38a8b0e7..ab3028d8d75 100644 --- a/gcc/d/ChangeLog +++ b/gcc/d/ChangeLog @@ -1,3 +1,10 @@ +2020-04-26 Iain Buclaw + + * decl.cc (get_symbol_decl): Set DECL_DECLARED_INLINE_P or + DECL_UNINLINABLE for declarations with pragma(inline). + * toir.cc (IRVisitor::visit (GccAsmStatement *)): Set ASM_INLINE_P if + in function decorated with pragma(inline). + 2020-04-25 Iain Buclaw * intrinsics.cc (expand_intrinsic_toprec): New function.