This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [libgfortran] Change complex type letter to 'z'
- From: Paul Brook <paul at codesourcery dot com>
- To: Feng Wang <wf_cs at yahoo dot com>
- Cc: fortran <fortran at gcc dot gnu dot org>, patch <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 31 Dec 2003 12:54:45 +0000
- Subject: Re: [libgfortran] Change complex type letter to 'z'
- Organization: CodeSourcery
- References: <20031228070503.18109.qmail@web15306.mail.bjs.yahoo.com>
On Sunday 28 December 2003 7:05 am, Feng Wang wrote:
> --- Paul Brook <paul@codesourcery.com>
> > I think the point is that gfc_type_letter should be changed to 'c', not
> > changing libgfortran to 'z'. I'm inclined to agree.
>
> I wanted to do this originally. But what about BT_CHARACTER? Now it
> returns 'c'. Maybe BT_CHARACTER should also be changed to 's' or other
> letter. I changed the BT_CHARACTER to 's' and passed the testsuits. But I
> am not sure that the change will not cause other potential errors.
> If these changes(BT_CHARACTER returns 's', BT_COMPLEX returns 'c') can
> be accepted to us, I can take another patch.
Yes, that would be good.
Paul