[LLVMbugs] [Bug 333] NEW: Sparc backend cannot emit 2 fns of same name, both w/ constant pools
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue May 4 14:08:28 PDT 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=333
Summary: Sparc backend cannot emit 2 fns of same name, both w/
constant pools
Product: libraries
Version: trunk
Platform: Sun
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: SPARC Backend
AssignedTo: gaeke+bugs at uiuc.edu
ReportedBy: gaeke+bugs at uiuc.edu
The Sparc assembly writer cannot emit 2 functions of the same name that both have non-empty
constant pools, because it mangles the names of constant pool members incorrectly: the first entry in
each constant pool for all functions named "foo" will be named ".CPI_foo_0", but the latter "foo" should
have been mangled.
------- 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