[Bug c++/40658] spurious warning array subscript is below array bounds

2009-07-06 Thread mikpe at it dot uu dot se


--- Comment #1 from mikpe at it dot uu dot se  2009-07-06 09:32 ---
Ditto here on powerpc64-unknown-linux-gnu. -m32 gives the warning, -m64 does
not.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40658



[Bug c++/40658] spurious warning array subscript is below array bounds

2009-07-06 Thread paolo dot carlini at oracle dot com


--- Comment #2 from paolo dot carlini at oracle dot com  2009-07-06 09:57 
---
I'm afraid it's highly unlikely that this will be fixed in 4_3-branch... To the
best of my knowledge, fixing it involved a few rather invasive patches and the
branch is close to its end of life...


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40658



[Bug c++/40658] spurious warning array subscript is below array bounds

2009-07-06 Thread gcc at axel-naumann dot de


--- Comment #3 from gcc at axel-naumann dot de  2009-07-06 10:59 ---
OK, I didn't know that the branch is closed, nor that it involves extensive
changes. Sorry it took me so long to find this! I can of course use #pragma GCC
diagnostic ignored -Warray-bounds if needed.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40658



[Bug c++/40658] spurious warning array subscript is below array bounds

2009-07-06 Thread manu at gcc dot gnu dot org


--- Comment #4 from manu at gcc dot gnu dot org  2009-07-06 11:21 ---
This is FIXED in GCC 4.4. There may be a 4.3.4 release but this is not a
regression and nobody seems interested in investigating whether it can be fixed
with a minimal patch. So I am closing it as FIXED.

If you can reproduce it with GCC 4.5, please reopen.


-- 

manu at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||manu at gcc dot gnu dot org
 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40658