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]

Re: C++ PATCH: Throttle inlining


>>>>> "Mark" == Mark Mitchell <mark@codesourcery.com> writes:

> +   /* Compute the appropriate object-file linkage for inline
> +      functions.  */
> +   if (DECL_INLINE (fn))
> +     import_export_decl (fn);

I think that should be DECL_THIS_INLINE.

Jason


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