diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2018-09-04 14:34:47 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2018-09-04 14:34:47 +0100 |
commit | b88ad32d4e3527ed9cd89a6c53ff533755dab779 (patch) | |
tree | fff1537118a2cbb5744622fb2561d7290f98f750 /gcc | |
parent | c91c2006ae90b2a197004da3e7b5a062a38e9850 (diff) | |
download | gcc-b88ad32d4e3527ed9cd89a6c53ff533755dab779.zip gcc-b88ad32d4e3527ed9cd89a6c53ff533755dab779.tar.gz gcc-b88ad32d4e3527ed9cd89a6c53ff533755dab779.tar.bz2 |
Add whitespace before warning option added in previous commmit
* doc/invoke.texi (Option Summary): Add whitespace.
From-SVN: r264083
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0f4473c..7cbfcad 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2018-09-04 Jonathan Wakely <jwakely@redhat.com> + * doc/invoke.texi (Option Summary): Add whitespace. + * doc/invoke.texi (Option Summary): Add -Waligned-new. 2018-09-04 Richard Biener <rguenther@suse.de> diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 27d822e..ca92028 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 -Waligned-new @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 |