https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64062

--- Comment #4 from Steve <steven.harrington at comcast dot net> ---
On 11/24/2014 02:03 PM, pinskia at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64062
>
> Andrew Pinski <pinskia at gcc dot gnu.org> changed:
>
>             What    |Removed                     |Added
> ----------------------------------------------------------------------------
>               Status|UNCONFIRMED                 |RESOLVED
>           Resolution|---                         |INVALID
>
> --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
> malloc does not return a correctly aligned space.   This is a glibc issue, use
> posix_memalign instead to get the needed aligned space.
>
Thank you for your quick response.  I'll use posix_memalign.

Would this be considered a bug in glibc and should I report it to them?

Reply via email to