[LLVMbugs] [Bug 1032] NEW: junk `(%rip)' after expression
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Dec 4 06:33:30 PST 2006
http://llvm.org/bugs/show_bug.cgi?id=1032
Summary: junk `(%rip)' after expression
Product: libraries
Version: trunk
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Backend: X86
AssignedTo: unassignedbugs at nondot.org
ReportedBy: rafael.espindola at gmail.com
Compiling the attached test with -relocation-model=static produces an assembly
file with the line:
movq __CTOR_END__(%rip)(,%rax,8), %rax
This fails to assembly with the error:
test.s:18: Error: junk `(%rip)' after expression
------- 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