This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc for Linux/x86 vs. Solaris/x86
On Fri, Mar 28, 2008 at 5:16 PM, Denys Vlasenko
<vda.linux@googlemail.com> wrote:
> See:
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29950
And I can tell you now that bug is on purpose and really not a bug.
We base stuff on the decl uid and not memory address so we try for the
same code on different machines with the same preprocessed source.
Anything else is hard to get a handle on really.
-- Pinski