On Tue, Mar 29, 2011 at 03:13:07PM +0100, Dave Korn wrote: > On 28/03/2011 08:25, Jakub Jelinek wrote: > > The GNU Compiler Collection version 4.6.0 has been released. > > Were there any changes (other than perhaps repackaging) after the second RC > (dated 20110321)?
You can easily look at svn. But if you want a summary, gcc.pot/cpplib.pot have been regenerated, _ZNSsC2EOSs and _ZNSbIwSt11char_traitsIwESaIwEEC2EOS2_ are newly exported from libstdc++.so.6, _ZTS[PK]*[no] are no longer exported and _ZTI[PK]*[no] is exported under correct symbol version, lots of libstdc++ baseline_symbols.txt updates for various targets and the usual release changes (ChangeLog updates, DEV-PHASE change) and DATESTAMP updates. Jakub