https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71431
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
On second thoughts, I think this is correct. Calling fopen(".", "r") succeeds,
but calling fread on the resulting stream fails, and fstreams do the same.
