[Bug c/39693] Warning about uninitialized local variable use

2013-10-26 Thread igor.shevlyakov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39693 Igor Shevlyakov igor.shevlyakov at gmail dot com changed: What|Removed |Added CC|

[Bug c/39693] Warning about uninitialized local variable use

2013-10-26 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39693 --- Comment #6 from Manuel López-Ibáñez manu at gcc dot gnu.org --- Igor, your testcase is exactly PR18501. No fix in sight unfortunately.

[Bug c/39693] Warning about uninitialized local variable use

2009-04-09 Thread manu at gcc dot gnu dot org
--- Comment #1 from manu at gcc dot gnu dot org 2009-04-09 12:08 --- The bugs you mention are fixed. In GCC 4.4, some uninitialized uses are reported even at -O0. If you have specific testcases not covered by any PR linked in bug 24639, then open a new PR and attach the preprocessed

[Bug c/39693] Warning about uninitialized local variable use

2009-04-09 Thread simon dot thum at gmx dot de
--- Comment #2 from simon dot thum at gmx dot de 2009-04-09 13:11 --- Sorry for the noise; I didn't check the developer docs (just latest release)... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39693

[Bug c/39693] Warning about uninitialized local variable use

2009-04-09 Thread simon dot thum at gmx dot de
--- Comment #3 from simon dot thum at gmx dot de 2009-04-09 13:15 --- BTW in developer docs, -Wextra still mentions -Wuninitialized; it seems to me this is not intentional. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39693

[Bug c/39693] Warning about uninitialized local variable use

2009-04-09 Thread manu at gcc dot gnu dot org
--- Comment #4 from manu at gcc dot gnu dot org 2009-04-09 13:25 --- (In reply to comment #3) BTW in developer docs, -Wextra still mentions -Wuninitialized; it seems to me this is not intentional. Both -Wall and -Wextra enable Wuninitialized. I guess this is historical. Please,