From: Jonathan Wakely Date: Tue, 4 Sep 2018 13:25:42 +0000 (+0100) Subject: Add -Waligned-new to Option Summary X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c91c2006ae90b2a197004da3e7b5a062a38e9850;p=gcc.git Add -Waligned-new to Option Summary * doc/invoke.texi (Option Summary): Add -Waligned-new. From-SVN: r264080 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5b60b32f243..0f4473cdec0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-09-04 Jonathan Wakely + + * doc/invoke.texi (Option Summary): Add -Waligned-new. + 2018-09-04 Richard Biener PR tree-optimization/87211 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index f911ae0d1af..27d822e83c3 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -277,7 +277,7 @@ Objective-C and Objective-C++ Dialects}. @xref{Warning Options,,Options to Request or Suppress Warnings}. @gccoptlist{-fsyntax-only -fmax-errors=@var{n} -Wpedantic @gol -pedantic-errors @gol --w -Wextra -Wall -Waddress -Waggregate-return @gol +-w -Wextra -Wall -Waddress -Waggregate-return -Waligned-new @gol -Walloc-zero -Walloc-size-larger-than=@var{byte-size} -Walloca -Walloca-larger-than=@var{byte-size} @gol -Wno-aggressive-loop-optimizations -Warray-bounds -Warray-bounds=@var{n} @gol