Date: Sun, 26 Apr 2009 00:17:04 +0200 (CEST) From: Gerald Pfeifer <gerald@pfeifer.com> To: QAT@FreeBSD.org 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 Message-ID: <alpine.LSU.1.99.0904260012140.16884@acrux.dbai.tuwien.ac.at> In-Reply-To: <20090425212947.8A7C28FC2C@release.ixsystems.com> References: <200904252116.n3PLGESb013157@repoman.freebsd.org> <20090425212947.8A7C28FC2C@release.ixsystems.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LSU.1.99.0904260012140.16884>