Martin

Results 35 comments of Martin

I think this issue can be deferred. I may have other stuff later this year... Not sure yet.

I don't know exactly what the code is trying to do.... I only had a very quick look at it / not much time... https://github.com/andgineer/TRegExpr/blob/c022defcfa9d431818eff920d8159edde15ca7b8/src/regexpr.pas#L899 https://github.com/andgineer/TRegExpr/blob/c022defcfa9d431818eff920d8159edde15ca7b8/src/regexpr.pas#L2263-L2264 So the 2nd bit...

If you only do aligns as the above -> that is align individual values in an allocated memory block/stream -> try forcing FPC_REQUIRES_PROPER_ALIGNMENT on for your test build. Even if...

@Alexey-T I believe some fixes can be done on intel/amd. Just compile the code with -dFPC_REQUIRES_PROPER_ALIGNMENT (force it on). And then fix the issues on intel/amd. (Search does not show...