[Bug c++/51311] bogus array bounds warning

2014-06-03 Thread bruck.michael at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51311 Michael Bruck changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/51311] bogus array bounds warning

2011-11-27 Thread bruck.michael at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51311 --- Comment #3 from Michael Bruck 2011-11-28 02:44:16 UTC --- (In reply to comment #2) > (In reply to comment #1) > > I don't think this is a bug as in_data can be changed by a different > > function > > other than bar(). > > Before I stripped

[Bug c++/51311] bogus array bounds warning

2011-11-27 Thread bruck.michael at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51311 --- Comment #2 from Michael Bruck 2011-11-28 02:34:16 UTC --- (In reply to comment #1) > I don't think this is a bug as in_data can be changed by a different function > other than bar(). Before I stripped this down to a test case in_data was act

[Bug c++/51311] bogus array bounds warning

2011-11-27 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51311 --- Comment #1 from Andrew Pinski 2011-11-27 18:01:22 UTC --- I don't think this is a bug as in_data can be changed by a different function other than bar().