This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r137406 - in /trunk: gcc/ChangeLog gcc/cp/Chang...
- From: jason at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Thu, 03 Jul 2008 04:32:26 -0000
- Subject: r137406 - in /trunk: gcc/ChangeLog gcc/cp/Chang...
Author: jason
Date: Thu Jul 3 04:32:25 2008
New Revision: 137406
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137406
Log:
* gcc/tree.c (ctor_to_list): Use FOR_EACH_CONSTRUCTOR_ELT.
* gcc/cp/Make-lang.in (cp/typeck2.o): Add dependency.
* libstdc++-v3/libsupc++/initializer_list: Uglify and wrap in
__GXX_EXPERIMENTAL_CXX0X__.
* libstdc++-v3/include/bits/stl_map.h (insert(initializer_list)): Wrap.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/bits/stl_map.h
trunk/libstdc++-v3/libsupc++/initializer_list
Changes in other areas also in this revision:
Modified:
trunk/gcc/ChangeLog
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/Make-lang.in
trunk/gcc/tree.c