This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [fortran, patch] Patch for PR/14395 - Fix image part of cmplx's result.
- From: Paul Brook <paul at codesourcery dot com>
- To: fortran at gcc dot gnu dot org
- Date: Wed, 24 Mar 2004 10:50:16 +0000
- Subject: Re: [fortran, patch] Patch for PR/14395 - Fix image part of cmplx's result.
- Organization: CodeSourcery
- References: <20040304100621.66312.qmail@web15214.mail.bjs.yahoo.com>
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