This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/13921] busybox compile error


------- Additional Comments From tony at sybaspace dot com  2004-02-12 21:16 -------
Here is the output with "-v -save-temps" and I will attache the preprocessed 
source.

galaxy:~/src/busybox-1.00-pre7 $ gcc -v -save-temps -I./include -
D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -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
Reading specs from /usr/lib/gcc-lib/i486-suse-linux/3.3/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-
prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --
libdir=/usr/lib --enable-languages=c,c++,f77,objc,java,ada --disable-checking --
enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --
with-system-zlib --enable-shared --enable-__cxa_atexit i486-suse-linux
Thread model: posix
gcc version 3.3 20030226 (prerelease) (SuSE Linux)
 /usr/lib/gcc-lib/i486-suse-linux/3.3/cc1 -E -quiet -v -I./include -
D__GNUC__=3 -D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=0 -D_LARGEFILE_SOURCE -
D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DNDEBUG 
libbb/dump.c -march=i386 -mpreferred-stack-boundary=2 -Wall -Wstrict-
prototypes -Wshadow -falign-functions=0 -falign-jumps=0 -falign-loops=0 -fomit-
frame-pointer -Os dump.i
#include "..." search starts here:
#include <...> search starts here:
 include
 /usr/local/include
 /usr/lib/gcc-lib/i486-suse-linux/3.3/include
 /usr/i486-suse-linux/include
 /usr/include
End of search list.
 /usr/lib/gcc-lib/i486-suse-linux/3.3/cc1 -fpreprocessed dump.i -quiet -
dumpbase dump.c -march=i386 -mpreferred-stack-boundary=2 -auxbase-strip 
libbb/dump.o -Os -Wall -Wstrict-prototypes -Wshadow -version -falign-
functions=0 -falign-jumps=0 -falign-loops=0 -fomit-frame-pointer -o dump.s
GGC heuristics: --param ggc-min-expand=64 --param ggc-min-heapsize=64286
GNU C version 3.3 20030226 (prerelease) (SuSE Linux) (i486-suse-linux)
        compiled by GNU C version 3.3 20030226 (prerelease) (SuSE Linux).
libbb/dump.c: In function `rewrite':
libbb/dump.c:307: error: unrecognizable insn:
(insn:HI 1046 915 1047 33 0x404d191c (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:http://www.gnu.org/software/gcc/bugs.html> for instructions.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13921


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]