https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207736
--- Comment #2 from Mark Millard <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
