[Bug libstdc++/19060] fstream.tellp() result not changed after some output
wanderer at rsu dot ru
gcc-bugzilla@gcc.gnu.org
Fri Dec 17 18:44:00 GMT 2004
------- Additional Comments From wanderer at rsu dot ru 2004-12-17 18:44 -------
First time i see this problem in september-october.
Now i only fill PR.
Program work for me only if it used gcc 3.4.x shared libraries.
~/pkg/gcc/bin/g++ test.cc
setenv LD_LIBRARY_PATH $HOME/pkg/gcc_34/lib
./a.out
setenv LD_LIBRARY_PATH $HOME/pkg/gcc/lib
./a.out
Assertion failed: (endpos != startpos), function main, file test.cc, line 15.
Abort (core dumped)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19060
More information about the Gcc-bugs
mailing list