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: Fix lto-symtab wrt ggc


On 10/05/2010 01:40, Jan Hubicka wrote:

>    /* Keep this only if the decl or the chain is marked.  */
>    return (ggc_marked_p (base->decl)
> +	  || ggc_marked_p (base->id)
>  	  || (base->next && ggc_marked_p (base->next)));
>  }

  The comment should be updated to remain in sync with what the condition now
says.  (Also, your changelog needed line-wrapping.)

    cheers,
      DaveK


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