[LLVMbugs] [Bug 3626] clang rejects K&R call which doesn't match # of arguments

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Feb 25 08:33:45 PST 2009


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


Douglas Gregor <dgregor at apple.com> changed:

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




--- Comment #1 from Douglas Gregor <dgregor at apple.com>  2009-02-25 10:33:44 ---
C99 DR #316 implies that this code is well-formed. However, the C committee
declined to clarify the point, so we go with the behavior this is implied.
Fixed here:

 
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20090223/013080.html


-- 
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