[Bug libstdc++/24217] filebuf.open call sets the error bits incorrectly

2005-12-16 Thread pcarlini at suse dot de
--- Comment #4 from pcarlini at suse dot de 2005-12-16 18:43 --- Feedback not forthcoming. -- pcarlini at suse dot de changed: What|Removed |Added Status|WAIT

[Bug libstdc++/24217] filebuf.open call sets the error bits incorrectly

2005-10-06 Thread pcarlini at suse dot de
--- Comment #3 from pcarlini at suse dot de 2005-10-06 18:32 --- (In reply to comment #2) > sample code: Sorry, but this is not useful. We need a *self-contained* source file, which we can compile and run as-is, using your very same build options. We need to exactly reproduce the proble

[Bug libstdc++/24217] filebuf.open call sets the error bits incorrectly

2005-10-06 Thread hemasai at yahoo dot com
--- Comment #2 from hemasai at yahoo dot com 2005-10-06 18:12 --- sample code: fn(const char* fname) { ifstream fstr; if (!fname) return; fstr.clear(); fstr.open(fname, ios::in | ios::nocreate); if (!(fstr.is_open())) { cout << "rdstate():" << fstr.r

[Bug libstdc++/24217] filebuf.open call sets the error bits incorrectly

2005-10-06 Thread pcarlini at suse dot de
--- Comment #1 from pcarlini at suse dot de 2005-10-06 12:27 --- Hi. Certaintly, we cannot hope to debug further the issue without a proper, self-contained, piece of code useful to reproduce the problem: this is a strict requirement for any PR, in particular for very hard to reproduce is