[PATCH][LTO] Clean up decl merging (again)

Diego Novillo dnovillo@google.com
Wed Oct 14 13:29:00 GMT 2009


On Tue, Oct 13, 2009 at 11:50, Richard Guenther <rguenther@suse.de> wrote:

> ! /* Merge two variable or function symbol table entries PREVAILING and ENTRY.
> !    Return the false if the symbols are not fully compatible and a diagnostic
> !    should be emitted.  */

s/the false/false/

>
> ! static bool
> ! lto_symtab_resolve_replacable_p (lto_symtab_entry_t e)

s/_replacable_/_replaceable_/

>
> !   /* Find the single non-replacable prevailing symbol and

s/replacable/replaceable/

> +     goto found;
> +
> +   /* Do a second round choosing one from the replacable prevailing decls.  */

Likewise.


OK with those changes.


Diego.



More information about the Gcc-patches mailing list