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: bug fc112


! a.exe has encountered a problem (Segmentation fault?)

segfault indeed, same thing happening on i386-linux.


INQUIRE (33, EXIST = CHAREX, SEQUENTIAL = CHARSEQ)

I can easily fix that bug but I don't know what should be the value of CHARSEQ after such an INQUIRE on a non-opened unit. Intel and Portland say "UNKNOWN", but g77 says "YES". Currently, gfortran would like to say "UNKNOWN" (but the bug hits before this point is reached), is that correct?


FX


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