https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117662
Frantisek Sumsal <frantisek at sumsal dot cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|UNCONFIRMED |RESOLVED --- Comment #3 from Frantisek Sumsal <frantisek at sumsal dot cz> --- Interesting! I didn't enable LTO since it's currently being disabled in the gcc wrapper that OpenScanHub uses (because of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94976). However, after rebuilding systemd with both -fanalyzer and LTO, (almost) all reports disappear. I'll report this back to the OSH team to re-evaluate, as this makes a huge difference. Thank you!