------- Comment #3 from jakub at gcc dot gnu dot org 2009-05-07 14:58 ------- This patch is correct. Alternatively, you could define the dimension_number variable unconditionally (remove #ifndef and #endif around it), initialize it to 0 and not initialize it in for init expression. For MIPS_DEBUGGING_INFO, dimension_number is never > 0 in the body of the for cycle in 4.4+...
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40061