[LLVMbugs] [Bug 9779] Code from C backend compiled with GCC crashes due to calling functions through pointers to a different function types

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Apr 21 22:07:48 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=9779

Chris Lattner <clattner at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #1 from Chris Lattner <clattner at apple.com> 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.



More information about the llvm-bugs mailing list