From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121674 invoked by alias); 6 May 2018 11:46:56 -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 121664 invoked by uid 89); 6 May 2018 11:46:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=Hx-languages-length:1761 X-HELO: homiemail-a78.g.dreamhost.com Received: from sub5.mail.dreamhost.com (HELO homiemail-a78.g.dreamhost.com) (208.113.200.129) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 06 May 2018 11:46:53 +0000 Received: from homiemail-a78.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a78.g.dreamhost.com (Postfix) with ESMTP id B276248000139; Sun, 6 May 2018 04:46:51 -0700 (PDT) Received: from [192.168.20.41] (c-73-170-242-219.hsd1.ca.comcast.net [73.170.242.219]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: eager@eagerm.com) by homiemail-a78.g.dreamhost.com (Postfix) with ESMTPSA id D8AA048000A36; Sun, 6 May 2018 04:46:49 -0700 (PDT) Subject: Re: [PATCH] [Microblaze]: PIC Data Text Relative To: Andrew Sadek , gcc-patches@gcc.gnu.org Cc: nmekala@xilinx.com References: <5cd4774f-13a2-5310-a27c-8298409be8d4@eagerm.com> <862b41bf-db49-5d8f-aba6-806e155d58e6@eagerm.com> <1285bbac-fa9c-34f5-c43d-82c0c17d89c9@eagerm.com> From: Michael Eager Message-ID: Date: Sun, 06 May 2018 11:46:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-05/txt/msg00260.txt.bz2 Committed. On 05/05/2018 04:14 AM, Andrew Sadek wrote: > Hello Michael, >=20 > I made a re-run for the GCC test suite. > I have just noticed that picdtr.c was not uploaded, also I forgot to=20 > adapt the new pic option text in it. > thus we need to apply the attached patch. >=20 > Otherwise, it's all fine. > Results (Normal Run): >=20 > =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =3D=3D=3D gcc Summary =3D=3D=3D >=20 > # of expected passes=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 91211 > # of unexpected failures=C2=A0=C2=A0=C2=A0 1325 > # of unexpected successes=C2=A0=C2=A0=C2=A0 3 > # of expected failures=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 212 > # of unresolved testcases=C2=A0=C2=A0=C2=A0 374 > # of unsupported tests=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 2863 >=20 > Results (with -fPIE -mpic-data-is-text-relative): > =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =3D=3D=3D gcc Summary =3D=3D=3D >=20 > # of expected passes=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 91243 > # of unexpected failures=C2=A0=C2=A0=C2=A0 1208 > # of unexpected successes=C2=A0=C2=A0=C2=A0 3 > # of expected failures=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 212 > # of unresolved testcases=C2=A0=C2=A0=C2=A0 374 > # of unsupported tests=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 2888 >=20 > Comparison for PASS-> FAIL is only this one now: > PASS->FAIL: gcc.dg/uninit-19.c (test for excess errors) =3D> already fail= s=20 > with -fPIE/-fPIC as mentioned before. >=20 >=20 >=20 > On Thu, May 3, 2018 at 7:13 PM, Andrew Sadek > wrote: >=20 > --resend Michael's reply >=20 > On Mon, Apr 30, 2018 at 1:19 PM, Michael Eager > wrote: >=20 >=20 > Applied -- Committed revision 259758. >=20 > Andrew -- Please re-run GCC regression test to verify that nothing > was lost in the editing. >=20 >=20 >=20 > --=20 > Michael Eager eager@eagerm.com > 1960 Park Blvd., Palo Alto, CA 94306 >=20 >=20 >=20 >=20 > --=20 >=20 > Andrew >=20 >=20 >=20 >=20 > --=20 >=20 > Andrew --=20 Michael Eager eager@eagerm.com 1960 Park Blvd., Palo Alto, CA 94306