missed uninitialised variable warning
Alexandre Oliva
aoliva@redhat.com
Mon Aug 4 18:19:00 GMT 2003
On Aug 4, 2003, dewar@gnat.com (Robert Dewar) wrote:
>> In C and C++ it's legal, and there are actual cases in which you do
>> want to reference the variable (as an lvalue) before its declaration
>> is complete.
> Isn't that a bit dubious from a formal point of view.
I don't see why, and I've already given the example:
void *x = &x;
This must work, and I don't see anything possibly dubious about it.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist Professional serial bug killer
More information about the Gcc
mailing list