From c91c2006ae90b2a197004da3e7b5a062a38e9850 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Tue, 4 Sep 2018 14:25:42 +0100 Subject: [PATCH] Add -Waligned-new to Option Summary * doc/invoke.texi (Option Summary): Add -Waligned-new. From-SVN: r264080 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.30.2