[committed] [PATCH] Avoid a warning of overflow

2022-03-21 Thread qianjh--- via Gcc-patches
Thank you @Arnaud Charlet Committed > -Original Message- > From: Arnaud Charlet > Sent: Monday, March 21, 2022 5:47 PM > To: Qian, Jianhua/钱 建华 > Cc: gcc-patches@gcc.gnu.org; Arnaud Charlet > Subject: Re: PING [PATCH] Avoid a warning of overflow > > > This warning will become ERROR in

PING [PATCH] Avoid a warning of overflow

2022-03-21 Thread qianjh--- via Gcc-patches
Hi This warning will become ERROR in stage2 of bootstrap when use " make BOOT_CFLAGS='-O0' BOOT_CXXFLAGS='-O0' " command. So it is better to fix this warning. There are other similar warnings. I will submit patches one by one. Tested on x86_64. OK for trunk? > -Original Message- > Fro