This is the mail archive of the gcc-patches@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]

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


Jerry DeLisle wrote:

> I have tested the patch on Cygwin-1.7.  I have not conjured up a
> suitable test case since this simply does DOS console I/O.  I have
> attached a simple test program that I used.

  Well you could always commit that, and the fact that it executes
successfully will mean the device names were at least recognized.  Also, since
the test framework I think effectively captures the test output by redirecting
stdout, you could verify that stuff printed to CONOUT$/CONERR$ does *not* end
up in the output and that stuff sent to stdout/stderr does?

    cheers,
      DaveK


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