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]

old-style variable initialization with g95


I'm doing my first baby-steps using g95 and am running into compilation 
problems due to old-style variable
initializations such as
Integer I /0/, J /1/
Real*8 R(6) /6*0/
Logical L /.false./

This is an f77 extension that is widely supported by commercial compilers - 
including g77.
Does anyone happen to know the gfortran option that enables these 
constructs? (I sure hope there is such an option)

thx a bunch
H. 




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