[Bug c/63272] GCC should warn when using pointer to dead scoped variable within the same function

2021-12-16 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63272 Martin Sebor changed: What|Removed |Added CC||oleg.pekar.2017 at gmail dot com ---

[Bug c/63272] GCC should warn when using pointer to dead scoped variable within the same function

2021-11-01 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63272 Martin Sebor changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c/63272] GCC should warn when using pointer to dead scoped variable within the same function

2020-10-30 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63272 David Binderman changed: What|Removed |Added CC||dcb314 at hotmail dot com --- Comment

[Bug c/63272] GCC should warn when using pointer to dead scoped variable within the same function

2014-09-16 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63272 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c/63272] GCC should warn when using pointer to dead scoped variable within the same function

2014-09-16 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63272 --- Comment #2 from Andrew Pinski pinskia at gcc dot gnu.org --- (In reply to Manuel López-Ibáñez from comment #1) It would be nice to have. Perhaps related to PR49974. Definitely related to PR 53855.

[Bug c/63272] GCC should warn when using pointer to dead scoped variable within the same function

2014-09-16 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63272 --- Comment #3 from Andrew Pinski pinskia at gcc dot gnu.org --- But really this is already talked about the warning in bug 60517 and really in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60770#c1 .