This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/3] [D] libiberty: Add support for handling function types in dlang_type


On Fri, May 26, 2017 at 8:49 AM, Iain Buclaw <ibuclaw@gdcproject.org> wrote:
> In the normal case, functions are passed around as a
> pointer-to-function type.  One place where this is not the case
> however is when a function appears in template arguments, here the
> function is instead passed by alias.
>
> This patch updates dlang_type() to handle this case.

This is OK.

Thanks.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]