On Sat, Jun 08, 2002 at 10:11:13PM +0900, Yamada Ken Takeshi wrote: > Thank you! Your patch-z32 made me happy a little. > > When can I compile XFree86-4-Server-4.2.0_2 with -current? > It gives me "internal compiler error", too as below. I had > thought it uses XFree86-4-libraries port which was wrong.
The build in XFree86-Server has "-O -pipe" on the commandline, which I presume you have in /etc/make.conf. The one in XFree86-Libraries didn't (as demonstrated by your earlier mail). Hence the first didn't hit the compiler bug and this one does. The work-around: build this file without -O. > : : : (snip) > rm -f translate.o > LD_LIBRARY_PATH=../../../../exports/lib cc -c -O -pipe -ansi -pedantic >-Dasm=__asm -Wall -Wpointer-arith -I../../../../exports/include >-I../../../../exports/include/X11 -I../../../../include/extensions >-I../../../../extras/Mesa/src -I../../../../lib/GL/dri -I../../../.. >-I../../../../exports/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS > -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI -DMALLOC_0_RETURNS_NULL -DGLXEXT -DXF86DRI >-DGLX_DIRECT_RENDERING -DGLX_USE_DLOPEN -DGLX_USE_MESA -DUSE_X86_ASM >-DUSE_MMX_ASM -ansi -pedantic -Dasm=__asm -Wall -Wpointer-arith >-I../../../../exports/include -I../../../../exports/include/X11 >-I../../../../include/extensions -I../../../../extras/Mesa/src >-I../../../../lib/GL/dri -I../../../.. -I../../../../exports/include -DCSRG_BASED >-DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI >-DMALLOC_0_RETURNS_NULL -DGLXEXT -DXF86DRI -DGLX_DIRECT_RENDERING -DGLX_USE_DLOPEN >-DGLX_USE_MES! > A -DUSE_X86_ASM -DUSE_MMX_ASM -fPIC translate.c > In file included from translate.c:779: > ../../../../extras/Mesa/src/trans_tmp.h: In function `trans_1_GLdouble_1ub_elt': > ../../../../extras/Mesa/src/trans_tmp.h:124: could not find a spill register > (insn 96 94 97 (set (subreg:SF (reg:QI 75) 0) > (plus:SF (reg:SF 8 st(0) [76]) > (reg:SF 9 st(1) [80]))) 525 {*fop_sf_comm_nosse} (insn_list 87 (nil)) > (expr_list:REG_DEAD (reg:SF 8 st(0) [76]) > (nil))) > ../../../../extras/Mesa/src/trans_tmp.h:124: Internal compiler error in >failed_reload, at reload1.c:5050 > Please submit a full bug report, > with preprocessed source if appropriate. -- Marcel Moolenaar USPA: A-39004 [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message