From 69385360285122e3e3ef4147fbcd91b09c35ce98 Mon Sep 17 00:00:00 2001 From: redi Date: Tue, 4 Sep 2018 13:34:47 +0000 Subject: [PATCH] Add whitespace before warning option added in previous commmit * doc/invoke.texi (Option Summary): Add whitespace. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@264083 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 2 ++ gcc/doc/invoke.texi | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0f4473cdec0f..7cbfcad8d849 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2018-09-04 Jonathan Wakely + * doc/invoke.texi (Option Summary): Add whitespace. + * doc/invoke.texi (Option Summary): Add -Waligned-new. 2018-09-04 Richard Biener diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 27d822e83c32..ca92028b9ea0 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 -- 2.47.2