Re: Bisecting

2022-01-30 Thread David Malcolm via Gcc
are so I'm > > thinking > > of bisecting GCC between GCC 9.4 and 10.1. > > > > Are there any easy way do do a fast "change - compile - test"- cycle > > - > > and how do I do that? All the guide on building GCC is using huge > > scripts with installs

Re: Bisecting

2022-01-29 Thread Jonathan Wakely via Gcc
On Sat, 29 Jan 2022, 20:25 Søren Holm via Gcc, wrote: > Hi > > I believe I have found some kind of bug in GCC. The target is a > cortex-m7 CPU. I do not have an isolated test software so I'm thinking > of bisecting GCC between GCC 9.4 and 10.1. > > Are there any eas

Bisecting

2022-01-29 Thread Søren Holm via Gcc
Hi I believe I have found some kind of bug in GCC. The target is a cortex-m7 CPU. I do not have an isolated test software so I'm thinking of bisecting GCC between GCC 9.4 and 10.1. Are there any easy way do do a fast "change - compile - test"- cycle - and how do I do that? A