https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96554
--- Comment #4 from Roger Wolff ---
Update: LTO messes with the warning. When LTO is enabled, the warning from
-Wnull-dreference is suppressed.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96554
--- Comment #3 from Andreas Schwab ---
*** Bug 96550 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96554
--- Comment #2 from Roger Wolff ---
In my case it promotes a function I didn't declare as into
one that and thereby it caused 80% of my code to become
"dead". It'd be nice to differentiate between the case where a simple
optimization removes a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96554
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1