This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bootstrap failure with Objective-C++
- From: "Andrew Pinski" <pinskia at gmail dot com>
- To: "Volker Reichelt" <v dot reichelt at netcologne dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 11 Mar 2007 16:21:25 -0700
- Subject: Re: Bootstrap failure with Objective-C++
- References: <tkrat.aafd8e86a6881193@netcologne.de>
On 3/11/07, Volker Reichelt <v.reichelt@netcologne.de> wrote:
Hi,
bootstrap with Objective-C++ seems to be broken on mainline (rev. 122792):
Yes this was introduced by the variable template patch which added
tree codes to make the number of tree code for objective-C++ to go
past the 255 limit.
This is recorded as PR 31134.
Thanks,
Andrew Pinski