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]

Re: TYPE_MODE vs AGGREGATE_TYPE_P


On Wed, Oct 17, 2001 at 07:38:05PM +0100, Joern Rennecke wrote:
> Zack Weinberg wrote:
> > 
> > Can AGGREGATE_TYPE_P ever be true for a type without TYPE_MODE
> > of that type being BLKmode?
> 
> Yes, but the type must fit into the mode exactly and be suitably aligned.

Thanks.  How about the other way round?  (i.e. if TYPE_MODE is BLKmode,
is AGGREGATE_TYPE_P definitely true?)

zw


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