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


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

I believe so, but why would you want to rely on such a thing?

I could conceive of an addition to GCC that would support mis-aligned
integer types, in which case that would no longer be the case.


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