This is the mail archive of the gcc-bugs@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: Bootstrap failure


Andris Pavenis wrote:

>On Wed, 15 Mar 2000, Mark Mitchell wrote:

>> I'm seeing:
>> 
>> ../../gcc/libgcc2.c:70: Internal compiler error in 
>>`ix86_compute_frame_size', at config/i386/i386.c:1788
>> 
>> on x86-linux-gnu.  Is anyone else seeing this?

> I saw the same building from CVS sources updated Mar 15 at 01:00 GMT

This is due to the lines:

  if (!size && stack_alignment_needed)
    abort ();

around line 1788 in .../config/i386/i386.c.

I got a completed bootstrap by commenting them out.  I think it's
related to Jan Hubicka's stack alignment work - see my message to
gcc-patches:

	http://gcc.gnu.org/ml/gcc-patches/2000-03/msg00503.html

Cheers,

--
Toon Moene, KNMI, PO Box 201, 3730 AE De Bilt, The Netherlands.
Tel. +31302206443, Fax +31302210407,  e-mail moene@knmi.nl
URL: http://www.knmi.nl/hirlam

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