This is the mail archive of the gcc-bugs@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]

Re: GCC produces slightly different code in differnt machines


On Sep  9, 1999, "Senaka Ratnayake" <senakarat@execu.net> wrote:

> I have two identical installations of the GNU compiler on two
> different machines.  The two machines produce slightly different
> op codes under identical options.  This is very rare but does happen.

If it's not reproducible, it's certainly a hardware fault, since
there's no randomness in gcc that could cause such differences.  But
if the results are reproducible on both machines, it could be some
memory management problem in gcc, that is triggered by the code you
posted and some minor differences in system header files, for example.
But, if you don't post the preprocessed code, it's hard to tell.

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{dcc.unicamp.br,guarana.{org,com}} aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them


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