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

Gerald Pfeifer gerald at pfeifer.com
Sat Apr 25 22:17:04 UTC 2009


On Sat, 25 Apr 2009, QAT at 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


More information about the cvs-ports mailing list