[LLVMbugs] [Bug 1521] NEW: isPassedByInvisibleReference misses a case
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Jun 20 12:59:41 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=1521
Summary: isPassedByInvisibleReference misses a case
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: llvm-gcc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: rafael.espindola at gmail.com
The structure
struct cpp_num
{
unsigned long high;
unsigned long low;
char unsignedp;
};
Should be passed in the stack, but isPassedByInvisibleReference doesn't notice
it on linux x86_64
------- 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