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]

Re: egcs_ss_19980508 wouldn't bootstrap on alpha-unknown-linux-gnu


On Mon, May 11, 1998 at 08:14:25AM -0300, Alexandre Oliva wrote:
> > cccp.c wouldn't compile on alpha-unknown-linux-gnu, because
> > CPP_PREDEFINES (from config/alpha/linux.h) assumes SUB_CPP_PREDEFINES
> > is defined, but it is not.  Probably config/alpha/linux-elf.h should
> > have been included in the tm_file list in gcc/configure.in, which is
> > exactly what the attached patch does.

Yes, this was broken in the recent gcc2 merge.  I've fixed that.

> /n/temp1/gcctest/bin/../src/egcs/gcc/cp/tinfo.cc: In function `void __rtti_class(void *, const char *, const struct __class_type_info::base_info *, size_t)':
> /n/temp1/gcctest/bin/../src/egcs/gcc/cp/tinfo.cc:43: Internal compiler error.
> /n/temp1/gcctest/bin/../src/egcs/gcc/cp/tinfo.cc:43: Please submit a full bug report to `egcs-bugs@cygnus.com'.

This does not seem to be related.  I've not looked into the root cause.


r~


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