[Bug c/35392] Warning "array subscript is above array bounds" in inline fct

2013-02-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35392 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c/35392] Warning "array subscript is above array bounds" in inline fct

2013-02-26 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35392 Jorn Wolfgang Rennecke changed: What|Removed |Added CC||amylaar at gcc dot gnu.or

[Bug c/35392] Warning "array subscript is above array bounds" in inline fct

2010-01-02 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-01-02 19:19 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug c/35392] Warning "array subscript is above array bounds" in inline fct

2009-07-31 Thread manu at gcc dot gnu dot org
--- Comment #3 from manu at gcc dot gnu dot org 2009-07-31 16:46 --- A reduced testcase: extern inline const char * _strnchr (const char *str, char c, unsigned size); extern inline void * _memcpy (void *dst, const void *src, const unsigned size) { if (__builtin_constant_p (size))

[Bug c/35392] Warning "array subscript is above array bounds" in inline fct

2009-04-18 Thread manu at gcc dot gnu dot org
--- Comment #2 from manu at gcc dot gnu dot org 2009-04-18 09:34 --- This is probably not fixed by the patch to PR 36902. They are totally different problems. -- manu at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c/35392] Warning "array subscript is above array bounds" in inline fct

2008-11-14 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-11-15 00:07 --- *** This bug has been marked as a duplicate of 36902 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --