From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22194 invoked by alias); 15 May 2002 12:14:48 -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 22147 invoked by uid 61); 15 May 2002 12:14:46 -0000 Date: Wed, 15 May 2002 05:14:00 -0000 Message-ID: <20020515121446.22146.qmail@sources.redhat.com> To: bkoz@redhat.com, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, jason@gcc.gnu.org, ljrittle@acm.org, nobody@gcc.gnu.org, pfeifer@dbai.tuwien.ac.at From: bkoz@gcc.gnu.org Reply-To: bkoz@gcc.gnu.org, bkoz@redhat.com, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, jason@gcc.gnu.org, ljrittle@acm.org, nobody@gcc.gnu.org, pfeifer@dbai.tuwien.ac.at, gcc-gnats@gcc.gnu.org Subject: Re: c++/6611: Non-weak emission of `std::__default_alloc_template[...]' on platform(s) where it should be weak X-SW-Source: 2002-05/txt/msg00414.txt.bz2 List-Id: Synopsis: Non-weak emission of `std::__default_alloc_template[...]' on platform(s) where it should be weak Responsible-Changed-From-To: unassigned->jason Responsible-Changed-By: bkoz Responsible-Changed-When: Wed May 15 05:14:45 2002 Responsible-Changed-Why: Jason, can you take a look at this? It's only showing up at -O1 and above, which indicates to me something's probably up with inlining. This is happening due to the following patch, and is present on the gcc-3.1 branch as well: http://gcc.gnu.org/ml/gcc-patches/2002-04/msg00996.html This is related to the problem I was waving my hands about this weekend... -benjamin http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6611