------- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-02 18:50 ------- Code (for lazy people): int a[2][2] = { 0, 1, 2, 3 }; int b[2][2] = { { 0, 1 }, { 2, 3 } };
: Search converges between 2002-10-11-trunk (#101) and 2002-10-12-trunk (#102). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19755