From mboxrd@z Thu Jan 1 00:00:00 1970 From: kenner@vlsi1.ultra.nyu.edu (Richard Kenner) To: zack@codesourcery.com Cc: gcc@gcc.gnu.org Subject: Re: TYPE_MODE vs AGGREGATE_TYPE_P Date: Wed, 17 Oct 2001 13:38:00 -0000 Message-id: <10110172044.AA15207@vlsi1.ultra.nyu.edu> X-SW-Source: 2001-10/msg00992.html 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.