This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: New testcase for libstdc++/12048 failing
- From: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- To: phil at jaj dot com
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Wed, 27 Aug 2003 18:30:14 -0500 (CDT)
- Subject: Re: New testcase for libstdc++/12048 failing
- References: <20030827165426.GA5155@disaster.jaj.com>
- Reply-to: rittle at labs dot mot dot com
In article <20030827165426.GA5155@disaster.jaj.com>,
Phil Edwards<phil@jaj.com> writes:
> Loren, Petur, greetings. The new testcase added for unget() on stdin is
> failing on i686-pc-linux-gnu. After adding some debug printing:
Hi Phil,
Yes, it is indeed broken at the moment. Sorry I didn't state that as
a known fact at time of installation. Under gdb, I found that libc
unget() is being called with EOF instead of '1'. I wish I could see
why from a single-step through the code...
Regards,
Loren