This is the mail archive of the gcc@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: Incomplete Type on Pass By Value bug in g++ <4.3.0


Anthony Newnam <anthony@bnovc.com> writes:

> Should I do something like a binary svn search between revisions
> 124707 and 132947? It takes such a long amount of time to compile g++,
> almost a half an hour with my quad core, that it didn't seem practical
> try to do build so many times. I guess there is probably a way to
> build g++ without the rest of gcc, but I haven't seen an option for
> it.

configure with --disable-bootstrap --enable-languages=c,c++.  Doing a
make shouldn't take anything like half an hour on a quad core.

Ian


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