Date: Sun, 9 Jun 2002 01:20:29 -0700 From: Marcel Moolenaar <marcel@xcllnt.net> To: Yamada Ken Takeshi <ken@tydfam.jp> Cc: freebsd-current@FreeBSD.ORG Subject: Re: GCC3.1 internal compiler error when compiling XFree86-4-libraries Message-ID: <20020609082029.GA48045@dhcp01.pn.xcllnt.net> In-Reply-To: <20020608.221113.730550684.ken@tydfam.jp> References: <20020608.221113.730550684.ken@tydfam.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jun 08, 2002 at 10:11:13PM +0900, Yamada Ken Takeshi wrote: > Thank you! Your patch-z32 made me happy a little. >=20 > When can I compile XFree86-4-Server-4.2.0_2 with -current? =20 > 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=3D../../../../exports/lib cc -c -O -pipe -ansi -pedant= ic -Dasm=3D__asm -Wall -Wpointer-arith -I../../../../exports/include -I..= /../../../exports/include/X11 -I../../../../include/extensions -I../../..= /../extras/Mesa/src -I../../../../lib/GL/dri -I../../../.. -I../../../../e= xports/include -DCSRG_BASED -DFUNCPROTO=3D15 -DNARROWPROTO -DXTHREADS = -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI -DMALLOC_0_RETURNS_NULL -DGLXEXT -= DXF86DRI -DGLX_DIRECT_RENDERING -DGLX_USE_DLOPEN -DGLX_USE_MESA -DUSE_X= 86_ASM -DUSE_MMX_ASM -ansi -pedantic -Dasm=3D__asm -Wall -Wpointer-ar= ith -I../../../../exports/include -I../../../../exports/include/X11 -I../.= ./../../include/extensions -I../../../../extras/Mesa/src -I../../../../li= b/GL/dri -I../../../.. -I../../../../exports/include -DCSRG_BASED -DFUN= CPROTO=3D15 -DNARROWPROTO -DXTHREADS -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAP= I -DMALLOC_0_RETURNS_NULL -DGLXEXT -DXF86DRI -DGLX_DIRECT_RENDERING -DGL= X_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_1u= b_elt': > ../../../../extras/Mesa/src/trans_tmp.h:124: could not find a spill regis= ter > (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 8= 7 (nil)) > (expr_list:REG_DEAD (reg:SF 8 st(0) [76]) > (nil))) > ../../../../extras/Mesa/src/trans_tmp.h:124: Internal compiler error in f= ailed_reload, at reload1.c:5050 > Please submit a full bug report, > with preprocessed source if appropriate. --=20 Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020609082029.GA48045>