This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.2.0 Status Report (2007-05-11)
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: gcc at gcc dot gnu dot org, clattner at apple dot com, mark at codesourcery dot com, jason at redhat dot com
- Date: Sat, 12 May 2007 10:10:45 -0400
- Subject: Re: GCC 4.2.0 Status Report (2007-05-11)
>> Names in anonymous namespaces had external linkage for a long time in
>> G++. Did they have internal linkage in 4.1, or was that introduced
>> (in
>> theory) for 4.2?
>It was introduced in 4.2.
Whoops. It looks like this:
http://gcc.gnu.org/ml/gcc-patches/2007-04/msg00449.html
http://gcc.gnu.org/ml/gcc-patches/2007-04/msg00476.html
never got checked in to the 4.2 changes document.
-benjamin