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: Close dump files before verification


On Tue, Jul 13, 2004 at 02:36:22PM -0400, Diego Novillo wrote:
>    if ((flags & TODO_dump_func) && dump_file)
> -    dump_function_to_file (current_function_decl,
> -			   dump_file, dump_flags);
> +    {
> +      dump_function_to_file (current_function_decl,
> +			     dump_file, dump_flags);

Perhaps better to just fflush(dump_file).


r~


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