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: Non conforming code or gfortran bug ?


>     write(*,*) 'Hello \'World\''
>     write(*,*) "Hello \"World\""
>  Is escaping an extension (i.e. the code is non conforming) or is this
> a gfortran bug ?

It's an extension, and not a very common one (g77 and intel don't support this).

(And, just in case: my personnal opinion is that we don't want to
support this extension.)

FX


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