* Lionel Elie Mamane:
Compilation of file libpolyml/xwindows.cpp with gcc 4.2.3 gives several instances of:
warning: dereferencing type-punned pointer will break strict-aliasing rules
I thought that C++ did not have those strict-aliasing rules. Maybe it's a GCC bug?