[Bug middle-end/60092] posix_memalign not recognized to derive alias and alignment info
ro at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Feb 14 16:11:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60092
Rainer Orth <ro at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ro at gcc dot gnu.org
Target Milestone|--- |4.9.0
--- Comment #21 from Rainer Orth <ro at gcc dot gnu.org> ---
The new test FAILs on Solaris 11 (both SPARC and x86), which, unlike Solaris
10,
has posix_memalign in libc:
FAIL: gcc.dg/torture/pr60092.c -O0 execution test
The posix_memalign invocation with size = -1 cannot be right, and indeed the
function returns ENOMEM.
Rainer
More information about the Gcc-bugs
mailing list