re PR c++/48132 ([C++0x] Internal compiler error on array of std::complex with -std...
[gcc.git] / gcc / cp / ChangeLog
index 4649d965ddf4108ce756b5e30111bc1022ba5835..a1f8f049255f423a7b1711b389623f971af09697 100644 (file)
@@ -1,3 +1,9 @@
+2011-03-16  Jason Merrill  <jason@redhat.com>
+
+       PR c++/48132
+       * decl.c (check_array_designated_initializer): Allow integer index.
+       (reshape_init_array_1): Set index on the elements.
+
 2011-03-16  Jason Merrill  <jason@redhat.com>
 
        PR c++/48113