Missing "var is used uninitialized" warning?
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
To
:
gcc-help@xxxxxxxxxxx
Subject
: Missing "var is used uninitialized" warning?
From
: Georg-Johann Lay <
avr@xxxxxxxx
>
Date
: Sat, 17 Sep 2011 22:32:51 +0200
User-agent
: Mozilla Thunderbird 1.0.7 (Windows/20050923)
Hi, compiled with -Wall -Wextra the wollowing lines don't complain about
a being used uninitialized. Tried with 4.5 and 4.6. Am I missing
something?
int func (void) { int a = a; return a; }
Follow-Ups
:
Re: Missing "var is used uninitialized" warning?
From:
Jonathan Wakely
Prev by Date:
Re: error: template with C linkage
Next by Date:
Re: Missing "var is used uninitialized" warning?
Previous by thread:
error: template with C linkage
Next by thread:
Re: Missing "var is used uninitialized" warning?
Index(es):
Date
Thread
[Index of Archives]
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]