This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: slow V3 configures (was Re: ICE during bootstrap.)
- To: bkoz at redhat dot com (Benjamin Kosnik)
- Subject: Re: slow V3 configures (was Re: ICE during bootstrap.)
- From: Joe Buck <jbuck at racerx dot synopsys dot com>
- Date: Tue, 5 Dec 2000 11:03:24 -0800 (PST)
- Cc: pedwards at disaster dot jaj dot com (Phil Edwards), robertl at sco dot com (Robert Lipe), Gabriel dot Dos-Reis at cmla dot ens-cachan dot fr (Gabriel Dos Reis), gcc at gcc dot gnu dot org, libstdc++ at sources dot redhat dot com
> we check for c++ declarations and c linkage. both are necessary. If you
> can figure out a faster way to do it, I'm all ears.
Suppose you run one test that passes only if all the "common" functions
are present and declared correctly, and if this test fails, then you run
individual tests? What remains is to decide what is "common". One
possible goal is to choose a set that will pass in one shot on most
modern platforms -- but we still have a fallback on the other platforms.