gcc/libstdc++-v3
Jonathan Wakely 426042f5f2 Adjust arguments to aligned_alloc or posix_memalign
* libsupc++/new_opa.cc [_GLIBCXX_HAVE_POSIX_MEMALIGN] (aligned_alloc):
	Increase alignment if less than sizeof(void*).
	[_GLIBCXX_HAVE_ALIGNED_ALLOC] (operator new(size_t, align_val_t)):
	Increase size if not a multiple of alignment.

From-SVN: r240187
2016-09-16 13:11:19 +01:00
..
config * config/abi/pre/gnu.ver: Use [jmy] for size_t. 2016-09-12 14:20:46 -04:00
doc Editorial fixes to libstdc++ debug mode docs 2016-09-15 11:30:58 +01:00
include Implement P0040R3, Extending memory management tools. 2016-09-13 22:26:02 +03:00
libsupc++ Adjust arguments to aligned_alloc or posix_memalign 2016-09-16 13:11:19 +01:00
po
python
scripts
src
testsuite Fix testsuite to not increment bool 2016-09-15 11:18:38 +01:00
acinclude.m4 Use setrlimit for testing libstdc++ in cross toolchains 2016-09-02 13:42:55 +00:00
aclocal.m4
ChangeLog Adjust arguments to aligned_alloc or posix_memalign 2016-09-16 13:11:19 +01:00
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013
ChangeLog-2014
ChangeLog-2015
config.h.in Implement P0035R4, C++17 new of over-aligned types. 2016-09-09 17:22:15 -04:00
configure Implement P0035R4, C++17 new of over-aligned types. 2016-09-09 17:22:15 -04:00
configure.ac Implement P0035R4, C++17 new of over-aligned types. 2016-09-09 17:22:15 -04:00
configure.host
crossconfig.m4
fragment.am
linkage.m4
Makefile.am
Makefile.in
README

file: libstdc++-v3/README

New users may wish to point their web browsers to the file
index.html in the 'doc/html' subdirectory.  It contains brief
building instructions and notes on how to configure the library in
interesting ways.