http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57206
Sasanka Nagavalli <snagavallis at outlook dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://gcc.gnu.org/bugzilla | |/show_bug.cgi?id=48052 --- Comment #2 from Sasanka Nagavalli <snagavallis at outlook dot com> 2013-05-08 10:55:18 UTC --- Sorry, in the original description, good1() should have been written as follows to avoid the warning: void good1(float * d, unsigned int n) { unsigned int i; for (i=0; i<n; i++) d[i] = 0.0; } This issue may be related to #48052.