http://llvm.org/bugs/show_bug.cgi?id=22538
Reid Kleckner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #2 from Reid Kleckner <[email protected]> --- What do you think we should change in Clang to fix this? We don't ship a ctype.h header. I don't think this is a Clang bug. -fpack-struct as designed is inherently hostile, and requires that headers defend themselves from its packing rules with extra pragmas that most people don't bother to use. You can ask FreeBSD to add packing pragmas to undo the damage done by -fpack-struct, or you could drop -fpack-struct and apply packing pragmas where you want them in your own source code. -- 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
