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] Relax assertion in vn_reference_lookup_3


Hi,

On Mon, 2 Nov 2009, Eric Botcazou wrote:

> > This has an intermediate temporary of the 24bit type and a conversion,
> > which is why I also question the inconsistency in your original example. :
> 
> 24-bit is the precision, not the size:
> 
>   <unnamed-unsigned:24> D.2702;
>   D.2702_2 = s_1(D)->i;
> 
> You still have 32-bit size on the LHS vs 24-bit size on the RHS.

Ah, right.  Messy.  It's still terrible to see a component_ref of size 64, 
where the inner aggregate is overall only 48 bit, and even the field_decl 
itself is 48 bit.  Bah.


Ciao,
Michael.


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