Comment 1 for bug 1955320

Revision history for this message
Liviu Ionescu (ilg) wrote :

Unfortunately such pointer operations are considered to have undefined behavior and the compiler is free to take whatever actions it thinks more appropriate.

I saw other such cases during startup when the compiler used float instructions before having the chance for the FPU to be initialised, also resulting in crashes.