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