This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: patch: promoting complex modes (plus splitting complex args)


On Thu, Jan 23, 2003 at 11:37:36AM -0500, Richard Kenner wrote:
> But that's where I disagree.  I think the *fundamental* issue with promotion
> is in expand_expr's *_DECL case and that's the one that nobody sees a good
> solution for.

It was my idea that the promotion to be used here would work
exactly like the promotion used for

	float foo(x)
	     float x;
	{
	  return x + 1;
	}

Currently the only way this happens is under front-end direction,
but that needn't be the only way.


r~


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