------- Additional Comments From coudert at clipper dot ens dot fr 2005-01-26 09:08 ------- The same bug happens with aimag (and, as far as I can see, for the same reasons):
$ cat a.f90 program bug implicit none complex(8) x write(*,*) aimag(x) end $ gfortran -std=f95 a.f90 In file a.f90:5 write(*,*) aimag(x) 1 Error: Type of argument 'z' in call to 'aimag' at (1) should be COMPLEX(4), not COMPLEX(8) Could a similar patch be applied? -- What |Removed |Added ---------------------------------------------------------------------------- CC| |coudert at clipper dot ens | |dot fr http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18565