http://llvm.org/bugs/show_bug.cgi?id=20471
Marshall Clow (home) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Marshall Clow (home) <[email protected]> --- Turns out the problem was in __align_it, and was a mixed sized arithmetic expression. Fixed in revision 214088 A better solution might have been to declare vector<bool>::__bits_per_word as 'size_type' rather than 'unsigned', but I think that's an ABI change. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
