This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bootstrap failure in libstdc++-v3 on GNU/Linux x86
- From: Ranjit Mathew <rmathew at gmail dot com>
- To: Eric Botcazou <ebotcazou at libertysurf dot fr>
- Cc: gcc at gcc dot gnu dot org, Mark Mitchell <mark at codesourcery dot com>
- Date: Mon, 28 Jun 2004 12:35:57 +0530
- Subject: Re: Bootstrap failure in libstdc++-v3 on GNU/Linux x86
- References: <87oen4l12v.fsf@deneb.enyo.de> <200406280839.04464.ebotcazou@libertysurf.fr>
Eric Botcazou wrote:
>>This doesn't make sense because the member function in question reads:
>>
>> inline long double&
>> complex<long double>::real()
>> { return __real__ _M_value; } // line 1296
>>
>>And _M_value does have type __complex__ long double. Should I start a
>>binary search, or is this known to be some kind of recent breakage?
>
>
> Could be Mark's latest patch to the parser.
AFAICT, yes - I was able to proceed with the bootstrap once
I reverted:
http://gcc.gnu.org/ml/gcc-patches/2004-06/msg02268.html
(on i686-pc-linux-gnu)
Ranjit.
--
Ranjit Mathew Email: rmathew AT gmail DOT com
Bangalore, INDIA. Web: http://ranjitmathew.tripod.com/