From mint-bounce@lists.fishpool.fi Tue Dec 8 08:36:21 2009 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=VNdkGIdaFZLEvNsAmhbLWwB6fccy/nehU1UguzTdkGw=; b=KT3SLWf8mEGdvpSm+mx270Bjn29I0dUIK60WQbwXnWglHqW3zlXtwgwuQAKbl5C5Uw tLbFGjHDrXb5o/aSGI1IrsCBuskziKbRNi2drXVJ9R+izEek1Ke/spfKv2j1xjsE0RKU WwOyZni1ikAaGqHspHZ2LIOPBnuvtH9aUxrTQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=RR3YK2Y18tyqPtkOHZcD8tFJ3h+p6a+PYwrLvR04sQGFtvV46fw4vBobn+S9WGCkMY SP/4NFmRAWCsSqHEMyAOPySE4iNFHxJfjLKzV1ffx+IzZ6sSYfwfxr+YfX6l4ZwFRDMd nwlXNgsJE2U9yScS29zWw0yD6PAIx+wG53eaQ= Message-ID: <4B1E5596.9010300@freesbee.fr> Date: Tue, 08 Dec 2009 14:33:10 +0100 From: =?ISO-8859-1?Q?Vincent_Rivi=E8re?= User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: mint Subject: Re: [MiNT] XaAES sources for FreeMiNT 1.16.3 References: <11a6f2b10911270646s6ceab50i915d71aeb27f6be9@mail.gmail.com> <11a6f2b10911281226n17c678c2q9052207e62206518@mail.gmail.com> <11a6f2b10911281304o32549012oae0b09887d570c05@mail.gmail.com> <11a6f2b10911281336q6ad74b7au657ac40469b28d8@mail.gmail.com> <11a6f2b10912070147g2fbbe909u466a57ae8b89456c@mail.gmail.com> <11a6f2b10912072051s2ebcefc5r20a7856c02e66fa3@mail.gmail.com> <4B1E1AD7.3070405@freesbee.fr> <11a6f2b10912080138m52f9055fw6179d5b06030c92f@mail.gmail.com> <26374118BF3D4A198DBCAD61F13A67FC@mercatus.local> <1260275731.20336.217.camel@jetpack.demon.co.uk> <1260278146.20336.220.camel@jetpack.demon.co.uk> <1260278588.20336.221.camel@jetpack.demon.co.uk> In-Reply-To: <1260278588.20336.221.camel@jetpack.demon.co.uk> 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: vincent.riviere@freesbee.fr Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Alan Hourihane wrote: > One of the easiest things to do is add -fno-strict-aliasing and see if > that helps. If that does it should be pretty easy to track down. Exactly. And if this not enough, all the -O options have to be removed. Most compiler issues disappear when all the optimizations are turned off. But the real cause is usually a hidden bug in the sources of the problematic software. We can't exclude a compiler bug, too, but it is more rare. -- Vincent Rivière