From 0cb222fcc86e5bf7c08dbffad9e5068b6aa03363 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Wed, 3 May 2017 14:50:25 -0400 Subject: [PATCH] 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 --- gcc/doc/invoke.texi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index ec7b9aa550e..438e553b340 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