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 Wed, Apr 27, 2011 at 4:58 PM, Ville Voutilainen
<ville.voutilainen@gmail.com> wrote:
> 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.
>

My configuration command line is:

 /home/gdr/src/gcc.svn/configure --enable-languages=c,c++
--enable-build-with-cxx --disable-multilib --disable-nls

and the builds is progressing quite very well with "g++".
There is no need for manual setting of -fpermissive.

-- Gaby


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