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 expansion ICE with VOIDmode MEM (PR middle-end/46388)


On 11/10/2010 03:21 PM, Jakub Jelinek wrote:
> I think we just should avoid having VOIDmode MEM around whenever possible,
> the following patch fixes it by using the MEM_REF access mode instead
> (alternatively we could always use BLKmode for it).

I prefer we create the mem with BLKmode.


r~


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