This is the mail archive of the gcc@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: expand_expr: mode of returned value


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~


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