From: Jason Merrill Date: Wed, 3 May 2017 18:50:25 +0000 (-0400) Subject: invoke.texi: Note that -faligned-new is on by default for C++17. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0cb222fcc86e5bf7c08dbffad9e5068b6aa03363;p=gcc.git 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 --- 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