From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1034.google.com (mail-pj1-x1034.google.com [IPv6:2607:f8b0:4864:20::1034]) by sourceware.org (Postfix) with ESMTPS id A71F73858291 for ; Fri, 17 Feb 2023 19:44:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A71F73858291 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pj1-x1034.google.com with SMTP id fh15-20020a17090b034f00b0023127b2d602so2442576pjb.2 for ; Fri, 17 Feb 2023 11:44:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=8w15t7IbJYbxpTOI6qSWperoa8r0AQY8uCFaKo2p7gs=; b=Zi0b3ckL7Wx8H3qOAEZZflSd8VmR6xfJFW6E5C1jB7B84sk9qPDvvVtoCNJ3XYLUdK sAh618i0HGnT0+B+4qi0BEjvxq9uggub43EFFzPhgafIECuvXF0kwU0A+2enP3eE3Xmh k88P46p0yRZCpIwj5FozDuIdcwYjw7opqZJ8haaIG5hR3Wv2b4YPZJxffbX8GwGJkQCG AtK27ciu1bcgj1UG8zUNUJRVRrCOBsfiDsQKwd5IDMHDvo5dB1fZip3P8totVZxAWw1g qhcyWCtnf+rwo7u2KaSZeSpdOy3sq/CM4Cvy2I/i74fCRRBZ9Fb0/RH0SGcQibThsZnK y49w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=8w15t7IbJYbxpTOI6qSWperoa8r0AQY8uCFaKo2p7gs=; b=o9OXorhMxXeYzQJsxPoWpW22n+5xI5DQ6GT+l/7VMNptlYs/eWfaYhdMaTUsQt4OWd 3990AmPklS2ofehhjyVTcqhCrzo/zk1wn7W81V7VPhyL1zP125QTy7YF0rVD7j+hTdcc etEe3k0BMkYODOnFn4NQ+jylW9XBQvgMOrRutGaWVo2PziiDM4wiom0EeTre/cFN+1NN +kmZdpZNRaOr6uCyu+FO3piUwa3myoSIkukZeYfFJmWZx26NZqvLrUnRz1rNDs5PXY4W MzRz2Wqo1aK2Uet/3i6bbaG0GDXbk/JmzRg6IAVN1RkrB0s04ZgCEXlnkcwfgxfG6Kfs qtWQ== X-Gm-Message-State: AO0yUKUcH7nZngKVqDDwHONXoLKLFvkrKnddX8lpl7xs/U2q9IQ5xP1s 0kW6GyK8BIOBW+Rdjg9Ga54= X-Google-Smtp-Source: AK7set+ekz29sXE43XmHuYyfMW4+emyeUu6PR1HBQiXkgWwRPNk46eWdHvL5yhAoolKCKA6GzQPfUg== X-Received: by 2002:a17:90b:4d0b:b0:234:159:4003 with SMTP id mw11-20020a17090b4d0b00b0023401594003mr1195865pjb.25.1676663038272; Fri, 17 Feb 2023 11:43:58 -0800 (PST) Received: from ?IPV6:2601:681:8600:13d0::f0a? ([2601:681:8600:13d0::f0a]) by smtp.gmail.com with ESMTPSA id fh4-20020a17090b034400b0023440af7aafsm3273779pjb.9.2023.02.17.11.43.57 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 17 Feb 2023 11:43:57 -0800 (PST) Message-ID: <03653b92-71c1-70d0-6f56-ed28559d0d77@gmail.com> Date: Fri, 17 Feb 2023 12:43:56 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH] doc: Fix typo in -Wall description Content-Language: en-US To: Siddhesh Poyarekar , gcc-patches@gcc.gnu.org References: <20230217134130.2565745-1-siddhesh@gotplt.org> From: Jeff Law In-Reply-To: <20230217134130.2565745-1-siddhesh@gotplt.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2/17/23 06:41, Siddhesh Poyarekar wrote: > -Wall enables -Wuse-after-free=2 and not -Wuse-after-free=3. > > gcc/ChangeLog: > > * gcc/doc/invoke.texi (@item -Wall): Fix typo in > -Wuse-after-free. Looks obvious to me. If you haven't committed it already, go ahead. jeff