[Bug c/105323] assignment that is unused afterwards is not reported
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105323 --- Comment #2 from Li Zhong --- Any further comment on this? To do data flow analysis in local variable relatively costs less time and can definitely help developers find more bugs like forgetting return value, etc.
[Bug c/105323] assignment that is unused afterwards is not reported
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105323 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement Summary|Unused a