[Bug middle-end/78203] missing warning on return of unitialized variable

2017-03-03 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78203 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug middle-end/78203] missing warning on return of unitialized variable

2016-11-05 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78203 --- Comment #4 from Marc Glisse --- > In my opinion, the warning should be given Nobody contradicted you, we agree that it would be good to issue the warning. We already know about this issue (there are duplicates you can search for in bugzilla)

[Bug middle-end/78203] missing warning on return of unitialized variable

2016-11-05 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78203 Andrew Pinski changed: What|Removed |Added Component|c |middle-end --- Comment #3 from Andrew Pi