monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] Re: monotone on alpha, possibly only Debian (was Re


From: Zack Weinberg
Subject: Re: [Monotone-devel] Re: monotone on alpha, possibly only Debian (was Re: ikiwiki monotone support)
Date: Mon, 14 Jan 2008 13:04:24 -0500

On Jan 14, 2008 3:54 AM, Pavel Cahyna <address@hidden> wrote:
> > I'm seeing mysterious testsuite failures when the entire binary is
> > compiled with -O2, and fewer, different mysterious testsuite failures
> > when the entire binary is compiled with -O1.  See
>
> I had to disable optimizations; -O1 did not work, either.

Just to be clear: you get *reproducible* testsuite failures when the
entire binary is compiled with -O1, and none when it is compiled with
-O0?

If so, that is either a compiler bug indeed, or a place where gcc has
gotten cleverer with its optimizations and broken an improper
assumption in the source code.  Either way, the next step, if you're
up for it, would be to find out which object file has the bad machine
code in it (start from an -O0 build, and one at a time, swap out .o
files for ones compiled at -O1, relink and retest; don't neglect
lib3rdparty.a).

zw




reply via email to

[Prev in Thread] Current Thread [Next in Thread]