From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13944 invoked by alias); 1 Mar 2003 01:36:01 -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 13926 invoked by uid 71); 1 Mar 2003 01:36:01 -0000 Date: Sat, 01 Mar 2003 01:36:00 -0000 Message-ID: <20030301013601.13925.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Mark Mitchell Subject: Re: c++/9892: g++.old-deja/g++.pt/static9.C regression Reply-To: Mark Mitchell X-SW-Source: 2003-03/txt/msg00006.txt.bz2 List-Id: The following reply was made to PR c++/9892; it has been noted by GNATS. From: Mark Mitchell To: dave.anglin@nrc-cnrc.gc.ca Cc: gcc-gnats@gcc.gnu.org Subject: Re: c++/9892: g++.old-deja/g++.pt/static9.C regression Date: 28 Feb 2003 17:32:33 -0800 On Fri, 2003-02-28 at 13:36, dave.anglin@nrc-cnrc.gc.ca wrote: > > >Number: 9892 > >Category: c++ > >Synopsis: g++.old-deja/g++.pt/static9.C regression > >Confidential: no Here's the fix, committed on the mainline and branch after testing on i686-pc-linux-gnu. (I tested that particular program with a cross compiler.) This was another ASM_OUT_EXTERNAL problem, FYI. Unfortunately, assemble_external triggers the creation of DECL_RTL, which is probably a design bug, but never-the-less a fact. Please confirm that this fixes the problem for you and close the PR. Thanks, -- Mark Mitchell CodeSourcery, LLC mark@codesourcery.com