[Bug c/27120] Should warn about uninitialized use of variable array element

2015-08-12 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=27120 Marek Polacek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c/27120] Should warn about uninitialized use of variable array element

2009-03-28 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2009-03-28 13:39 --- *** Bug 35234 has been marked as a duplicate of this bug. *** -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c/27120] Should warn about uninitialized use of variable array element

2006-04-30 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-04-30 07:47 --- (In reply to comment #0) [first testcase using nonconstant index] > > does not warn about the use of uninitialized array buffer. While > [second testcase using constant index] > > does. Likewise for C++. In the

[Bug c/27120] Should warn about uninitialized use of variable array element

2006-04-11 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-04-11 17:30 --- Related to PR 10138. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added BugsThisDepen