From owner-freebsd-amd64@FreeBSD.ORG Sat Jun 19 07:17:11 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5ADFA16A4CE; Sat, 19 Jun 2004 07:17:11 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A73743D2D; Sat, 19 Jun 2004 07:17:11 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.10) with ESMTP id i5J7H5TI043457; Sat, 19 Jun 2004 00:17:05 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i5J7H4FK043456; Sat, 19 Jun 2004 00:17:04 -0700 (PDT) (envelope-from obrien) Date: Sat, 19 Jun 2004 00:17:04 -0700 From: "David O'Brien" To: Sean McNeil Message-ID: <20040619071704.GC37620@dragon.nuxi.com> References: <1087346887.66377.1.camel@server.mcneil.com> <20040616015703.GA17852@dragon.nuxi.com> <1087521851.32817.27.camel@server.mcneil.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1087521851.32817.27.camel@server.mcneil.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: freebsd-gnome@freebsd.org cc: freebsd-amd64@freebsd.org Subject: Re: bad compiler generated code? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jun 2004 07:17:11 -0000 On Thu, Jun 17, 2004 at 06:24:12PM -0700, Sean McNeil wrote: > On Tue, 2004-06-15 at 18:57, David O'Brien wrote: > > On Tue, Jun 15, 2004 at 05:48:08PM -0700, Sean McNeil wrote: > > > I'm recompiling firefox right now and I get a whole bunch of the > > > following: > > > > > > {standard input}:766: Warning: indirect jmp without `*' > > > {standard input}:816: Warning: indirect jmp without `*' > > ... > > > this happens on quite a number of C++ source files. Looks like the > > > compiler is generating some bad assembly. > > > > This is not a useful bug report. Can you provide the preprocesed C file? > > Or at least provide command line(s) invocation that produces this? .. > This has been fixed in the cvs version of gcc and involves the following patch: > *** contrib/gcc/config/i386/i386.c.orig Thu Jun 17 18:20:11 2004 Thanks for tracking this down! -- -- David (obrien@FreeBSD.org) P.S. Your MUA damages patches (strips ). It might work better to send patches as an attachment if needed in the future.