[Bug c/57407] New: Missing uninitialized warning following assert

2013-05-24 Thread stuff0003 at pobox dot com
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

[Bug tree-optimization/57407] Missing uninitialized warning following assert

2013-05-24 Thread stuff0003 at pobox dot com
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.

[Bug tree-optimization/57407] Missing uninitialized warning following assert

2013-05-27 Thread stuff0003 at pobox dot com
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