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: [lto][patch] Really fix builtins this time


On Wed, Dec 31, 2008 at 09:43, Rafael Espindola <espindola@google.com> wrote:

> @@ -2248,7 +2245,7 @@ static GTY(()) tree pending_assemble_externals;
>  /* True if DECL is a function decl for which no out-of-line copy exists.
>     It is assumed that DECL's assembler name has been set.  */
>
> -static bool
> +bool
>  incorporeal_function_p (tree decl)

You should also remove the definition of this out of the
protection of 'ifdef ASM_OUTPUT_EXTERNAL'.

OK with that change and a test case.


Diego.


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