This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: v3 link failures analyzed
- To: Phil Edwards <pedwards at disaster dot jaj dot com>
- Subject: Re: v3 link failures analyzed
- From: Gabriel Dos Reis <gdr at codesourcery dot com>
- Date: 31 Dec 2000 13:58:32 +0100
- Cc: Robert Lipe <robertl at sco dot com>, libstdc++-v3 at gcc dot gnu dot org, gcc at gcc dot gnu dot org
- Organization: CodeSourcery, LLC
- References: <20001230160338.A3505@rjlhome.sco.com> <20001231000529.C20493@disaster.jaj.com>
Phil Edwards <pedwards@disaster.jaj.com> writes:
| On Sat, Dec 30, 2000 at 04:03:38PM -0600, Robert Lipe wrote:
| >
| > It seems to me that the -ansi-ness of the testsuite invocation needs to
| > match that of the autoconf invocation, but I could be talked out of that.
|
| Well, they definitely need to match if the testsuite is going to run
| on openserver, right? I think we should be using -ansi/-std=c89 when
| configuring and building the library when possible.
Agreed.
| Hmmm... I wonder if std=c89 has any effects on C++?
Just for clarity: std=c90 -- even though c89 and c90 are identical.
When testing for which features are present, we should only test for
std=c90, not higher because the Standard explicitly requires C90.
-- Gaby
CodeSourcery, LLC http://www.codesourcery.com