I've just noticed that in the .lst file for one of my libs the execution
counts stop lining up with the source, and the source itself is
truncated by a couple of lines. The function where the misalignment
begins contains an "if (__ctfe)" block (first time I ever used one) but
just testing that does not manifest the same behaviour.
Has anyone else ever noticed anything similar?
A...