[LLVMbugs] [Bug 21608] New: [mips] Small structures handled incorrectly by va_arg() for all big-endian ABI's
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Nov 19 08:04:40 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=21608
Bug ID: 21608
Summary: [mips] Small structures handled incorrectly by
va_arg() for all big-endian ABI's
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: daniel.sanders at imgtec.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
For example:
struct f {
char a;
};
is only handled correctly for the first va_arg() call.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141119/bfd3789e/attachment.html>
More information about the llvm-bugs
mailing list