This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/7740: g++ 3.2 compiles routines marked as extern "C++" with incorrect "C" linkage
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 27 Aug 2002 21:36:00 -0000
- Subject: Re: c++/7740: g++ 3.2 compiles routines marked as extern "C++" with incorrect "C" linkage
- Reply-to: Andrew Pinski <pinskia at physics dot uc dot edu>
The following reply was made to PR c++/7740; it has been noted by GNATS.
From: Andrew Pinski <pinskia@physics.uc.edu>
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