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: [PATCH] Unify tree/RTL dump file handling (4/5)


On Thu, Aug 26, 2004 at 08:44:59AM +0200, Paolo Bonzini wrote:
>   if (dfi->num < 0
>       || snprintf (dump_id, sizeof (dump_id), ".%s%02d",
> 		   (dfi->flags & TDF_TREE) ? "t" : "", dfi->num) < 0)
>     dump_id[0] = '\0';
> 
> Ok with this change?

Yeah.


r~


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