https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83458
Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |INVALID
--- Comment #2 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
You have your inquire arguments wrong
Try:
inquire(unit=un, opened=openedq, name=name_of_file)
or
inquire(number=un, opened=openedq, file="/dev/urandom")
Marking as invalid
