Re: sparc64 vs. gcc 4.8
Erik Fair <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
One other way to go about it: compare the individual object files produced by each compiler before they’re linked into a monolithic kernel. Wouldn’t one expect most of them to be identical? Or is GCC code generation between 4.5 and 4.8 so different that they’ll all change? The object files that differ from the same source but different compiler versions would, one hopes, constrain the bug search space. Erik <[email protected]>