Assignee: unassigned at gcc dot gnu.org
Reporter: stuff0003 at pobox dot com
In certain circumstances following an assertion, there is no warning for an
uninitialised variable.
(keyword also: uninitialized)
$ cat nowarn.c
#include
#include
int main(int ac,char**av){
int e,f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57407
--- Comment #2 from Alex ---
I'm very sorry, I don't have the means to do that test easily.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57407
--- Comment #4 from Alex ---
That's curious. It certainly doesn't work for me.
I wonder if it's possible that there is something wrong with subversion 4.6.3
(as opposed to version 4.6 tried above), or if Ubuntu/Linaro have somehow
introduced the