DJ Delorie <[EMAIL PROTECTED]> writes:

> Two copies of gcc, both configured for the same target and built from
> the same sources, should produce identical objects regardless of how
> they are built or what they run on.

But note that we do not satisfy this today.  Specifically if you build
gcc on two different hosts which have different definitions for
HOST_BITS_PER_LONGLONG, then even if you configure for the same
targets and build from the same sources, you will not get identical
objects.

Ian

Reply via email to