This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [PATCH] C++0x, teach the parser to parse virt-specifier-seq for member functions


On 28 April 2011 00:56, Gabriel Dos Reis <gdr@integrable-solutions.net> wrote:
>> Seems to fall over itself in a bunch of places. C++ bootstrap smells
>> like a red herring
>> to me at this point.
> Hmm, do you mean GCC fails to bootstrap with C++ a compiler before your mods?

I did make distclean, followed by
CC=g++ GCC=g++ CFLAGS=-fpermissive ../configure --prefix=/usr
--enable-languages=c,c++
and then make. Before my mods. And it doesn't seem to get very far.


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