Re: [PATCH] ipa-modref: avoid linebreak split in debug print

2021-01-08 Thread Richard Biener
On Thu, 7 Jan 2021, Sergei Trofimovich wrote: > From: Sergei Trofimovich > > * ipa-modref.c (merge_call_side_effects): Fix > linebreak split by reordering two print calls. OK. Richard. > --- > gcc/ipa-modref.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > >

[PATCH] ipa-modref: avoid linebreak split in debug print

2021-01-07 Thread Sergei Trofimovich via Gcc-patches
From: Sergei Trofimovich * ipa-modref.c (merge_call_side_effects): Fix linebreak split by reordering two print calls. --- gcc/ipa-modref.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/ipa-modref.c b/gcc/ipa-modref.c index fcc676d25e4..04613201f1