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] movmem/setmem alignment code


On Tue, Jul 8, 2008 at 2:21 PM, Raksit Ashok <raksit@google.com> wrote:
> This was committed as revision 137646.
>
> thanks,
> raksit
>
> On Tue, Jul 8, 2008 at 11:35 AM, Ian Lance Taylor <iant@google.com> wrote:
>> "Raksit Ashok" <raksit@google.com> writes:
>>
>>> 2008-07-07  Raksit Ashok  <raksit@google.com>
>>>
>>>       * expr.c (emit_block_move_via_movmem): Fix expected_align parameter.
>>>       (set_storage_via_setmem): Fix expected_align parameter.
>>>       * doc/invoke.texi (i386 and x86-64 Options): Add a couple of options
>>>       missing from the list.
>>>       * doc/md.texi (movmem): Explicitly state that expected alignment is
>>>       to be expressed in bytes.
>>>       (setmem): Explicitly state that expected alignment is to be expressed
>>>       in bytes.
>>
>> This is OK.
>>
>> Thanks.
>>

It caused:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38708


-- 
H.J.


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