[Bug 207736] clang 3.8.0/powerpc/powerpc64's _Unwind_RaiseException code generation has messed up r31 (frame pointer) save/restore code (SEGV's can result)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Feb 27 03:14:52 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207736

--- Comment #2 from Mark Millard <markmi at dsl-only.net> ---
As of clang 3.9.1 TARGET_ARCH=powerpc still has some
R31 restoration problems when floating point code is
also involved:

R31 is restored but later floating-point cleanup
code is based on R31 not having been restored yet.
In other words: R31 is restored too early.

This is not specific to _Unwind_RaiseException .

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list