[LLVMbugs] [Bug 107] New: AsmParser Misses Symbol Redefinition Error
bugzilla-daemon at zion.cs.uiuc.edu
bugzilla-daemon at zion.cs.uiuc.edu
Sun Nov 9 20:52:45 PST 2003
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=107
Summary: AsmParser Misses Symbol Redefinition Error
Product: libraries
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: LLVM assembly language parser
AssignedTo: rspencer at x10sys.com
ReportedBy: rspencer at x10sys.com
CC: sabre at nondot.org
Test Case:
void %test() {
%X = add int 0, 1
%X = add int 1, 2
ret void
}
This assembles fine (no errors/warnings) because the second add gets renamed.
However, it should be a symbol redefinition error.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list