Related articles |
---|
Mysterious triple test failures nmh@t3x.org (Nils M Holm) (2014-05-03) |
Re: Mysterious triple test failures kaz@kylheku.com (Kaz Kylheku) (2014-05-03) |
Re: Mysterious triple test failures mrs@Kithrup.COM (2014-05-04) |
Re: Mysterious triple test failures nmh@t3x.org (Nils M Holm) (2014-05-04) |
Re: Mysterious triple test failures alexfrunews@gmail.com (2014-05-04) |
From: | mrs@Kithrup.COM (Mike Stump) |
Newsgroups: | comp.compilers |
Date: | Sun, 4 May 2014 04:47:18 GMT |
Organization: | Kithrup Enterprises, Ld. |
References: | 14-05-003 |
Keywords: | errors |
Posted-Date: | 04 May 2014 15:28:52 EDT |
In article 14-05-003, Nils M Holm <nmh@t3x.org> wrote:
>Now it has happened that this test failed, resulting in stage-1
>and stage-2 compiler of identical size, but with tens of thousands
>of differences. However, both compilers seem to work fine. The
>differences are not in the symbol table, stripping the binaries
>did not make any difference.
objdump -s, onjdump -d, objdump -h are your friends... You can do
dumps and compare those outputs... Also, for production comparisons,
come over to gcc (gcc.gnu.org) land, we have comparisons methods that
work across lots of machines and can deal with things like embedded
file time stamps and the like.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.