Date: Sat, 19 Jun 2004 00:17:04 -0700 From: "David O'Brien" <obrien@freebsd.org> To: Sean McNeil <sean@mcneil.com> Cc: freebsd-amd64@freebsd.org Subject: Re: bad compiler generated code? Message-ID: <20040619071704.GC37620@dragon.nuxi.com> In-Reply-To: <1087521851.32817.27.camel@server.mcneil.com> References: <1087346887.66377.1.camel@server.mcneil.com> <20040616015703.GA17852@dragon.nuxi.com> <1087521851.32817.27.camel@server.mcneil.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <TAB>). It might work better to send patches as an attachment if needed in the future.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040619071704.GC37620>