[Bug libstdc++/72830] istream::seekg should not reset eofbit if -std=c++98

2018-05-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72830 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/72830] istream::seekg should not reset eofbit if -std=c++98

2016-08-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72830 --- Comment #3 from Jonathan Wakely --- (In reply to Alex Henrie from comment #0) > I realize that I could petition the GERMLINE authors to change the loop > condition (and I eventually will), but the fact that you can't get the old > behavior ev

[Bug libstdc++/72830] istream::seekg should not reset eofbit if -std=c++98

2016-08-09 Thread alexhenrie24 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72830 --- Comment #2 from Alex Henrie --- All versions of GCC 5 and GCC 6 have the same problem.

[Bug libstdc++/72830] istream::seekg should not reset eofbit if -std=c++98

2016-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72830 --- Comment #1 from Richard Biener --- GCC 4.6 is no longer maintained, please try GCC 5 or newer.