This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1c16f7fc903 d: Add always_inline to the internal attribute table. new 013fca64fc1 d: Merge UDAs between function prototype and definitions (PR90136)
The 1 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/d/ChangeLog | 22 ++++++++++++++++++ gcc/d/d-attribs.cc | 27 ++++++++++++++++++++++- gcc/d/d-tree.h | 6 ++--- gcc/d/decl.cc | 49 ++++++++++++++++++++++++----------------- gcc/d/modules.cc | 2 +- gcc/d/typeinfo.cc | 2 +- gcc/d/types.cc | 31 ++++++-------------------- gcc/testsuite/ChangeLog | 7 ++++++ gcc/testsuite/gdc.dg/pr90136a.d | 21 ++++++++++++++++++ gcc/testsuite/gdc.dg/pr90136b.d | 21 ++++++++++++++++++ gcc/testsuite/gdc.dg/pr90136c.d | 9 ++++++++ 11 files changed, 146 insertions(+), 51 deletions(-) create mode 100644 gcc/testsuite/gdc.dg/pr90136a.d create mode 100644 gcc/testsuite/gdc.dg/pr90136b.d create mode 100644 gcc/testsuite/gdc.dg/pr90136c.d