[ping 6] [patch] attribute to reverse bitfield allocations (is anyone even reading these?)

Mike Stump mikestump@comcast.net
Tue May 1 00:40:00 GMT 2012


I've been reading your patches...

On Apr 30, 2012, at 4:34 PM, DJ Delorie wrote:
> In going through the Apple test cases, I discovered one HUGE
> disadvantage to using __attribute__ to tag structures for bit reversal
> - it doesn't propogate.  I.e.:

This is why pragma exists.  :-)  Certainly, once you have the underlying support for an attribute, adding a pragma is easier.



More information about the Gcc-patches mailing list