I am not sure how to isolate if it's an issue in the systemd source code but the issue is not present when using GCC 4.9.
On 21 September 2015 at 12:23, Jonathan Liu <net147@gmail.com> wrote:
+FULL_OPTIMIZATION += "-fno-schedule-insns -fno-schedule-insns2"
Are these bugs with the gcc optimisations or the systemd source code, and if its gcc's fault are the problematic optimisations specific to a particular architecture (such as ARM)? Just wondering if we can use overrides to only change the optimisations where they're a problem.
Ross