[LLVMbugs] [Bug 1387] NEW: bitfield access performs unaligned load
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat May 5 04:54:55 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=1387
Summary: bitfield access performs unaligned load
Product: new-bugs
Version: unspecified
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: baldrick at free.fr
Accessing the field X.b does a 64 bit load at
a multiple of 4 bytes, not a multiple of 8 bytes.
This is presumably problematic on some platforms.
------- 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