bug-dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-dejagnu] Re: Compiling Using gcc 3.0


From: Rob Savoye
Subject: [Bug-dejagnu] Re: Compiling Using gcc 3.0
Date: Mon, 28 May 2001 18:56:32 -0600

On Mon, May 28, 2001 at 03:00:48PM -0700, Jeffrey Oldham wrote:
> On Mon, May 28, 2001 at 07:43:18AM -0600, Rob Savoye wrote:

> buffer.  If the debugger is not lying, unit.cc's putsetbuf() is
> invoking std_streambuf's setbuf(), which does nothing.  I do not like
> the design choice, but the published interface makes changing it
> beyond my ability to think of another approach.

  As of a few days ago, std_streambuf::pubsetbuf() was changed to work
like the v2 version. (std_streambuf::setbuf()), cause no setbuf is private.
Unit.cc works with v3 from CVS before I added your patch. I prefer the
ostringstream way, I just have to debug why it's not working correctly...

        - rob -



reply via email to

[Prev in Thread] Current Thread [Next in Thread]