[LLVMbugs] [Bug 1965] New: ParseParenDecl not catching bad cases
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Jan 30 21:03:03 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=1965
Summary: ParseParenDecl not catching bad cases
Product: clang
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: critical
Priority: P2
Component: parser
AssignedTo: unassignedbugs at nondot.org
ReportedBy: natebegeman at mac.com
CC: llvmbugs at cs.uiuc.edu
Clang eats all of these just fine:
int bar(, );
int foo(, int a);
int baz(int a, );
And actually creates "int" arguments for the empty spaces. GCC rejects these.
--
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