From mint-bounce@lists.fishpool.fi Thu Jan 7 15:56:07 2010 Message-ID: <4B4649DE.90302@atari-source.org> Date: Thu, 07 Jan 2010 15:53:50 -0500 From: Mark Duckworth User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 MIME-Version: 1.0 To: mint@lists.fishpool.fi Subject: Re: [MiNT] C++ cout bug References: <4B454BA5.6010201@atari-source.org> <4B45B063.1010504@freesbee.fr> <4B45B716.9080408@freesbee.fr> In-Reply-To: <4B45B716.9080408@freesbee.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: mduckworth@atari-source.org Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: On 1/7/10 5:27 AM, Vincent Rivière wrote: > Miro Kropacek a écrit : >> Hmm, this is strange, I'm 100% positive my binaries are always output >> of combo newest binutils + newest gcc, so those on my site are for >> sure build with binutils 2.20. Is there any way how to verify it? > > Sure. > I provided a testcase with my patch for this bug. > http://sourceware.org/bugzilla/attachment.cgi?id=4250&action=view > The file p3041data.s is the source to provide to as, > and p3041data.d is the expected objdump result. > > Since your binutils version is 2.20 it is unlikely to have the bug. > Maybe Mark has messed up the libraries from several distributions ? > > And the first thing to do: > Mark, give us exactly your test program, we will tell you if it works > for us or not. > *sigh* This was 100% my fault. My build environment was NOT RIGHT. The most glaring thing? /usr/local/lib/gcc was a SYMLINK to /usr/lib/gcc! I don't know how or whne that happened. I just blew everything away and installed fresh and the bug is gone. Thanks, Mark