This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/17215] [3.4 only] __basic_file<char>::close ignores errors
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 08 Aug 2017 17:48:40 +0000
- Subject: [Bug libstdc++/17215] [3.4 only] __basic_file<char>::close ignores errors
- Auto-submitted: auto-generated
- References: <bug-17215-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17215
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=65411
--- Comment #11 from Jonathan Wakely <redi at gcc dot gnu.org> ---
N.B. For PR 65411 I reverted the loop on fclose, because even after EINTR it's
undefined to retry fclose.