This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: RFC: split_complex_args enhancement
- From: Richard Henderson <rth at redhat dot com>
- To: Aldy Hernandez <aldyh at redhat dot com>
- Cc: amodra at bigpond dot net dot au, gcc at gcc dot gnu dot org
- Date: Wed, 17 Nov 2004 10:29:06 -0800
- Subject: Re: RFC: split_complex_args enhancement
- References: <20041117181657.GA15977@redhat.com>
On Wed, Nov 17, 2004 at 02:16:57PM -0400, Aldy Hernandez wrote:
> ... but I'm hoping the SPLIT_COMPLEX_ARG can be taught new tricks.
I don't think this is a good idea. S_C_A means *explicitly* that
the two elements should be treated as separate arguments. Adding
some back door so that you *don't* treat them as separate arguments
defeats the point.
r~