This is the mail archive of the gcc-bugs@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]

[Bug libstdc++/45628] std::fstream::tellg invalidates I/O buffer



------- Comment #1 from potswa at mac dot com  2010-09-10 07:09 -------
Created an attachment (id=21762)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21762&action=view)
simple testcase

This little program attempts to read three characters from its own source,
checking the position each time. Reading three bytes from buffered file should
only underflow once, right?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45628


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