Bug#224576: gcc-3.3: Cannot find register to spill, while compiling mirrordir
Package: gcc-3.3 Version: 1:3.3.3-0pre0 Severity: normal When I try to build mirrordir, I get a compiler error as follows (which is unfortunately hidden by libtool): gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DSYSCONFDIR=\"etc\" -O2 -Wall -MT parse.lo -MD -MP -MF .deps/parse.Tpo -c parse.c -o parse.o parse.c: In function `op_assign': parse.c:473: error: unable to find a register to spill in class `Q_REGS' parse.c:473: error: this is the insn: (insn:HI 273 653 274 17 0x4068b688 (set (mem:QI (plus:SI (subreg:SI (reg/v:DI 98) 0) (subreg:SI (reg/v:DI 85) 0)) [0 S1 A8]) (subreg:QI (reg/v:DI 72) 0)) 47 {*movqi_1} (nil) (expr_list:REG_DEAD (reg/v:DI 72) (expr_list:REG_DEAD (reg/v:DI 98) (expr_list:REG_DEAD (reg/v:DI 85) (nil) parse.c:473: confused by earlier errors, bailing out Looking at the source, it doesn't seem to be doing anything strange with asm; and the same compile works if I add -fPIC. Here's the preprocessed source for parse.c: parse.i.bz2 Description: Preprocessed parse.i -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux frobnitz 2.6.0-test11 #1 Wed Dec 3 21:42:26 PST 2003 i686 Locale: LANG=en, LC_CTYPE=en (ignored: LC_ALL set to en_US.ISO-8859-1) Versions of packages gcc-3.3 depends on: ii binutils 2.14.90.0.7-3 The GNU assembler, linker and bina ii cpp-3.31:3.3.3-0pre0 The GNU C preprocessor ii gcc-3.3-base 1:3.3.3-0pre0 The GNU Compiler Collection (base ii libc6 2.3.2.ds1-10 GNU C Library: Shared libraries an ii libgcc11:3.3.3-0pre0 GCC support library -- no debconf information -- Daniel Schepler "Please don't disillusion me. I [EMAIL PROTECTED]haven't had breakfast yet." -- Orson Scott Card
Bug#224593: gcc-3.3: xmmintrin.h has a "#include " but emmintrin.h does not exist
Package: gcc-3.3 Version: 1:3.3.3-0pre0 Severity: normal Tags: patch sid -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux adrien 2.4.23 #4 ven déc 5 17:39:41 CET 2003 i686 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] Versions of packages gcc-3.3 depends on: ii binutils 2.14.90.0.7-3 The GNU assembler, linker and bina ii cpp-3.31:3.3.3-0pre0 The GNU C preprocessor ii gcc-3.3-base 1:3.3.3-0pre0 The GNU Compiler Collection (base ii libc6 2.3.2.ds1-10 GNU C Library: Shared libraries an ii libgcc11:3.3.3-0pre0 GCC support library -- no debconf information I cannot compile a program using xmmintrin.h because the file emmintrin.h is not present on my system. I applied this patch and it works : --- xmmintrin.h 2003-12-20 12:45:51.0 +0100 +++ /usr/lib/gcc-lib/i486-linux/3.3.3/include/xmmintrin.h 2003-12-19 20:44:10.0 +0100 @@ -1224,7 +1224,7 @@ } while (0) /* For backward source compatibility. */ -#include +//#include #endif /* __SSE__ */ #endif /* _XMMINTRIN_H_INCLUDED */
Bug#224608: gcc-3.0: Wrong build requirements
Package: gcc-3.0 Version: 1:3.0.4-7 Severity: normal Current source package of gcc-3.0 (woody) does not build. It requires "dot" contained in non-free graphviz, but does not specify that. pgpvzxGP0crmy.pgp Description: PGP signature
[Bug target/11793] [3.3.1 regression] ICE in extract_insn, at recog.c:2175 (const_vector's)
--- Additional Comments From daniel at ruoso dot com 2003-12-20 19:30 --- Hmmm.. this bug applies to 3.3.3 also, not only to 3.3.1 as described in the bug... I got this error with gcc 3.3.3. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11793 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
[Bug target/11793] [3.3 regression] ICE in extract_insn, at recog.c:2175 (const_vector's)
-- What|Removed |Added Summary|[3.3.1 regression] ICE in |[3.3 regression] ICE in |extract_insn, at|extract_insn, at |recog.c:2175|recog.c:2175 |(const_vector's)|(const_vector's) http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11793 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
[Bug target/12527] [3.4 regression] [arm] bootstrap error on arm-linux, miscompiling genconstants
--- Additional Comments From steven at gcc dot gnu dot org 2003-12-21 01:15 --- Any chance this might get fixed for real? If not, the bug should be closed or retargeted. -- What|Removed |Added CC||rearnsha at gcc dot gnu dot ||org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12527 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.