This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFT] Remove LABEL_NEXTREF and TARGET_ADJUST_UNROLL_MAX from the SH backend
- From: Steven Bosscher <stevenb dot gcc at gmail dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: Joern RENNECKE <joern dot rennecke at st dot com>
- Date: Sun, 26 Feb 2006 18:16:34 +0100
- Subject: Re: [RFT] Remove LABEL_NEXTREF and TARGET_ADJUST_UNROLL_MAX from the SH backend
- References: <200602261725.30716.steven@gcc.gnu.org>
On Sunday 26 February 2006 17:25, Steven Bosscher wrote:
> Unfortunately I can't build an AMD64 x SH cross-compiler. Patched
> and unpatched, the build crashes when building libgcc:
> ./xgcc -B./ -B/home/steven/devel/SH/install/sh-elf/bin/ -isystem
> /home/steven/devel/SH/install/sh-elf/include -isystem
> /home/steven/devel/SH/install/sh-elf/sys-include
> -L/home/steven/devel/SH/build/gcc/../ld -O2 -DIN_GCC -DCROSS_COMPILE -W
> -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
> -Wold-style-definition -isystem ./include -g -DIN_LIBGCC2
> -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../combined/gcc
> -I../../combined/gcc/. -I../../combined/gcc/../include
> -I../../combined/gcc/../libcpp/include
> -I../../combined/gcc/../libdecnumber -I../libdecnumber -DL_mulsc3 -c
> ../../combined/gcc/libgcc2.c -o libgcc/./_mulsc3.o
> ../../combined/gcc/libgcc2.c: In function â__mulsc3â:
> ../../combined/gcc/libgcc2.c:1832: internal compiler error: Segmentation
> fault Please submit a full bug report,
> with preprocessed source if appropriate.
Actually, I f<ee-ah>ed up because I updated a file in one directory
but not in another. Now it builds, so I'll test the patch myself.
Gr.
Steven