Configured with: ../gcc-svn/configure --prefix=/home/jarryd/local/gcc-4.6
--enable-languages=c,c++
g++ init_list.cpp -o init_list.o -std=gnu++0x -c -save-temps
init_list.cpp: In function int main():
init_list.cpp:5:41: error: could not convert {{1, 1}, {2, 2}} to
std::map<int, int>
--
Summary: initializer list can't convert to map
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jarrydb at cse dot unsw dot edu dot au
GCC build triplet: x86_64-unknown-linux-gnu
GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44358