This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Bug report
- From: "Niklas J. Saers" <niklas at saers dot com>
- To: bug-gcc at gnu dot org
- Date: Wed, 19 Jun 2002 10:10:08 +0200 (CEST)
- Subject: Bug report
While compiling XFree86 4.2 (get the sources from your local mirror, I
won't post 'em :) ) with GCC 3.1 [FreeBSD] 20020509, the following error
occurs while compiling the libraries (also found in FreeBSD-ports as
x11/XFree86-4-Libraries):
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_r
eload, at reload1.c:5050
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
*** Error code 1 (continuing)
Cheers
Nik