This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Mainline fails to bootstrap 3.3 branch.
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Volker Reichelt <reichelt at igpm dot rwth-aachen dot de>
- Cc: jsm at polyomino dot org dot uk, gcc at gcc dot gnu dot org
- Date: 24 Jan 2004 01:55:56 +0100
- Subject: Re: Mainline fails to bootstrap 3.3 branch.
- Organization: Integrable Solutions
- References: <200401231650.i0NGoKJD026646@relay.rwth-aachen.de>
Volker Reichelt <reichelt@igpm.rwth-aachen.de> writes:
| Currently mainline fails to bootstrap 3.3 branch, since extended lvalues
| were removed by Joseph's patch:
|
| http://gcc.gnu.org/ml/gcc-patches/2004-01/msg01730.html
|
| These extended lvalues are used on the 3.3 branch in include/obstack.h.
*sigh*.
| On 3.4/mainline obstack.h got rid of the extended lvalues with the
| obstack.h part of Joseph's patch
|
| http://gcc.gnu.org/ml/gcc-cvs/2003-10/msg00920.html
|
| i.e.
|
| http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/include/obstack.h.diff?cvsroot=gcc&r1=1.5&r2=1.6
|
| Wouldn't it make sense to apply this to 3.3 also, since this cures the
| bootstrap problem?
Yes, the patch is needed for 3.3.x.
Thanks for raising this!
-- Gaby