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/7847


On Fri, 28 Nov 2003 09:15:57 +0100
Eric Botcazou <ebotcazou@libertysurf.fr> wrote:

> 2003-11-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
> 
> 	PR middle-end/7847
> 	* expr.c (expand_expr) [normal_inner_ref]: When 'offset' is non-zero,
> 	do not recheck that 'op0' is a MEM.  Move comment.  When testing for
> 	unaligned objects, take also into account the alignment of 'op0' and
> 	'mode1' if 'op0' is a MEM.

This looks fine.

When I was looking into this bug a long time ago I believed that the
issue was in the propagation of the attribute to the inner objects,
but that obviously is not true.


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