https://llvm.org/bugs/show_bug.cgi?id=10619
do...@google.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |do...@google.com, | |jykni...@google.com Resolution|--- |FIXED --- Comment #11 from do...@google.com --- The APInt bug was a problem with clang's alignment helper templates that incorrectly computed the most strict alignment of any field in the APValue union. It was deciding that 32-bit alignment was adequate for a 64-bit quantity that got manipulated by the 'ldd' and 'std' instructions that operate on word pairs (visible in your gdb dump). I never did track down when that got fixed, but it seems like clang >= 3.6 works. James Knight (cc'd) has fixed all other known alignment-related problems with Sparc. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs