[LLVMbugs] [Bug 1890] clang allows illegal redeclaration of function?
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Jan 9 21:00:58 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=1890
Eli Friedman <sharparrow1 at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #2 from Eli Friedman <sharparrow1 at yahoo.com> 2008-01-09 23:00:57 ---
Not really fixed; try the following:
int r (int) {
int ss(void);
}
int ss(int);
--
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