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: Minor fixes to type remapping in tree-inline.c


    It looks like we're also missing some other bits from remap_decl,
    such as DECL_ARG_TYPE_AS_WRITTEN, DECL_SIZE*.

Not the first since it's only defined for a PARM_DECL and we've made a
VAR_DECL.  The latter isn't necessary *now* since there's a check to
not inline a function with variable-sized parameters, but I think there
are few, if any, reasons why that won't work, so that indeed should be
done.  I'll do it.


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