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: [email protected]
ReportedBy: [email protected]
CC: [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs