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] Put DECL_ASSEMBLER_NAME on the symbol table


On Mon, Aug 25, 2008 at 08:38, Rafael Espindola <espindola@google.com> wrote:

> -      const char *name = IDENTIFIER_POINTER (DECL_NAME(t));
> +      const char *name = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME(t));

Space before '(t)'.

OK with that change.


Diego.


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