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

--- Comment #10 from Hans-Peter Nilsson <hp at gcc dot gnu.org> 2011-07-08 
22:46:42 UTC ---
(In reply to comment #7)
> I'm going to do s/PREV_INSN/prev_nonnote_nondebug_insn/g and assert that the
> right insns and code_label is seen in cris_asm_output_case_end anyway.

And with that fixed, I get assembler errors from crtstuff.s so I'll step back
and wait.

/tmp/ice176012/gccobj/./gcc/xgcc -B/tmp/ice176012/gccobj/./gcc/ -nostdinc
-B/tmp/ice176012/gccobj/cris-elf/newlib/ -isystem
/tmp/ice176012/gccobj/cris-elf/newlib/targ-include -isystem
/tmp/ice176012/gcc/newlib/libc/include
-B/tmp/ice176012/gccobj/cris-elf/libgloss/cris
-L/tmp/ice176012/gccobj/cris-elf/libgloss/libnosys
-L/tmp/ice176012/gcc/libgloss/cris -B/tmp/ice176012/pre/cris-elf/bin/
-B/tmp/ice176012/pre/cris-elf/lib/ -isystem /tmp/ice176012/pre/cris-elf/include
-isystem /tmp/ice176012/pre/cris-elf/sys-include    -g -O2 -march=v10
-mbest-lib-options -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall
-Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition  -isystem ./include  -I. -I. -I/tmp/ice176012/gcc/gcc
-I/tmp/ice176012/gcc/gcc/. -I/tmp/ice176012/gcc/gcc/../include
-I/tmp/ice176012/gcc/gcc/../libcpp/include -I/tmp/ice176012/gccobj/./gmp
-I/tmp/ice176012/gcc/gmp -I/tmp/ice176012/gccobj/./mpfr
-I/tmp/ice176012/gcc/mpfr -I/tmp/ice176012/gcc/mpc/src 
-I/tmp/ice176012/gcc/gcc/../libdecnumber
-I/tmp/ice176012/gcc/gcc/../libdecnumber/dpd -I../libdecnumber    -g0
-finhibit-size-directive -fno-inline -fno-exceptions
-fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize
-fno-stack-protector -Dinhibit_libc -I. -I. -I../../.././gcc
-I/tmp/ice176012/gcc/libgcc -I/tmp/ice176012/gcc/libgcc/.
-I/tmp/ice176012/gcc/libgcc/../gcc -I/tmp/ice176012/gcc/libgcc/../include  -o
crtbegin.o -MT crtbegin.o -MD -MP -MF crtbegin.dep -O2  -g -O2 -DIN_GCC
-DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem
./include   -g  -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector
-Dinhibit_libc -moverride-best-lib-options \
          -c /tmp/ice176012/gcc/libgcc/../gcc/crtstuff.c -DCRT_BEGIN
/tmp/ice176012/gcc/libgcc/../gcc/crtstuff.c:50:0: warning: "IN_LIBGCC2"
redefined [enabled by default]
<command-line>:0:0: note: this is the location of the previous definition
/tmp/ice176012/gcc/libgcc/../gcc/crtstuff.c: In function 'frame_dummy':
/tmp/ice176012/gcc/libgcc/../gcc/crtstuff.c:381:19: warning: array subscript is
above array bounds [-Warray-bounds]
/tmp/ccjObd8e.s: Assembler messages:
/tmp/ccjObd8e.s:228: Error: operation combines symbols in different segments
/tmp/ccjObd8e.s:260: Error: operation combines symbols in different segments
make[4]: *** [crtbegin.o] Error 1

Reply via email to