http://llvm.org/bugs/show_bug.cgi?id=9779
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #1 from Chris Lattner <[email protected]> 2011-04-22 00:07:48 CDT --- Yep, this is one of many problems of using C as an intermediate language like this. You can probably work around it by casting through intptr_t or something. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- 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
