invoke.texi: Note that -faligned-new is on by default for C++17.

* doc/invoke.texi: Note that -faligned-new is on by default
	for C++17.

From-SVN: r247564
This commit is contained in:
Jason Merrill 2017-05-03 14:50:25 -04:00
parent 8108ea30e6
commit 0cb222fcc8

View File

@ -2294,6 +2294,8 @@ specify how much alignment (in bytes) is provided by that function,
but few users will need to override the default of
@code{alignof(std::max_align_t)}.
This flag is enabled by default for @option{-std=c++1z}.
@item -fcheck-new
@opindex fcheck-new
Check that the pointer returned by @code{operator new} is non-null