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


Richard Kenner wrote:
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.

It would seem to me that you need to check *both*, each for a different reason.

Why treat aggregates differently from scalars in this context?


--
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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