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] testsuite/gcc.dg/compat changes for debugging output


On Fri, Jun 13, 2003 at 09:41:29AM -0700, Janis Johnson wrote:
> +#define DEBUG_FPUTS(x) { fputs (x, stdout); DEBUG_FFLUSH; }

Might as well put the stream in unbuffered mode instead?


r~


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