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

Re: Help using f77


In a message dated 11/19/99 10:47:47 AM Pacific Standard Time, 
carmen@coep.ufrj.br writes:

> DATA BRANCO /'       '/
>                               ^
>  Type disagreement between expressions at (?) and (^).
 any
other way in which I can quickly solve this problem?

Figure out how many characters are required to emulate the data types used by 
the program (probably 8 in this case).  If so, declare all of these variables 
as CHARACTER(LEN=8).  g77 rejects these things which violate every version of 
Fortran standards, as there is no reliable way to deal with them other than 
to bring them within standard.

Tim
tprince@computer.org


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