This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
another example of bug reported yesterday (?)
- To: gcc-bugs at gcc dot gnu dot org
- Subject: another example of bug reported yesterday (?)
- From: Paul E Condon <pecondon at quiknet dot com>
- Date: Thu, 25 Oct 2001 20:03:31 -0700
While attempthing a build of kernel-2.4.12, I typed "make modules" and
got an error. The rerun of the offending compile step resulted in this:
[pec@big <mailto:pec@big> net]$ gcc -v -save-temps -D__KERNEL__
-I/home/pec/download/linux/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS
-include /home/pec/download/linux/include/linux/modversions.h -c -o
8139too.o 8139too.c
gcc: Warning: -pipe ignored because -save-temps specified
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.0/specs
Configured with: ../../src/gcc-3.0/configure
Thread model: single
gcc version 3.0
/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.0/cpp0 -lang-c -v
-I/home/pec/download/linux/include -D__GNUC__=3 -D__GNUC_MINOR__=0
-D__GNUC_PATCHLEVEL__=0 -D__ELF__ -Dunix -Dlinux -D__ELF__ -D__unix__
-D__linux__ -D__unix -D__linux -Asystem=posix -D__OPTIMIZE__
-D__STDC_HOSTED__=1 -Wall -Wstrict-prototypes -Wno-trigraphs -Acpu=i386
-Amachine=i386 -Di386 -D__i386 -D__i386__ -D__i686 -D__i686__
-D__pentiumpro -D__pentiumpro__ -D__tune_i686__ -D__tune_pentiumpro__
-D__KERNEL__ -DMODULE -DMODVERSIONS -include
/home/pec/download/linux/include/linux/modversions.h 8139too.c 8139too.i
GNU CPP version 3.0 (cpplib) (i386 Linux/ELF)
ignoring nonexistent directory "/usr/local/i686-pc-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
/home/pec/download/linux/include
/usr/local/include
/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.0/include
/usr/include
End of search list.
/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.0/cc1 -fpreprocessed
8139too.i -quiet -dumpbase 8139too.c -mpreferred-stack-boundary=2
-march=i686 -O2 -Wall -Wstrict-prototypes -Wno-trigraphs -version
-fomit-frame-pointer -fno-strict-aliasing -fno-common -o 8139too.s
GNU CPP version 3.0 (cpplib) (i386 Linux/ELF)
GNU C version 3.0 (i686-pc-linux-gnu)
compiled by GNU C version 3.0.
8139too.c: In function `netdev_ethtool_ioctl':
8139too.c:2419: Unrecognizable insn:
(insn/i 621 1064 1061 (parallel[
(set (reg:SI 6 ebp)
(asm_operands:SI ("addl %3,%1 ; sbbl %0,%0; cmpl %1,%4;
sbbl $0,%0") ("=&r") 0[
(reg/v:SI 1 edx [166])
(mem:SI (plus:SI (reg/f:SI 6 ebp)
(const_int -352 [0xfffffea0])) 0)
(mem/s:SI (plus:SI (reg:SI 0 eax [174])
(const_int 12 [0xc])) 0)
]
[
(asm_input:SI ("1"))
(asm_input:SI ("g"))
(asm_input:SI ("g"))
] ("/home/pec/download/linux/include/asm/uaccess.h")
558))
(set (reg/v:SI 1 edx [166])
(asm_operands:SI ("addl %3,%1 ; sbbl %0,%0; cmpl %1,%4;
sbbl $0,%0") ("=r") 1[
(reg/v:SI 1 edx [166])
(mem:SI (plus:SI (reg/f:SI 6 ebp)
(const_int -352 [0xfffffea0])) 0)
(mem/s:SI (plus:SI (reg:SI 0 eax [174])
(const_int 12 [0xc])) 0)
]
[
(asm_input:SI ("1"))
(asm_input:SI ("g"))
(asm_input:SI ("g"))
] ("/home/pec/download/linux/include/asm/uaccess.h")
558))
(clobber (reg:QI 19 dirflag))
(clobber (reg:QI 18 fpsr))
(clobber (reg:QI 17 flags))
] ) -1 (insn_list 607 (insn_list 614 (nil)))
(nil))
8139too.c:2419: Internal compiler error in reload_cse_simplify_operands,
at reload1.c:8355
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> <http://www.gnu.org/software/gcc/bugs.html> for instructions.
[pec@big <mailto:pec@big> net]$
This looks like it might be another example of the same bug that I
reported yesterday, but on different source code. Maybe a second example
will help squash the bug faster.
Cheers and thanks for gcc.
8139too.i.bz2