[LLVMbugs] [Bug 2065] New: cbe missing a address of operation
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Feb 19 08:55:53 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=2065
Summary: cbe missing a address of operation
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Backend: C
AssignedTo: unassignedbugs at nondot.org
ReportedBy: alenhar2 at uiuc.edu
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=1429)
--> (http://llvm.org/bugs/attachment.cgi?id=1429)
extracted function
the attached testcase fails when the cbe tries:
struct* x = struct y;
where y is a function argument (the struct contains a single int).
when dealing with a phi node.
the failure is seen when compiling the resultant .c file.
--
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