Re: [fpc-devel] Internal error 2018062911

2019-11-12 Thread J. Gareth Moreton
No problem. Glad to help. Gareth aka. Kit On Tue 12/11/19 08:44 , C Western l@c-m- w.me.uk sent: > I can confirm thet the fpc build now works for me (and my application > > works also). > > > > Thanks for the quick fix > > > > Colin > > > > On 12/11/2019 02:22, J. Gareth Moreton wrot

Re: [fpc-devel] Internal error 2018062911

2019-11-12 Thread C Western
I can confirm thet the fpc build now works for me (and my application works also). Thanks for the quick fix Colin On 12/11/2019 02:22, J. Gareth Moreton wrote: All fixed, https://bugs.freepascal.org/view.php?id=36299 Gareth aka. Kit ___ fpc-devel

Re: [fpc-devel] Internal error 2018062911

2019-11-11 Thread J. Gareth Moreton
All fixed, https://bugs.freepascal.org/view.php?id=36299 Gareth aka. Kit ___ fpc-devel maillist - fpc-devel@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Re: [fpc-devel] Internal error 2018062911

2019-11-11 Thread C Western
Gareth - It is indeed linux 64 bit. I use: make distclean DEBUG=1 install NOGDB=1 NOGDBMI=1 GDBMI=1 PREFIX=/home/me/usr64 FPC=/home/me/fpc/bootstrap/ppcx64 in the fpcsrc directory which gives: make -C fpcsrc distclean make[1]: Entering directory '/home/me/fpc/trunk/fpcsrc' make -C compiler d

Re: [fpc-devel] Internal error 2018062911

2019-11-11 Thread J. Gareth Moreton
Hi Colin, So unfortunately I haven't been able to reproduce the issue under Windows, which leads me to believe this issue only crops up when building for Linux.  If you can get on that bug report and tell me what command you're using to build everything (my experience with Linux is not very a

Re: [fpc-devel] Internal error 2018062911

2019-11-11 Thread J. Gareth Moreton
Aah, scratch that last question.  The '-gl' flag is more important. On 11/11/2019 20:59, J. Gareth Moreton wrote: Ooh, thats an oversight on my part.  The internal error is raised as part of the jump optimisations if it finds something other than a label or an alignment hint - I didn't think to

Re: [fpc-devel] Internal error 2018062911

2019-11-11 Thread J. Gareth Moreton
Ooh, thats an oversight on my part.  The internal error is raised as part of the jump optimisations if it finds something other than a label or an alignment hint - I didn't think to check for debug markers.  I'll get around to that right now.  In the meantime, can you raise a bug report over he

[fpc-devel] Internal error 2018062911

2019-11-11 Thread C Western
I am seeing internal error 2018062911 with trunk r43441 and above. This may be the result of building with DEBUG on, but this configuration normally works fine for me. Colin External command "/home/me/fpc/trunk/fpcsrc/compiler/ppcx64 -Tlinux -FUfcl-xml/units/x86_64-linux/ -Fu/home/me/fpc/tru