http://qa.mandrakesoft.com/show_bug.cgi?id=4888
------- Additional Comments From [EMAIL PROTECTED] 2003-01-09 10:49 ------- I'm seeing similar behaviour on the alpha with recent version of gcc. This bug is preventing glibc and kernel packages from building. This bug has also been logged in gnu's gcc bugzilla, bug #11717: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11717 Examples of failing builds: http://eijk.homelinux.org/~stefan/glibc-2.3.2-13mdk mkdir /usr/src/RPM/BUILD/glibc-2.3.2/build-alpha-linux/libio fileops.c: In function `mmap_remap_check': fileops.c:612: error: unrecognizable insn: (insn 305 383 306 17 0x20000abf0d8 (set (reg/f:DI 212) (symbol_ref:DI ("@L_IO_file_jumps"))) -1 (nil) (expr_list:REG_EQUAL (symbol_ref:DI ("@L_IO_file_jumps")) (nil))) fileops.c:612: internal compiler error: in extract_insn, at recog.c:2175 Please submit a full bug report, with preprocessed source if appropriate. See <URL:https://qa.mandrakesoft.com/> for instructions. http://eijk.homelinux.org/build/cooker/alpha/problem/kernel-2.4.22.3mdk-1-1mdk gcc -D__KERNEL__ -I/home/slbd/RPM/BUILD/kernel-2.4/linux-2.4.22/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mno-fp-regs -ffixed-8 -mcpu=ev5 -Wa,-mev6 -nostdinc -iwithprefix include -DKBUILD_BASENAME=fork -c fork.c -o fork.o fork.c: In function `dup_mmap': fork.c:151: error: unrecognizable insn: (insn 31 27 36 0 0x20000daf2e8 (set (reg/v/f:DI 75) (symbol_ref:DI ("@Lmmlist_lock"))) -1 (nil) (expr_list:REG_EQUAL (symbol_ref:DI ("@Lmmlist_lock")) (nil))) fork.c:151: internal compiler error: in extract_insn, at recog.c:2175 Please submit a full bug report, with preprocessed source if appropriate. See <URL:https://qa.mandrakesoft.com/> for instructions. A quick search on google (recog.c 2175) shows that other platforms also have this issue. -- Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. ------- Reminder: ------- assigned_to: [EMAIL PROTECTED] status: UNCONFIRMED creation_date: description: Using 3.1.1-1mdk (also tried 3.1.1-0.7mdk as installed by 9.2Beta2) I get an internal compiler error when compiling busybox-1.00-pre2 from sources, as downloaded from http://busybox.net. (Distribution: 9.2 beta 2, updated gcc to cooker version to get past error) Steps followed: 1. Unpack the busybox archive; 2. make menuconfig (just select exit to config with defaults) 3. make dep 4. make, which results in the following break: gcc -I./include -Wall -Wstrict-prototypes -Wshadow -Os -march=i386 -mpreferred-stack-boundary=2 -falign-functions=0 -falign-jumps=0 -falign-loops=0 -fomit-frame-pointer -D_GNU_SOURCE -DNDEBUG -c -o libbb/dump.o libbb/dump.c libbb/dump.c: In function `rewrite': libbb/dump.c:307: error: unrecognizable insn: (insn:HI 1110 915 1111 34 0x403030dc (set (reg:CC 17 flags) (compare:CC (const:SI (plus:SI (symbol_ref:SI ("lcc")) (const_int 1 [0x1]))) (reg/f:SI 116))) -1 (nil) (expr_list:REG_DEAD (reg/f:SI 116) (nil))) libbb/dump.c:307: internal compiler error: in extract_insn, at recog.c:2175 Please submit a full bug report, with preprocessed source if appropriate. See <URL:https://qa.mandrakesoft.com/> for instructions. make: *** [libbb/dump.o] Error 1
