http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55428
Kai Tietz changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55428
--- Comment #6 from Andreas Kasberger
2012-11-29 09:21:06 UTC ---
I hope at least someone can agree that the behavior for "-mms-bitfields
-mno-align-double" options in one command line is wrong and a bug
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55428
--- Comment #5 from Andreas Kasberger
2012-11-26 09:51:50 UTC ---
I found this example on
geeksforgeeks.org/forum/topic/c-structure-size-with-empty-bitfield
#define offset(a,b) (size_t)(&(((a*)(0))->b))
struct emp
{
char s:8;
char c: