From patchwork Tue Sep 4 13:25:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 965902 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-485080-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="eVqLej9/"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 424SJY3JgWz9sCh for ; Tue, 4 Sep 2018 23:25:49 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=o7PS4p8I2wUh1YpDzg51/ICzxUc8VwtEiPX7ZuT/2hV596kzvd9W5 3ts8Fv7xMv8lhQKvemWD093DgSUjX486kwUYRD4Y+XEDMWU4BGaH3Gdqtp4D0PQe HPAPhJ2pPeGBJoN7lwPNAKhZmzv2obn9S2t/HsvVVAMt1yPXEBcfA0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=YTVur5EtWJFyOOMqQFFFueGvpbw=; b=eVqLej9/ImYRE0upudcM ppmiPsqzF8nTbnpnaEQ+F2+36pMWJdbQE5btnJRq4HGGXczj6A1h/3VHn8Xan4Qp JtwlBbiEZhr75mCwFC9ZvKiuoG+YTby3fn48K/G6PGIQzUYgh7J1A806lobDKqCU vK8Io7ENRLD+ZwVaRd3z83g= Received: (qmail 106981 invoked by alias); 4 Sep 2018 13:25:42 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 106779 invoked by uid 89); 4 Sep 2018 13:25:33 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1030 X-HELO: mx1.redhat.com Received: from mx3-rdu2.redhat.com (HELO mx1.redhat.com) (66.187.233.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 04 Sep 2018 13:25:32 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0A5D28573A; Tue, 4 Sep 2018 13:25:13 +0000 (UTC) Received: from localhost (unknown [10.33.36.15]) by smtp.corp.redhat.com (Postfix) with ESMTP id BE45AA9EF9; Tue, 4 Sep 2018 13:25:12 +0000 (UTC) Date: Tue, 4 Sep 2018 14:25:12 +0100 From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [PATCH] Add -Waligned-new to Option Summary Message-ID: <20180904132512.GA2286@redhat.com> MIME-Version: 1.0 Content-Disposition: inline X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.9.2 (2017-12-15) * doc/invoke.texi (Option Summary): Add -Waligned-new. Committing to trunk and branches as obvious. commit 55e8b8ff39837963039e6852fd9c7ed403e6eb49 Author: Jonathan Wakely Date: Tue Sep 4 14:22:09 2018 +0100 Add -Waligned-new to Option Summary * doc/invoke.texi (Option Summary): Add -Waligned-new. 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