From owner-freebsd-amd64@FreeBSD.ORG Wed Jun 16 00:48:41 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 06A3816A4CE for ; Wed, 16 Jun 2004 00:48:41 +0000 (GMT) Received: from mail.mcneil.com (rrcs-west-24-199-45-54.biz.rr.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7AA543D46 for ; Wed, 16 Jun 2004 00:48:40 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 9ABC6FD06B for ; Tue, 15 Jun 2004 17:48:09 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00674-02 for ; Tue, 15 Jun 2004 17:48:09 -0700 (PDT) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id BE40CFD04F for ; Tue, 15 Jun 2004 17:48:08 -0700 (PDT) From: Sean McNeil To: freebsd-amd64@freebsd.org Content-Type: text/plain Message-Id: <1087346887.66377.1.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 15 Jun 2004 17:48:08 -0700 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com Subject: bad compiler generated code? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jun 2004 00:48:41 -0000 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