Comment on What is C in practice?parentComments−ydcvjk11ygcc 4.9.2 gives: warning: 'bar' is used uninitialized in this functionMaybe you are using a old version.If you enable -Wall which you always should then this flag is automatically enabled.https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#inde...−anon138511y-Wuninitialized has been broken in GCC for over a decade: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18501−anon411yAs if we needed more proof that GCC is a fucking joke...−ydcvjk11yHey Linus, how are you doing!
Comments
gcc 4.9.2 gives: warning: 'bar' is used uninitialized in this function
Maybe you are using a old version.
If you enable -Wall which you always should then this flag is automatically enabled.
https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#inde...
-Wuninitialized has been broken in GCC for over a decade: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18501
As if we needed more proof that GCC is a fucking joke...
Hey Linus, how are you doing!