Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jun 2004 17:48:08 -0700
From:      Sean McNeil <sean@mcneil.com>
To:        freebsd-amd64@freebsd.org
Subject:   bad compiler generated code?
Message-ID:  <1087346887.66377.1.camel@server.mcneil.com>

next in thread | raw e-mail | index | archive | help
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 `*'
{standard input}:950: Warning: indirect jmp without `*'
{standard input}:999: Warning: indirect jmp without `*'
{standard input}:1547: Warning: indirect jmp without `*'
{standard input}:1597: Warning: indirect jmp without `*'
{standard input}:1783: Warning: indirect jmp without `*'
{standard input}:4021: Warning: indirect jmp without `*'

this happens on quite a number of C++ source files.  Looks like the
compiler is generating some bad assembly.

Cheers,
Sean




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1087346887.66377.1.camel>