Having the cross compiler produce different code to the native compiler
for the same input is a bug regardless of the compiler. If the cross compiler
generates different code to the native compiler then its unsuitable for
use in a serious software project where things like duplicating results
and correctness matter.
Alan