This is the mail archive of the gcc-bugs@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: g77 implicit character to integer conversion


>I was wondering if its possible to force g77 to interpret the following as 
>other F77 compilers do:
>
>      program test
>      integer name
>      name = 'NAME'
>      if (name.eq.'NAME') then
[...]
>I have tried all the -fugly-* options and they do not work. Are there 
>other options that already exist which might work?

Hmm, no, g77 doesn't support that.  Perhaps it might in version 0.6.

        tq vm, (burley)


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