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] Fix PR middle-end/26306


> However, if we do want to do this in the middle end, then checking
> TREE_ADDRESSABLE (rather than AGGREGATE_TYPE_P) might be better?  Not
> all aggregates have BLK_MODE, so the analogy with 3.4 isn't completely
> accurate.

Hum... what's the relationship between TREE_ADDRESSABLE and BLKmode?

And I'd think that the GCC 4 version would actually be more consistent, i.e. 
not depend on the machine mode that can be somewhat arbitrarily chosen.

-- 
Eric Botcazou


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