struct A { int i; int j: 32; int k: 8; char c[2]; };
Here maxbits would be 40, so we decide that it's OK to use SImode to access the word starting with k, and clobber c in the process. Am I wrong?
Jason
struct A { int i; int j: 32; int k: 8; char c[2]; };
Here maxbits would be 40, so we decide that it's OK to use SImode to access the word starting with k, and clobber c in the process. Am I wrong?
Jason