https://bugs.kde.org/show_bug.cgi?id=416760
Carl Love <c...@us.ibm.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #6 from Carl Love <c...@us.ibm.com> --- The attchement was commited. commit 6f8920fd8f9381cf75f5dd0c3c65ac5d86c0a537 Author: Carl Love <ca...@us.ibm.com> Date: Fri Feb 21 17:22:26 2020 -0600 PPC64, fix for alignment of the rt_sigframe data structure. The PPC64 implementation checks that the data structure is aligned. The changes in commit listed below breaks the alignment. This patch adds an explicit alignment directive to ensure the data structure is allocated with the required alignment. This fixes 31 stderr failures, 10 stdout failures on the Power 7, Power 8 and Power 9 platforms. Changing status to RESOLVED/FIXED -- You are receiving this mail because: You are watching all bug changes.