[LLVMbugs] [Bug 3626] New: clang rejects K&R call which doesn't match # of arguments
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Feb 19 22:47:36 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=3626
Summary: clang rejects K&R call which doesn't match # of
arguments
Product: clang
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Semantic Analyzer
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: daniel at zuster.org
CC: llvmbugs at cs.uiuc.edu
clang rejects the following code gcc accepts; this occurs in emacs.
--
void f0(a, b, c, d) int a,b,c,d; {}
void f1(void) { f0(1); }
--
--
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