aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2017-05-03 14:50:25 -0400
committerJason Merrill <jason@gcc.gnu.org>2017-05-03 14:50:25 -0400
commit0cb222fcc86e5bf7c08dbffad9e5068b6aa03363 (patch)
tree27e47add9f7265430935456c56bfe420be12bfdf
parent8108ea30e6c0d5d7e267d3ddab3dba126b99f918 (diff)
downloadgcc-0cb222fcc86e5bf7c08dbffad9e5068b6aa03363.zip
gcc-0cb222fcc86e5bf7c08dbffad9e5068b6aa03363.tar.gz
gcc-0cb222fcc86e5bf7c08dbffad9e5068b6aa03363.tar.bz2
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
-rw-r--r--gcc/doc/invoke.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index ec7b9aa..438e553 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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