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: [fortran, patch] Patch for PR/14395 - Fix image part of cmplx's result.


On Thursday 04 March 2004 10:06, Feng Wang wrote:
> Hi, Steven, Paul, Bud, etc
>   This patch fixes a bug in cmplx intrinsic function. If X is a complex,
> the image part of cmplx(X) is the same with X.
>   OK to apply?

Can we figure this out from the type of the argument inside 
conv_intrinsic_cmplx? This seems less fragile than than looking at the name 
of the intrinsic and passing an extra parameter.

I you don't think it's worth it, then Ok.

Paul


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