Re: [fpc-devel] generate assembler with no clear purpose MOV

2020-02-05 Thread Marģers . via fpc-devel
> > From: J. Gareth Moreton > > To: > >> Are you able to dump the nodes as well with -an? (You'll need to define > >> -dEXTDEBUG though) That might give some clues behind the presence of > >> that movslq instruction. > > > You will need to also add ALLOW_WARNINGS=1 to the make call. Ok, ALLOW_W

Re: [fpc-devel] generate assembler with no clear purpose MOV

2020-02-05 Thread Pierre Muller
Le 05/02/2020 à 07:17, Marģers . via fpc-devel a écrit : >   > > From: J. Gareth Moreton > To: >> Are you able to dump the nodes as well with -an? (You'll need to define >> -dEXTDEBUG though) That might give some clues behind the presence of >> that movslq instruction. > > building compiler

Re: [fpc-devel] generate assembler with no clear purpose MOV

2020-02-05 Thread J. Gareth Moreton
Hmmm, well that's inconvenient!  Means we can't easily test things with that feature. Gareth aka. Kit On 05/02/2020 06:17, Marģers . via fpc-devel wrote: From: J. Gareth Moreton To: Are you able to dump the nodes as well with -an? (You'll need to define -dEXTDEBUG though) That might g