Closed GoogleCodeExporter closed 9 years ago
C99 disallows & applied to bit-fields.
Quote from the WG14/N1256 draft appears below.
6.5.3.2 Address and indirection operators
Constraints
1 The operand of the unary & operator shall be either a function designator, the result of a
[] or unary * operator, or an lvalue that designates an object that is not a bit-field and is
not declared with the register storage-class specifier.
Original comment by phhargr...@lbl.gov
on 18 Jul 2012 at 9:38
Sounds like no change is required.
Good candidate for inclusion in the rationale document.
Original comment by danbonachea
on 3 Aug 2012 at 1:14
Original issue reported on code.google.com by
gary.funck
on 18 Jul 2012 at 9:32