Skip to content

[ARM] Re-enabled "inline" on "fpc_ansistr_decr_ref" and "fpc_ansistr_incr_ref".

J. Gareth "Kit" Moreton requested to merge CuriousKit/optimisations:main into main

Summary

This merge request reverses !679 (merged) but disables it for FPC 3.2.2 and below where the bug is known to exist. The bug in question was fixed in 1e5240b5 by @PierreMuller.

System

  • Operating system: Linux (Raspberry Pi OS) and others
  • Processor architecture: ARM
  • Device: Raspberry Pi and others

What is the current bug behavior?

N/A

What is the behavior after applying this patch?

Re-enables the inline directives that were disabled in 2519f428 but in a way so it doesn't execute under FPC 3.2.2 and under and hence causes a build failure.

Merge request reports