Hi, everybody.
Is it possible to tell vc compiler to ignore bitfields, that
is to treat them just as normal variables? I need to run
purify on my program and in trips over all the variables
that are packed into bitfields saying it is an uninitialized
memory reference.
There are so many messages like this, that to track real
UMRs is impossible.
thanks in advance