This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
H8300-HMS: target still broken
- To: gcc-bugs at gcc dot gnu dot org
- Subject: H8300-HMS: target still broken
- From: Toshi Morita <tm2 at best dot com>
- Date: Mon, 4 Jun 2001 13:58:50 -0700 (PDT)
- Cc: jh at suse dot cz
version: CVS head (6/3/01)
host: i686-linux
target: h8300-hms
The h8300-hms bug which I reported (and sent a patch for)
six weeks ago is still present in CVS:
/home/tm/gcc-build-h8300-hms/gcc/xgcc -B/home/tm/gcc-build-h8300-hms/gcc/ -B/usr/local/h8300-hms/bin/ -B/usr/local/h8300-hms/lib/ -isystem /usr/local/h8300-hms/include -O2 -DCROSS_COMPILE -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -DDF=SF -DDI=SI -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include -fexceptions -c ../../gcc/gcc/unwind-sjlj.c -o libgcc/./unwind-sjlj.o
../../gcc/gcc/unwind-sjlj.c: In function `_Unwind_GetRegionStart':
../../gcc/gcc/unwind-sjlj.c:200: warning: unused parameter `context'
../../gcc/gcc/unwind-sjlj.c: In function `_Unwind_GetDataRelBase':
../../gcc/gcc/unwind-sjlj.c:207: warning: unused parameter `context'
../../gcc/gcc/unwind-sjlj.c: In function `_Unwind_GetTextRelBase':
../../gcc/gcc/unwind-sjlj.c:213: warning: unused parameter `context'
In file included from ../../gcc/gcc/unwind-sjlj.c:270:
../../gcc/gcc/unwind.inc: In function `_Unwind_RaiseException_Phase2':
../../gcc/gcc/unwind.inc:67: warning: implicit declaration of function `abort'
../../gcc/gcc/unwind.inc:57: Internal compiler error in expand_call, at calls.c:3081
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [libgcc/./unwind-sjlj.o] Error 1
make[2]: Leaving directory `/home/tm/gcc-build-h8300-hms/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/home/tm/gcc-build-h8300-hms/gcc'
make: *** [all-gcc] Error 2
[tm@localhost gcc-build-h8300-hms]$
Could someone review/approve/apply the patch at:
http://gcc.gnu.org/ml/gcc-patches/2001-04/msg00798.html
Toshi