[LLVMbugs] [Bug 10058] C standard incompatibility concerning untyped functions (and varargs)
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jun 1 14:31:51 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=10058
Eli Friedman <sharparrow1 at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |sharparrow1 at yahoo.com
Resolution| |INVALID
--- Comment #2 from Eli Friedman <sharparrow1 at yahoo.com> 2011-06-01 16:31:51 CDT ---
Yes, it's a "feature"; we do it for the sake of compatibility. And it isn't
incompatible with the C standard in that the C standard doesn't directly say
anything about how LLVM IR represents function calls.
If you need help using the LLVM APIs to detect cases like this (it isn't too
hard), please email llvmdev.
--
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