Re: [PATCH] Fixed up missing semicolons.

2016-09-27 Thread Jeff Law
On 09/26/2016 07:20 PM, lhmouse wrote: My name is Liu Hao. :> Thanks. I've updated the ChangeLog entry. Thanks for your work. And thanks for the mingw patch -- we're always grateful for any help we can get on the lesser used platforms. Jeff ps. Yes, I am law on IRC, but I was away when y

Re: Re: [PATCH] Fixed up missing semicolons.

2016-09-26 Thread lhmouse
In case my previous mail is swallowed by mailman: I am not familiar with your convention. Elsewhere, I usually don't use my full name. If people suggest I use a full name when submitting patches, I am glad to go with that. My name is Liu Hao (LH for short). The word 'Mouse' is a homophony joke in

Re: [PATCH] Fixed up missing semicolons.

2016-09-26 Thread Jeff Law
On 09/23/2016 09:28 AM, lhmouse wrote: Hi GCC developers, Today I was trying bootstrapping GCC 7.0.0 and stage 1 compilation failed because of two missing semicolons. After this patch was applied, xgcc could be built successfully, although it still failed the self-test.