This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]