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++/79820] std::ifstream sets errno to zero


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79820

--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> ---
The bug title says std::ifstream sets errno to zero, but it should never run
stdio_filebuf::sys_open. Do you have a testcase for this?

We should still fix it even if it only affects a non-standard extension, but
it's probably not worth backporting if it doesn't affect std::ifstream.

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