Hi, On Sun, 19 Jun 2011, William J. Schmidt wrote:
> At the risk of being obvious...it seems you could easily combine C1 and > C2 into a single "bitfield descriptor" TREE_INT_CST operand by using > both the high and low portions of the constant. Accessor macros could > be used to hide the slight hackishness of the solution. I didn't see > anything in either patch where this would look particularly ugly. Agreed. I don't even see it as hackish, it's quite normal that the implementation of data structures actually uses a different layout than a completely orthogonal one. As long as the accessors are looking orthogonal. Ciao, Michael.