r258468 - in /trunk/libstdc++-v3: ChangeLog con...
redi@gcc.gnu.org
redi@gcc.gnu.org
Mon Mar 12 22:52:00 GMT 2018
Author: redi
Date: Mon Mar 12 22:52:16 2018
New Revision: 258468
URL: https://gcc.gnu.org/viewcvs?rev=258468&root=gcc&view=rev
Log:
PR libstdc++/84773 use aligned alloc functions for FreeBSD and MinGW cross-compilers
PR libstdc++/84773
PR libstdc++/83662
* crossconfig.m4: Check for aligned_alloc etc. on freebsd and mingw32.
* configure: Regenerate.
* include/c_global/cstdlib [_GLIBCXX_HAVE_ALIGNED_ALLOC]
(aligned_alloc): Add using-declaration.
* testsuite/18_support/aligned_alloc/aligned_alloc.cc: New test.
Added:
trunk/libstdc++-v3/testsuite/18_support/aligned_alloc/
trunk/libstdc++-v3/testsuite/18_support/aligned_alloc/aligned_alloc.cc
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/configure
trunk/libstdc++-v3/crossconfig.m4
trunk/libstdc++-v3/include/c_global/cstdlib
More information about the Libstdc++-cvs
mailing list