Re: [fpc-devel] Anyone an idea were/how to look for the missing merge in 3.0.2

2021-07-01 Thread Marco van de Voort via fpc-devel
Op 2021-07-01 om 01:35 schreef J. Gareth Moreton via fpc-devel: Actually, remind me... what revision number is 3.2.0 based off? r39628  mid august 2018 ___ fpc-devel maillist - fpc-devel@lists.freepascal.org https://lists.freepascal.org/cgi-bin/m

Re: [fpc-devel] Anyone an idea were/how to look for the missing merge in 3.0.2

2021-06-30 Thread Sven Barth via fpc-devel
J. Gareth Moreton via fpc-devel schrieb am Do., 1. Juli 2021, 01:29: > Ah curses. I fear it was something I did. I don't like the idea of > stepping through each revision until we find one that works. > That's where bisecting comes into play: find a revision where it is working (or not working

Re: [fpc-devel] Anyone an idea were/how to look for the missing merge in 3.0.2

2021-06-30 Thread J. Gareth Moreton via fpc-devel
Actually, remind me... what revision number is 3.2.0 based off? Gareth aka. Kit On 01/07/2021 00:29, J. Gareth Moreton via fpc-devel wrote: Ah curses.  I fear it was something I did.  I don't like the idea of stepping through each revision until we find one that works. https://bugs.freepascal

Re: [fpc-devel] Anyone an idea were/how to look for the missing merge in 3.0.2

2021-06-30 Thread J. Gareth Moreton via fpc-devel
Ah curses.  I fear it was something I did.  I don't like the idea of stepping through each revision until we find one that works. https://bugs.freepascal.org/view.php?id=38294 https://bugs.freepascal.org/view.php?id=38334 https://bugs.freepascal.org/view.php?id=38339 https://bugs.freepascal.org/

Re: [fpc-devel] Anyone an idea were/how to look for the missing merge in 3.0.2

2021-06-13 Thread Martin Frb via fpc-devel
On 09/06/2021 09:29, Pierre Muller via fpc-devel wrote:   Martin, could you check if this relates to bug #38973? https://bugs.freepascal.org/view.php?id=38973  This bug also does not show in current trunk.  If you get the same pattern of failures, it is most probably related to this wrong o

Re: [fpc-devel] Anyone an idea were/how to look for the missing merge in 3.0.2

2021-06-09 Thread Martin Frb via fpc-devel
On 09/06/2021 09:47, Martin Frb via fpc-devel wrote: On 09/06/2021 09:29, Pierre Muller via fpc-devel wrote: could you check if this relates to bug #38973? https://bugs.freepascal.org/view.php?id=38973  This bug also does not show in current trunk.  If you get the same pattern of failures,

Re: [fpc-devel] Anyone an idea were/how to look for the missing merge in 3.0.2

2021-06-09 Thread Martin Frb via fpc-devel
On 09/06/2021 09:29, Pierre Muller via fpc-devel wrote: could you check if this relates to bug #38973? https://bugs.freepascal.org/view.php?id=38973  This bug also does not show in current trunk.  If you get the same pattern of failures, it is most probably related to this wrong optimizati

Re: [fpc-devel] Anyone an idea were/how to look for the missing merge in 3.0.2

2021-06-09 Thread Pierre Muller via fpc-devel
Le 09/06/2021 à 00:31, Martin Frb via fpc-devel a écrit : I have the following issue. A testcase (LazDebuggerFp/test) works fine. Except for 3.2.0 and 3.2.2 (win 64) with -O3 or -O2 In detail: - It works in 32 bit   3.2.2 --  O3 - It works in 64 bit  3.0.4 / 3.3.1  -- O1 O2 and O3   (My