Commit 0cb222fc by Jason Merrill

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
parent 8108ea30
...@@ -2294,6 +2294,8 @@ specify how much alignment (in bytes) is provided by that function, ...@@ -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 but few users will need to override the default of
@code{alignof(std::max_align_t)}. @code{alignof(std::max_align_t)}.
This flag is enabled by default for @option{-std=c++1z}.
@item -fcheck-new @item -fcheck-new
@opindex fcheck-new @opindex fcheck-new
Check that the pointer returned by @code{operator new} is non-null Check that the pointer returned by @code{operator new} is non-null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment