From owner-freebsd-current Sun Jun 9 1:20:39 2002 Delivered-To: freebsd-current@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id 16E9637B400 for ; Sun, 9 Jun 2002 01:20:35 -0700 (PDT) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.11.6/8.11.4) with ESMTP id g598KQJ03469; Sun, 9 Jun 2002 01:20:26 -0700 (PDT) (envelope-from marcel@kayak.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp01.pn.xcllnt.net (8.12.3/8.12.3) with ESMTP id g598KUAi048153; Sun, 9 Jun 2002 01:20:30 -0700 (PDT) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.3/8.12.3/Submit) id g598KTK8048152; Sun, 9 Jun 2002 01:20:29 -0700 (PDT) (envelope-from marcel) Date: Sun, 9 Jun 2002 01:20:29 -0700 From: Marcel Moolenaar To: Yamada Ken Takeshi 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> References: <20020608.221113.730550684.ken@tydfam.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20020608.221113.730550684.ken@tydfam.jp> User-Agent: Mutt/1.3.99i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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