This is the mail archive of the gcc@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]

Alpha bootstrap error in bitmap.c


On alphaev6-unknown-linux-gnu with a generic configure and the following
make command:

make bootstrap BOOT_CFLAGS='-O2 -g -pg' BOOT_LDFLAGS='-O2 -g -pg'

bootstrap failes with the message:

stage1/xgcc -Bstage1/ -B/export/u11/gcc-3.1/alphaev6-unknown-linux-gnu/bin/ -c  -DIN_GCC    -O2 -g -pg -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config -I../../gcc/../include ../../gcc/bitmap.c -o bitmap.o
../../gcc/bitmap.c: In function `bitmap_set_bit':
../../gcc/bitmap.c:368: Unrecognizable insn:
(call_insn/j 204 203 205 (parallel[
            (call (mem:DI (symbol_ref/v:DI ("bitmap_element_link")) 0)
                (const_int 0 [0x0]))
            (use (reg:DI 29 $29))
        ] ) -1 (insn_list 176 (insn_list 201 (insn_list 203 (nil))))
    (expr_list:REG_DEAD (reg:DI 16 $16)
        (expr_list:REG_DEAD (reg:DI 17 $17)
            (expr_list:REG_DEAD (reg:DI 29 $29)
                (expr_list:REG_EH_REGION (const_int 0 [0x0])
                    (nil)))))
    (expr_list (use (reg:DI 17 $17))
        (expr_list (use (reg:DI 16 $16))
            (nil))))
../../gcc/bitmap.c:368: Internal compiler error in extract_insn, at recog.c:2127
Please submit a full bug report,
with preprocessed source if appropriate.

Brad Lucier


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