diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2018-09-04 14:25:42 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2018-09-04 14:25:42 +0100 |
commit | c91c2006ae90b2a197004da3e7b5a062a38e9850 (patch) | |
tree | 12e51ba3e73f8f53ff6cad888b7b5b6654cef704 /gcc | |
parent | 5bf734facce9619c0757e32532fe8cc435f27a6d (diff) | |
download | gcc-c91c2006ae90b2a197004da3e7b5a062a38e9850.zip gcc-c91c2006ae90b2a197004da3e7b5a062a38e9850.tar.gz gcc-c91c2006ae90b2a197004da3e7b5a062a38e9850.tar.bz2 |
Add -Waligned-new to Option Summary
* doc/invoke.texi (Option Summary): Add -Waligned-new.
From-SVN: r264080
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5b60b32..0f4473c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-09-04 Jonathan Wakely <jwakely@redhat.com> + + * doc/invoke.texi (Option Summary): Add -Waligned-new. + 2018-09-04 Richard Biener <rguenther@suse.de> PR tree-optimization/87211 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index f911ae0..27d822e 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 |