This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Abt long long support
On Thu, Nov 09, 2006 at 11:52:02AM -0800, Mike Stump wrote:
> The way the instructions are numbered suggests that the code went
> wrong before this point. You have to read and understand all the
> dumps, whether they are right or wrong and why, track down the code
> in the compiler that is creating the wrong code and then see if you
> can guess why.
I usually diff the dump files. If your screen is wide enough, a side by
side diff can help you a lot for small functions.
--
Rask Ingemann Lambertsen