From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id 490F5385783D for ; Thu, 22 Oct 2020 20:50:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 490F5385783D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joseph_myers@mentor.com IronPort-SDR: whcHSYqarUL+fcxaaE+w2tT2vJ7iWkcmEUPiC70Ys9kuFcEUqQsEEoo++Xy8ynHcNu3vk97kW+ 4wMYSS/vg8Tq/wXALf+SBbph15xXev7VDkkf3PquZmgxE1IiaL5NIQlHxQeIKxFRt+zunyGlDD QCiyF3YkIpD55rnqfKC+GXtLGnJl2+THvhRUeTOjc0buEnmpPLkIbf+NEpKTRvTo+KIA1I5Lzy c0Zf3H7GIGu2G9SOuxIz6fX+kgGCMI+ag6v2sLVqiW4ttsab0vDGp7c7/32vkZChuVSKWIGVFj scQ= X-IronPort-AV: E=Sophos;i="5.77,404,1596528000"; d="scan'208";a="54377736" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa4.mentor.iphmx.com with ESMTP; 22 Oct 2020 12:50:34 -0800 IronPort-SDR: mwYlK7e3j5K42gsgT1WsaBKLiOqELkQFq0p4ZhTfoerJYMldf3LtxYYpOWdjE8TjmkJ+xCLtCy Hhon1CJS5YVHe23zZ0qgCIwBKSSWIZFUpzndaz7cTRJDFSwoZ3+kpUGTjtFi78oymcs4XmPMjQ O4IL+6J3inavQmO+csGe5H+43ljpLW5JQ+thoHARWSyGf3tZRhepbVxOIDyYkAdnpAeyGhCG4i 8D3iAWhL349mNJGseKItA3rRnOHcZ9fpCocg7PkMd9dor4QXadXX8K2cqxzbKjxuxpEYl3J5lU y0s= Date: Thu, 22 Oct 2020 20:50:28 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Marek Polacek CC: GCC Patches Subject: Re: [PATCH v3] c, c++: Implement -Wsizeof-array-div [PR91741] In-Reply-To: <20201019155603.GD23673@redhat.com> Message-ID: References: <20200914183415.1184637-1-polacek@redhat.com> <20200915013044.GP5926@redhat.com> <20200915070441.GK21814@tucnak> <20200915203305.GU5926@redhat.com> <20200922172930.GO5926@redhat.com> <020a21c3-c8f3-f3b2-a3a9-a8dfcd780e04@redhat.com> <20200928181541.GD5926@redhat.com> <20201008150440.GE3891512@redhat.com> <20201019155603.GD23673@redhat.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-08.mgc.mentorg.com (139.181.222.8) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3126.1 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Oct 2020 20:50:36 -0000 The C parts are OK. -- Joseph S. Myers joseph@codesourcery.com