2014-02-17 20:00 GMT+08:00 Rainer Orth <r...@cebitec.uni-bielefeld.de>: > Senthil Kumar Selvaraj <senthil_kumar.selva...@atmel.com> writes: > >> The newly added gcc.dg/torture/pr60183.c test fails for the AVR target >> with an "array size too large" error. This patch marks the test as >> unsupported for AVR, following the example of other such tests in the >> testsuite. > [...]
Seems it has something to do with PR57821: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57821#c7 Maybe setting need_64bit_hwint for AVR target is able to make it pass the testcase, but I am not sure such change is correct for AVR port. Best regards, jasonwucj