Re: RFA: fix avr compile/limits-externdecl.c failures

2013-05-14 Thread Denis Chertykov
2013/5/13 Joern Rennecke > > All the gcc.c-torture/compile/limits-externdecl.c currently give an > error: size of array is too large, followed by an ICE in > avr_encode_section_info, which goes on to try to find the address space > of error_mark_node. > > Given the size of the array, it makes sens

RFA: fix avr compile/limits-externdecl.c failures

2013-05-13 Thread Joern Rennecke
All the gcc.c-torture/compile/limits-externdecl.c currently give an error: size of array is too large, followed by an ICE in avr_encode_section_info, which goes on to try to find the address space of error_mark_node. Given the size of the array, it makes sense for the test to give an error where