From mint-bounce@lists.fishpool.fi Tue Jan 19 05:17:29 2010 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=eCOsOZEWOfCujkld+3uWhsYBTKS+CM/6BZfTThlc3zc=; b=jOfpB2TAhahoKCV9uYfq13bcmWHJRyUnaa+VoSe2TeRMkcVqtbfOgUax5KzVNjQnLB cXEmJP0xUSG+cb6lW7Gap03SugwsFhJuFbEzO3snSgTEuysazoaL01E2TniMjm30u2BB dyCTtZPRXRMwqKu073Bt6cW4DUVXdP3a2ueqw= 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=RUUcjuOCLJgaecPtVjJGB/92kTu8Ok4Lxx8W840roS3RNcUNY505TyVsWjBDweYX56 gjMcnBoqtw4HTwTSxhpL9TUl1C+PtOyTAJYyNJ5d8Ilzp6cfc71y8UUbSm9+vTMd9ZLY UUlYM667phqaUTiFZQUyyZLue9Ul58nOvfj+8= Message-ID: <4B5585C1.5020400@freesbee.fr> Date: Tue, 19 Jan 2010 11:13:21 +0100 From: =?ISO-8859-1?Q?Vincent_Rivi=E8re?= User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: mint@lists.fishpool.fi Subject: Re: [MiNT] bug in gcc! References: <4B546F0D.3030601@freesbee.fr> In-Reply-To: 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: Miro Kropacek wrote: > (reg:SI 0 %d0))) 139 {*addsi3_internal} (nil)) > jdsample.c:141: internal compiler error: in > reload_cse_simplify_operands, at postreload.c:396 > Please submit a full bug report, > > > I don' understand much, but it looks like this: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41176 > > Or this: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40836 but I don't > understand much more either :) This one seem to look even more like your bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37053 There are some comments about this bug here: http://gcc.gnu.org/ml/gcc-patches/2009-07/msg00789.html Especially: Note that -m68020 option is necessary to trigger the bug. You should try to compile for 68000, or try -O1. Of course it will be bad for your benchmark results. On the bug report page, you will notice a comment like this: "m68k-linux-gnu is neither primary nor secondary target." GCC people don't care about 680x0, they don't care about the a.out file format... Not very good to get some support for MiNT. However, you would also notice a comment from Andreas: "Fixed in 4.5.0." So the best thing to do would probably to wait for the 4.5.0 release. Or try an older GCC 4.x version. -- Vincent Rivière