> gcc/
> 
>       * ipa-ref.h (symtab_node): Remove typedef to pointer type, as it
>       clashes with the preferred name for the base class.
>       (const_symtab_node): Remove redundant typedef.

This is OK, too.
Actually it is not only clash - it was really inconsistent to write
symtab_node node;
struct cgraph_node *cnode;

It is good this inconsistency is gone.
Honza

Reply via email to