From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25223 invoked by alias); 29 Sep 2014 17:26:53 -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 25208 invoked by uid 89); 29 Sep 2014 17:26:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 29 Sep 2014 17:26:50 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-01.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1XYeik-0000XR-7W from Maciej_Rozycki@mentor.com ; Mon, 29 Sep 2014 10:26:46 -0700 Received: from localhost (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server (TLS) id 14.3.181.6; Mon, 29 Sep 2014 18:26:44 +0100 Date: Mon, 29 Sep 2014 17:26:00 -0000 From: "Maciej W. Rozycki" To: "rohitarulraj@freescale.com" CC: Ulrich Weigand , Edmar Wienskoski , David Edelsohn , "gcc-patches@gcc.gnu.org" , Alan Modra , Jakub Jelinek Subject: RE: [RFC: Patch, PR 60102] [4.9/4.10 Regression] powerpc fp-bit ices@dwf_regno In-Reply-To: <6158af54375642a29548979a3cc420d1@BN1PR0301MB0644.namprd03.prod.outlook.com> Message-ID: References: from "Maciej W. Rozycki" at Sep 28, 2014 11:23:18 PM <201409290943.s8T9hwpn030693@d06av02.portsmouth.uk.ibm.com> <6158af54375642a29548979a3cc420d1@BN1PR0301MB0644.namprd03.prod.outlook.com> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2014-09/txt/msg02558.txt.bz2 On Mon, 29 Sep 2014, rohitarulraj@freescale.com wrote: > > As I understand it, the change was supposed to only affect GCC internals, all > > externally generated debug info was supposed to remain unchanged. > > > > If there are changes in debug info, something must have gone wrong. > > Let me check if I can track this down. Thanks. In case that helps the multilib flags I used for this testing were: -mcpu=8548 -mfloat-gprs=double -mspe=yes -mabi=spe Maciej