------- Comment #5 from paulthomas2 at wanadoo dot fr 2006-05-13 07:23 ------- Subject: Re: Transfer of character to integer array and vice versa still doesn't work
Bo, >> >> >> >You're very welcome, but actually thanks in Swedish spells "tack". > > I had guessed you to be Norwegian.... >Due to this bug I'm currently stuck with using g95, but I'm looking >forward to be able to move >to gfortran instead. > > With your testcase, on i386, I obtain the following output: s1 = "ABCDEFGH" ia = 1145258561 1212630597 s2 = "ABCDEFGH" s1 = "AB " ia = 538985025 538976288 s2 = "AB " which looks good to me. Are you using a 64bit machine, by any chance? - see PR27449. Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27155