https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104552
Eric Gallager <egallager at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amacleod at redhat dot com, | |hubicka at gcc dot gnu.org, | |jamborm at gcc dot gnu.org, | |marxin at gcc dot gnu.org, | |msebor at gcc dot gnu.org --- Comment #27 from Eric Gallager <egallager at gcc dot gnu.org> --- (In reply to Roland Illig from comment #4) > From common.opt: > > an invalid linenum macros > > "an" + "macros" doesn't match Martin L's string (8bf728ae) (In reply to Roland Illig from comment #7) > From params.opt: > > When propagating IPA-CP effect estimates, multiply frequencies of recursive > > edges that that bring back an unchanged value by this factor. > > "that that" > > From params.opt: > > Maximum combinaed size of caller and callee wich is inlined if callee > > is called once. > > "combined" > "which" > > From params.opt: > > --param=ranger-debug=[none|trace|gori|cache|tracegori|all] > > Specifies the output mode for debugging ranger. > > Why " " instead of the usual "\t" after the "]"? 1. Martin Jambor's string (ff2b92de) 2. Jan Hubicka's string (f157c536) 3. Andrew MacLeod's string (9cb114fd) (In reply to Roland Illig from comment #8) > From tree-ssa-uninit.c: > > accessing argument %u of a function declared with attribute %<%s%> > > The %<%s%> should be the conventional %qs. Martin Sebor's string (fb85d6eb) (that's all I'm going to check the `git blame` for for now; might come back to the rest later...)