From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2595 invoked by alias); 27 Aug 2002 21:36:00 -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 2581 invoked by uid 71); 27 Aug 2002 21:36:00 -0000 Date: Tue, 27 Aug 2002 14:56:00 -0000 Message-ID: <20020827213600.2580.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Andrew Pinski Subject: Re: c++/7740: g++ 3.2 compiles routines marked as extern "C++" with incorrect "C" linkage Reply-To: Andrew Pinski X-SW-Source: 2002-08/txt/msg00576.txt.bz2 List-Id: The following reply was made to PR c++/7740; it has been noted by GNATS. From: Andrew Pinski To: gccfeature@yahoo.com Cc: gcc-gnats@gcc.gnu.org Subject: Re: c++/7740: g++ 3.2 compiles routines marked as extern "C++" with incorrect "C" linkage Date: Tue, 27 Aug 2002 17:32:09 -0400 I do not think this is a bug with 3.2 or 3.1.1 but was a bug with gcc 3.0.x and below, I think it is required that sqrt to be in the std namespace and the anonymous namespace. Thanks, Andrew Pinski