no, this is good news. I've had to fix so much broken software on my alpha becuase of sloppy typecasting it isn't even funny.
I've run into similar headaches with my amd64 machine. If you forget to prototype a function that returns a pointer, you crash. sizeof(int) is not the same as sizeof(long) or sizeof(void*). Etc.
-Dave