http://llvm.org/bugs/show_bug.cgi?id=2203
Summary: bit-field access and alignment
Product: tools
Version: trunk
Platform: Macintosh
OS/Version: Mac System 9.x
Status: NEW
Severity: normal
Priority: P2
Component: llvm-gcc
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [email protected]
llvm-gcc-4.2 is not able to handle following test case from gcc dejagnu test
suite.
struct S1075 {
unsigned short int a;
unsigned long long int b:29;
unsigned long long int c:35;
unsigned long long int d:31;
} ;
struct S1075 s1075;
void foo() {
s1075.d = 4;
}
--
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs