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: inquire property WRITE for stdout different from sun and intel


Maik Beckmann wrote:
Hello,

I noticed that this   CHARACTER(LEN = 16) :: CPROPERTY
  INQUIRE(UINT=6, WRITE=CPROPERTY)
  PRINT *, "WRITE:", CPROPERTY
results in   WRITE:NO
for gfortran and
  WRITE:YES
when using the sun or intel compiler.

My understanding is that it should be true, since   WRITE(6,..
is legal.

So why does gfortran set the WRITE property of the stdout to NO?

Thanks,
 -- Maik

It is a bug. I will fix it soon.


Regards,

Jerry


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