This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Why strcpy and not strtod?
Hi,
Robert Boehne wrote:
[snip]
> I've found a similar problem with today's gcc 3.0 sources. When I use
> it
> to compile a source file that uses strcmp() from <string.h> the
> preprocessed
> (*.ii) file has the definition from <string.h> but the compiler tells
> me:
> `strcmp' undeclared (first use this function)
> Are these problems related?
Indeed they are.
But there are already 3 or 4 PR filed in GNATS (i.e. 2767, 2977, 2989, 2992) and I'm
confident that the problem will be solved by the developers before the release.
Hold on!
P.