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

Mark Abraham <mark.j.abraham at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark.j.abraham at gmail dot com

--- Comment #2 from Mark Abraham <mark.j.abraham at gmail dot com> ---
The same error message with 4.8.2 is provoked by

_mm_srli_si128((x), sizeof(int) * (i))

and is fixed by

_mm_srli_si128((x), 4 * (i))

Reply via email to