This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: [patch, libgfortran] PR32784 Using 'CONOUT$', 'CONIN$', or 'CONERR$' , Part 1


Jerry DeLisle wrote:
> The only intent here is to allow legacy g77 code that uses these
> device names to function under Cygwin.  Part 2 will attempt likewise
> for MingW.
>
> OK for trunk?
OK. Thanks for the patch.

Tobias

> 2009-07-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
>
>     PR libfortran/32784
>     * unix.c (regular_file): Check for CONIN$ CONOUT$, and CONERR$ and
> open
>     the respective /dev/conin or /dev/conout devices.  This is Cygwin
>     specific.


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