This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Cannot bootstrap 2.95.2 on the VAX
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Cannot bootstrap 2.95.2 on the VAX
- From: Chuck McManis <cmcmanis at mcmanis dot com>
- Date: Wed, 12 Jan 2000 22:08:06 -0800
I am attempting to get the 2.95.2 version of GCC bootstrapped and running
on the VAX as both a native compiler and as a cross compiler from FreeBSD.
So far I'm not having any luck. On the VAX I did a configure and then then
'make bootstrap' which got me this:
...
_floatditf
__gcc_bcmp
_varargs
../../gcc-2.95.2/gcc/libgcc2.c: In function `__builtin_saveregs':
../../gcc-2.95.2/gcc/libgcc2.c:1396: Internal compiler error in
`emit_call_1', at calls.c:446
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
othervax% pwd
/home/cmcmanis/new_gcc
othervax%
The native GCC is from the NetBSD 1.4.1 release.
--Chuck McManis