Re: [PATCH PR95569] ICE in tmmark:verify_ssa failed

2020-06-10 Thread Martin Liška
Message- From: Martin Liška [mailto:mli...@suse.cz] Sent: Wednesday, June 10, 2020 2:49 PM To: qianchao ; Richard Biener Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH PR95569] ICE in tmmark:verify_ssa failed On 6/10/20 3:10 AM, qianchao wrote: Thanks for reviewing this. Could you please help i

RE: [PATCH PR95569] ICE in tmmark:verify_ssa failed

2020-06-10 Thread qianchao
atches@gcc.gnu.org > Subject: Re: [PATCH PR95569] ICE in tmmark:verify_ssa failed > > On 6/10/20 3:10 AM, qianchao wrote: > > Thanks for reviewing this. Could you please help install this patch? > > Sure, but the patch can't survive ChangeLog verification script: > 1

Re: [PATCH PR95569] ICE in tmmark:verify_ssa failed

2020-06-09 Thread Martin Liška
On 6/10/20 3:10 AM, qianchao wrote: Thanks for reviewing this. Could you please help install this patch? Sure, but the patch can't survive ChangeLog verification script: 1) please do not modify ChangeLog files changes, these are generated from git commit message: https://gcc.gnu.org/codingconve

RE: [PATCH PR95569] ICE in tmmark:verify_ssa failed

2020-06-09 Thread qianchao
Thanks for reviewing this. Could you please help install this patch? Thanks, Qian Chao. > -Original Message- > From: Richard Biener [mailto:richard.guent...@gmail.com] > Sent: Tuesday, June 9, 2020 8:56 PM > To: qianchao > Cc: gcc-patches@gcc.gnu.org > Subject: Re: [

Re: [PATCH PR95569] ICE in tmmark:verify_ssa failed

2020-06-09 Thread Richard Biener via Gcc-patches
On Tue, Jun 9, 2020 at 11:47 AM qianchao wrote: > > Hi > > Commit eb72dc663e9070b281be83a80f6f838a3a878822 introduces a ICE on AArch64. > See the discussion on the bug for details. > Bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95569 > > Trivial patch fixing the ICE attached. > > Bootstrap a