From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5070 invoked by alias); 18 May 2002 15:06: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 5039 invoked by uid 71); 18 May 2002 15:06:01 -0000 Date: Sat, 18 May 2002 08:06:00 -0000 Message-ID: <20020518150601.5037.qmail@sources.redhat.com> To: jason@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: "B. Kosnik" Subject: Re: c++/6611: [PATCH] Non-weak emission of `std::__default_alloc_template[...]' on platform(s) where it should be weak Reply-To: "B. Kosnik" X-SW-Source: 2002-05/txt/msg00550.txt.bz2 List-Id: The following reply was made to PR c++/6611; it has been noted by GNATS. From: "B. Kosnik" To: Jason Merrill Cc: gcc-gnats@gcc.gnu.org, gcc-patches@gcc.gnu.org, bkoz@redhat.com, gcc-bugs@gcc.gnu.org, ljrittle@acm.org, pfeifer@dbai.tuwien.ac.at Subject: Re: c++/6611: [PATCH] Non-weak emission of `std::__default_alloc_template[...]' on platform(s) where it should be weak Date: Sat, 18 May 2002 07:57:19 -0700 > 2002-05-18 Jason Merrill > > * decl2.c (import_export_decl): If we clear > DECL_NOT_REALLY_EXTERN, make sure DECL_EXTERNAL is set. Thanks Jason. Gerald, can you verify this fixes your situation? If so, let's make sure this patch finds its way to the branch. -benjamin