http://llvm.org/bugs/show_bug.cgi?id=2412
Eli Friedman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Eli Friedman <[email protected]> 2009-05-16 06:26:26 --- I'm going to tentatively mark this as invalid; this issue doesn't seem common. Also, although it's reasonably safe on common platforms to cast a function pointer like "void (*)(void)" to "int (*)(void)", it's not a property we really want to guarantee for every platform we might potentially support. -- 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
