Re: [PATCH] Fix dump message issue

2019-10-13 Thread luoxhu
On 2019/10/14 00:32, Jeff Law wrote: > On 10/8/19 4:45 AM, Martin Jambor wrote: >> Hi, >> >> On Tue, Oct 08 2019, luoxhu wrote: >>> '}' is missed at the end. >> >> heh, yeah, I wonder for how long. >> >> If it irritates you, I'd say the patch is obvious (though note that I >> cannot approve a patch

Re: [PATCH] Fix dump message issue

2019-10-13 Thread Jeff Law
On 10/8/19 4:45 AM, Martin Jambor wrote: > Hi, > > On Tue, Oct 08 2019, luoxhu wrote: >> '}' is missed at the end. > > heh, yeah, I wonder for how long. > > If it irritates you, I'd say the patch is obvious (though note that I > cannot approve a patch in this area). Looks obvious to me. And whi

Re: [PATCH] Fix dump message issue

2019-10-08 Thread Martin Jambor
Hi, On Tue, Oct 08 2019, luoxhu wrote: > '}' is missed at the end. heh, yeah, I wonder for how long. If it irritates you, I'd say the patch is obvious (though note that I cannot approve a patch in this area). Thanks, Martin > > gcc/ChangeLog: > tree-sra.c (dump_access): Add missing bra

[PATCH] Fix dump message issue

2019-10-08 Thread luoxhu
'}' is missed at the end. gcc/ChangeLog: tree-sra.c (dump_access): Add missing braces. --- gcc/tree-sra.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/tree-sra.c b/gcc/tree-sra.c index 48589323a1e..cb59b91f20e 100644 --- a/gcc/tree-sra.c +++ b/gcc/tree-sra.c