This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/61112] Simple example triggers false-positive -Wmaybe-uninitialized warning


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61112

--- Comment #1 from patrick at parcs dot ath.cx ---
$ gcc -O2 -Wall this.c
this.c: In function âvoid foo(int, int, int)â:
this.c:13:10: warning: âwâ may be used uninitialized in this function
[-Wmaybe-uninitialized]
     p = w;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]