[Bug target/55428] -mms-bitfields hides -mno-align-double option

2012-11-29 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55428 Kai Tietz changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/55428] -mms-bitfields hides -mno-align-double option

2012-11-29 Thread kasberger at heidenhain dot de
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

[Bug target/55428] -mms-bitfields hides -mno-align-double option

2012-11-26 Thread kasberger at heidenhain dot de
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: