Re: [fpc-devel] Issue with Compiler output for shr on Cortex-M4

2019-02-05 Thread Jeppe Johansen
I can only reproduce this with peephole optimization turned on (O2). Can you share more code that reproduces it? Either way here's a patch that might fix it? Best Regards, Jeppe On 2/3/19 5:31 PM, Michael Ring wrote: Forgot to mention I am using Trunk compiler from today revision 41187 ond

Re: [fpc-devel] Fppkg

2019-02-05 Thread Ben Grasset
On Mon, Feb 4, 2019 at 9:53 AM Martok wrote: > the first-ever fppkg.exe invocation on a machine > Do people actually use fppkg for anything? More specifically what is the point of integrating it with Lazarus, which already has the OPM? ___ fpc-devel

Re: [fpc-devel] Fppkg

2019-02-05 Thread John Doe
On Tue, Feb 5, 2019 at 3:55 PM Ben Grasset wrote: > Do people actually use fppkg for anything? > I've also been a bit confused about the recent Lazarus FPPKG work. As far as I can tell all FPPKG itself actually does is connect to a repository that contains roughly five outdated packages? Is

Re: [fpc-devel] Fppkg

2019-02-05 Thread Martok
> Do people actually use fppkg for anything? Well, *I* dont't know anyone, and the recent stuffs certainly isn't any form of incentive. But apparently, fppkg is required to discover fpmake packages that fpc already knows about, because... reasons? (Disclaimer: I detest any form of package

[fpc-devel] XML node dump feature

2019-02-05 Thread J. Gareth Moreton
Hi everyone, As has been discussed a little bit on here in the past, I've done a bit more work on my XML node dumping feature.  If the compiler is built with the "DEBUG_NODE_DUMP" define, all source files compiled with it will have their intermediate nodes dumped to an XML file (they have .ppx