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: Empty error message with long lines


A simpler version of the peculiar bug

program check
  open (10, file = 'check.inp', form = 'binary')
end program


$ gfortran -c bug1.f90 bug1.f90:2.48:

  open (10, file = 'check.inp', form = 'binary')
                                                1
Error: FORM specifier in OPEN statement at (1) has invalid value 'binary'

and with Linux

$ cat /proc/version
Linux version 2.6.27.25-170.2.72.fc10.i686 (mockbuild@x86-2.fedora.phx.redhat.com) (gcc version 4.3.2 20081105 (Red Hat 4.3.2-7) (GCC) ) #1 SMP Sun Jun 21 19:03:24 EDT 2009


$ gfortran --version
GNU Fortran (GCC) 4.4.0 20090219 (experimental) [trunk revision 144289]
Copyright (C) 2009 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

Regards,
Jorge.
--

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


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