This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

ICE in set_designator, at c-typeck.c:5570


Extracted from the linux kernel:
--------
#define R 2
#define C 4
unsigned int foo[R][C] = { [0 ... R-1] = { [0 ... C-1] = 1 } };
--------

bombs with "Internal compiler error in set_designator, at c-typeck.c:5570"
for 20010124 and 20010121.  Same problem on codesourcery 20010120

Alan Modra
-- 
Linuxcare.  Support for the Revolution.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]