This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Results for g++ 3.1 application testing on i686-pc-linux-gnu
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: stephen dot webb at bregmasoft dot com
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Tue, 05 Mar 2002 15:01:44 -0500
- Subject: Re: Results for g++ 3.1 application testing on i686-pc-linux-gnu
libstdc++-v3/config/linker_map.gnu explicitly exports
extern "C++"
{
std::[A-Za-z]*;
std::__throw_*;
std::__basic_file*;
std::__num_base*;
std::__timepunct*
};
The only names beginning with underscore are the four listed. Should
either __WORD_BIT be added explicitly or by another regexp like the first
line?
David