From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5636 invoked by alias); 23 Feb 2018 16:19:07 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 5048 invoked by uid 89); 23 Feb 2018 16:19:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,KAM_SHORT,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=friday X-HELO: homiemail-a82.g.dreamhost.com Received: from sub5.mail.dreamhost.com (HELO homiemail-a82.g.dreamhost.com) (208.113.200.129) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 23 Feb 2018 16:19:05 +0000 Received: from homiemail-a82.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a82.g.dreamhost.com (Postfix) with ESMTP id EE3A46011428; Fri, 23 Feb 2018 08:19:03 -0800 (PST) Received: from linaro-laptop.intra.reserved-bit.com (unknown [123.252.202.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by homiemail-a82.g.dreamhost.com (Postfix) with ESMTPSA id 7AA116011422; Fri, 23 Feb 2018 08:19:02 -0800 (PST) Subject: Re: [PATCH] correct -Wrestrict handling of arrays of arrays (PR 84095) To: Martin Sebor , Gcc Patch List , Jakub Jelinek References: From: Siddhesh Poyarekar Message-ID: <05af4357-1bec-477d-e6bb-1827706b9b93@gotplt.org> Date: Fri, 23 Feb 2018 16:19:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-02/txt/msg01332.txt.bz2 On Friday 23 February 2018 09:22 PM, Martin Sebor wrote: > I see no failures in this test in any of the recently reported > results on any targets except those below: >=20 > =C2=A0 https://gcc.gnu.org/ml/gcc-testresults/2018-02/msg01530.html > =C2=A0 https://gcc.gnu.org/ml/gcc-testresults/2018-02/msg01514.html >=20 > There are a large number of failures in these reports in many > tests that were reported previously (before r257910), suggesting > something else is wrong.=C2=A0 They all seem to use -fpic. >=20 > If you referring to some other report or your own result please > post a link or say what target/configuration, etc.. This was on my x86_64 box (Xeon(R) CPU E5-2623) and a standard x86_64-pc-linux-gnu native build. It was after an incremental build though, so I'll schedule a fresh one next week to confirm if you think that shouldn't happen. Siddhesh