This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: expand_expr: mode of returned value
- From: Richard Henderson <rth at redhat dot com>
- To: "Unruh, Erwin" <Erwin dot Unruh at fujitsu-siemens dot com>
- Cc: GCC mailing list <gcc at gcc dot gnu dot org>
- Date: Thu, 12 Sep 2002 14:29:06 -0700
- Subject: Re: expand_expr: mode of returned value
- References: <5B7690DAE02BD411A772009027FD68CC0214A975@mchrd23e.mch.fsc.net>
On Thu, Sep 12, 2002 at 01:37:29PM +0200, Unruh, Erwin wrote:
> The best interpretation I have is:
> if (TMODE == VOIDmode)
> { the result of expand_expr is in its native mode }
> else
> { the result is in its native mode or in TMODE }
>
> Is this interpretation correct ?
This is my understanding, yes.
r~