Am Do., 6. Jan. 2022 um 14:57 Uhr schrieb David Malcolm via Jit <j...@gcc.gnu.org>:
> [...snip...] > > > > > > diff --git a/gcc/passes.c b/gcc/passes.c > > > index 4bea6ae5b6a..0c70ece5321 100644 > > > --- a/gcc/passes.c > > > +++ b/gcc/passes.c > > [...snip...] > > > > @@ -1943,7 +1944,7 @@ pass_manager::dump_profile_report () const > > > " |in count |out > > > prob " > > > "|in count |out prob " > > > "|size |time |\n"); > > > - > > > + > > > for (int i = 1; i < passes_by_id_size; i++) > > > if (profile_record[i].run) > > > { > > > > ...and there's a stray whitespace change here (in > pass_manager::dump_profile_report), which probably shouldn't be in the > patch. There was stray whitespace in that line the unpatched version of `passes.c`, which my Emacs silently cleaned up. Shall I retain this whitespace although it should probably haven't been there in the first place? Or should I just add a remark in the patch notes about that? Thanks, Marc