[LLVMbugs] [Bug 1908] New: variable redefiniton error
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Jan 12 05:22:39 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=1908
Summary: variable redefiniton error
Product: clang
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Semantic Analyzer
AssignedTo: unassignedbugs at nondot.org
ReportedBy: csaba.hruska at gmail.com
CC: llvmbugs at cs.uiuc.edu
llvm/clang revision: 45908
test case:
const int a [1] = {1};
extern const int a[];
gcc accepts it.
--
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