From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11516 invoked by alias); 17 May 2003 09:56:05 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 11329 invoked by uid 71); 17 May 2003 09:56:02 -0000 Date: Sat, 17 May 2003 09:56:00 -0000 Message-ID: <20030517095602.11328.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Dara Hazeghi Subject: Re: target/7013: [IA64] redeclaring volatile objects forces them always into long data Reply-To: Dara Hazeghi X-SW-Source: 2003-05/txt/msg01983.txt.bz2 List-Id: The following reply was made to PR target/7013; it has been noted by GNATS. From: Dara Hazeghi To: gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org Cc: Subject: Re: target/7013: [IA64] redeclaring volatile objects forces them always into long data Date: Sat, 17 May 2003 02:55:05 -0700 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- trail&database=gcc&pr=7013 Hello, I can confirm that with gcc 3.2.3, 3.3 branch and mainline (20030508), the variable is still being placed in .data, not .sdata. Dara