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


    Can AGGREGATE_TYPE_P ever be true for a type without TYPE_MODE
    of that type being BLKmode?

Sure.  If the size and alignment of the type corresponds to that of
an integral mode, TYPE_MODE will be that mode.


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