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]

Re: PATCH for more GC tweaks


On Tue, Sep 07, 1999 at 08:28:46AM -0700, Mark Mitchell wrote:
>   void
> ! free_emit_status (f, d)
>        struct function *f;
> +      tree d;
>   {
> +   if (DECL_DEFER_OUTPUT (d))
> +     return;

Why not `f->decl' ?



r~


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