From owner-cvs-ports@FreeBSD.ORG Sat Apr 25 22:17:04 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1389E1065672; Sat, 25 Apr 2009 22:17:04 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.freebsd.org (Postfix) with ESMTP id AB09B8FC12; Sat, 25 Apr 2009 22:17:03 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from acrux.dbai.tuwien.ac.at (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 29E1139115; Sun, 26 Apr 2009 00:17:01 +0200 (CEST) Received: by acrux.dbai.tuwien.ac.at (Postfix, from userid 1203) id 58C1910059; Sun, 26 Apr 2009 00:17:04 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by acrux.dbai.tuwien.ac.at (Postfix) with ESMTP id 48C2A1003D; Sun, 26 Apr 2009 00:17:04 +0200 (CEST) Date: Sun, 26 Apr 2009 00:17:04 +0200 (CEST) From: Gerald Pfeifer To: QAT@FreeBSD.org In-Reply-To: <20090425212947.8A7C28FC2C@release.ixsystems.com> Message-ID: References: <200904252116.n3PLGESb013157@repoman.freebsd.org> <20090425212947.8A7C28FC2C@release.ixsystems.com> User-Agent: Alpine 1.99 (LSU 1142 2008-08-13) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-ports@FreeBSD.org, erik@smluc.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/schemetoc Makefile ports/lang/schemetoc/files patch-scrt-apply.c patch-scrt-apply.h patch-scrt-objects.c patch-scrt-objects.h patch-test-test23.sc X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Apr 2009 22:17:04 -0000 On Sat, 25 Apr 2009, QAT@FreeBSD.org wrote: > Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/schemetoc-93.3.15_2.log : > > objects.c: In function 'sc_tscp_double': > objects.c:633: warning: cast from pointer to integer of different size > objects.c:635: warning: cast from pointer to integer of different size > objects.c: In function 'sc_s2cint_tscp': > objects.c:654: warning: cast to pointer from integer of different size > objects.c: In function 'sc_s2cuint_tscp': > objects.c:666: warning: cast to pointer from integer of different size > objects.c: In function 'sc_procedureaddress': > objects.c:677: warning: cast from pointer to integer of different size > cc -O2 -fno-strict-aliasing -pipe -c mtraps.c -I. -o mtraps.o > cc -c x86.s > x86.s: Assembler messages: > x86.s:19: Error: suffix or operands invalid for `push' > x86.s:21: Error: suffix or operands invalid for `push' > x86.s:23: Error: `8(%ebp)' is not a valid 64 bit base/index expression > x86.s:24: Error: `(%eax)' is not a valid 64 bit base/index expression > x86.s:25: Error: suffix or operands invalid for `pop' > x86.s:26: Error: `4(%eax)' is not a valid 64 bit base/index expression > x86.s:27: Error: `8(%eax)' is not a valid 64 bit base/index expression > x86.s:28: Error: `12(%eax)' is not a valid 64 bit base/index expression > x86.s:29: Error: `16(%eax)' is not a valid 64 bit base/index expression > x86.s:30: Error: `20(%eax)' is not a valid 64 bit base/index expression > x86.s:32: Error: suffix or operands invalid for `pop' Thanks for the report. My testing was on i386, which did not show this. I marked this port as ONLY_FOR_ARCHS=i386 now (which is not a regression since GCC 2.95 which was used to build this previously did not support amd64 at all). Gerald