From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8617 invoked by alias); 15 Dec 2008 12:02:09 -0000 Received: (qmail 8609 invoked by uid 22791); 15 Dec 2008 12:02:08 -0000 X-Spam-Check-By: sourceware.org Received: from eu1sys200aog113.obsmtp.com (HELO eu1sys200aog113.obsmtp.com) (207.126.144.135) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 15 Dec 2008 12:01:23 +0000 Received: from source ([164.129.1.35]) (using TLSv1) by eu1sys200aob113.postini.com ([207.126.147.11]) with SMTP ID DSNKSUZHDDXpiTSAPNQiEZyjG3yxveq2Fmpy@postini.com; Mon, 15 Dec 2008 12:01:23 UTC Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 72A76DAD5; Mon, 15 Dec 2008 12:00:57 +0000 (GMT) Received: from mail2.gnb.st.com (mail2.gnb.st.com [164.129.119.59]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id C572B4C28A; Mon, 15 Dec 2008 12:01:06 +0000 (GMT) Received: from [164.129.122.46] (gnx2504.gnb.st.com [164.129.122.46]) by mail2.gnb.st.com (MOS 3.8.7a) with ESMTP id CYS96916 (AUTH lyon); Mon, 15 Dec 2008 13:01:18 +0100 (CET) Message-ID: <49464702.6000403@st.com> Date: Mon, 15 Dec 2008 12:02:00 -0000 From: Christophe LYON User-Agent: Thunderbird 2.0.0.18 (X11/20081105) MIME-Version: 1.0 To: Carlos Eduardo Seo Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] testsuite gdb.base/expand-psymtabs: ensure code is generated for the expected source line References: <493D3C16.3010303@st.com> <493FFC31.7070005@linux.vnet.ibm.com> In-Reply-To: <493FFC31.7070005@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-12/txt/msg00278.txt.bz2 Hi all, On 10.12.2008 18:28, Carlos Eduardo Seo wrote: > > gcc generates the right code for the purpose of the test using both > (patched and unpatched) testcases. So, if everyone else agrees, I'm fine > with your modification. > So, can I consider silence as an approval and commit this small fix? Thanks Christophe.