www.digitalmars.com         C & C++   DMDScript  

D - [bug warning] something is wrong with structs

A warning only because I have not tracked it down.

The symptoms:

- an int variable after moved into a struct is not printed correctly, but
assert statements do not throw, when testing for the correct value.

- after moving a char[][] variable into a struct, the executable throws an
AV _after_ executing the last line of `main'.

This latter symptom has just arised, and I think it is worth a warning,
when there is the assumption that a compiler generates machine code, that
the does not conform to its own standard exit procedure.

So long!
Mar 28 2004