http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47444
--- Comment #10 from eidletni at mail dot ru 2011-01-25 19:40:17 UTC --- (In reply to comment #9) > WONTFIX doesn't mean "nobody cares" As I know, it does. Bugzilla resolution: fixed - "we have problem and fix it", invalid - "user may think that we have problem, but we don't", wontfix - "we have problem, but we don't care"... http://gcc.gnu.org/onlinedocs/gcc-4.5.2/gcc/Warning-Options.html#Warning-Options -Warray-bounds This option is only active when -ftree-vrp is active (default for -O2 and above). It warns about subscripts to arrays that are always out of bounds. This warning is enabled by -Wall. I don't see any "may be" words. Let's make it clear. I do not tell you to fix this tomorrow or set importance of bug to critical, i just saying that it will be nice to fix this someday and make compiler better. With best wishes.