From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19558 invoked by alias); 8 Nov 2006 16:16:05 -0000 Received: (qmail 19439 invoked by uid 22791); 8 Nov 2006 16:16:03 -0000 X-Spam-Check-By: sourceware.org Received: from lon-del-01.spheriq.net (HELO lon-del-01.spheriq.net) (195.46.50.97) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 08 Nov 2006 16:15:42 +0000 Received: from lon-out-02.spheriq.net ([195.46.50.130]) by lon-del-01.spheriq.net with ESMTP id kA8GFcQB013909 for ; Wed, 8 Nov 2006 16:15:38 GMT Received: from lon-cus-01.spheriq.net (lon-cus-01.spheriq.net [195.46.50.37]) by lon-out-02.spheriq.net with ESMTP id kA8GFbm3032008 for ; Wed, 8 Nov 2006 16:15:37 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by lon-cus-01.spheriq.net with ESMTP id kA8GFbw9013936 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Wed, 8 Nov 2006 16:15:37 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 7C961DA47 for ; Wed, 8 Nov 2006 16:15:32 +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 36378475CA for ; Wed, 8 Nov 2006 16:15:29 +0000 (GMT) Received: from [164.129.122.218] (gnx2364.gnb.st.com [164.129.122.218]) by mail2.gnb.st.com (MOS 3.5.8-GR) with ESMTP id CJL98866 (AUTH lyon); Wed, 8 Nov 2006 17:15:27 +0100 (CET) Message-ID: <4552029F.2040201@st.com> Date: Wed, 08 Nov 2006 16:16:00 -0000 From: Christophe LYON User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: Re: testsuite gdb.base/constvars: force allocation of local variables References: <4551E0F4.7030803@st.com> <20061108150556.GA26257@nevyn.them.org> In-Reply-To: <20061108150556.GA26257@nevyn.them.org> 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-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-11/txt/msg00042.txt.bz2 Daniel Jacobowitz wrote: > On Wed, Nov 08, 2006 at 02:51:48PM +0100, Christophe LYON wrote: >> Hello, >> >> I propose the following patch in order to force allocation of variables >> 'crass' and 'crisp'. > > What compiler does this affect? > The compiler we develop is a retargetting of Open64. Christophe.