Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!sobmips!laporte From: laporte@sobeco.com (p.laporte) Newsgroups: comp.sys.mips Subject: bug f77 Message-ID: <1990Mar23.080057.12654@sobeco.com> Date: 23 Mar 90 08:00:57 GMT Organization: Sobeco Group - Montreal, Canada Lines: 28 When compiling this small program (f77 prog.f) structure /cont/ real taux_commission /0/ integer generation /0/ integer version /0/ end structure record /cont/ cn 10 write(*,*) 'writem ier ' cn.generation = 0 stop end we get the following messages as1: Error: , line 0: .float or .double not on word boundary as1: Error: , line 0: .word not on word boundary as1: Error: , line 0: .word not on word boundary If we remove a character from the string in line 10 the message disappears. Is this bug removed from the 2.10 version of the fortran compiler. We are running version 2.00. tks Pierre Laporte laporte@Sobeco.com