projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67e3020
)
Add changelog entry for previous commit
author
Iain Buclaw
<ibuclaw@gdcproject.org>
Sun, 26 Apr 2020 09:32:39 +0000
(11:32 +0200)
committer
Iain Buclaw
<ibuclaw@gdcproject.org>
Sun, 26 Apr 2020 09:33:41 +0000
(11:33 +0200)
gcc/d/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/d/ChangeLog
b/gcc/d/ChangeLog
index 7bb38a8b0e740a5777d7dc452fac2f42d7a162d3..ab3028d8d75765764791a170f84fe24de6392947 100644
(file)
--- a/
gcc/d/ChangeLog
+++ b/
gcc/d/ChangeLog
@@
-1,3
+1,10
@@
+2020-04-26 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * 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 <ibuclaw@gdcproject.org>
* intrinsics.cc (expand_intrinsic_toprec): New function.