https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66146
frankhb1989 at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |frankhb1989 at gmail dot com
--- Comment #60 from frankhb1989 at gmail dot com ---
I'm a bit curious about missing of the fix of PR 98605 on the trunk, which was
kept in the later changes here implying the removal of "#ifdef
__clang_analyzer__" but not the code it guarded. That change (using NOLINT
instead of the whole piece of "#ifdef __clang_analyzer__") should be an
improvement for all branches rather than merely the fix of the regression about
specific tooling setup.
If wasting cycles are concerned, the commit
93e79ed391b9c636f087e6eb7e70f14963cd10ad then introduced a missing-optimization
regression, which might be interested particularly on some freestanding
implementation.