On Wed, 2017-01-04 at 14:47 +0000, Adel Boutros wrote: > I found the issue!! > > > It is a Solaris compiler bug: > > Actually Solaris doesn't handle correctly bit fields in C. This is > the case of the struct pn_collector_t (bool head_returned:1).
We probably should just never be using bifields in this case - it is pretty unusual in my experience (even if it seems like it would save space in the struct). So I, for one, would definitely accept a patch to remove all uses of bool bitfields. Andrew --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
