Re: [Bug fortran/33544] New: Spurious warning in TRANSFER intrinsic in Sept 24 snapshot of gfortran

2007-09-24 Thread Andrew Pinski
On 24 Sep 2007 15:48:19 -, michael dot a dot richmond at nasa dot gov <[EMAIL PROTECTED]> wrote: > When I compile the program listed below with the snapshot version of gfortran > dated September 24 I get the following spurious warning: > > pp.f90:3.15: > rft = TRANSFER(' ', 0.0) >

[Bug fortran/33544] New: Spurious warning in TRANSFER intrinsic in Sept 24 snapshot of gfortran

2007-09-24 Thread michael dot a dot richmond at nasa dot gov
When I compile the program listed below with the snapshot version of gfortran dated September 24 I get the following spurious warning: pp.f90:3.15: rft = TRANSFER(' ', 0.0) 1 Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 1 < result size 4 PROGRAM printd