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

[Bug fortran/15750] [gfortran] IOLENGTH form of INQUIRE statement not implemented


------- Additional Comments From jblomqvi at cc dot hut dot fi  2004-05-31 14:44 -------
Sorry, forgot to add [gfortran] to the summary. Additionally, here's a small
test which fails to compile:

program iolength
  implicit none
  integer :: A(3) = (/1,2,3/)
  integer :: iol
  inquire (iolength = iol) A
  if (iol /= 3) then
     call abort
  end if
end program iolength

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|IOLENGTH form of INQUIRE    |[gfortran] IOLENGTH form of
                   |statement not implemented   |INQUIRE statement not
                   |                            |implemented


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15750


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