This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [v3] build failure from automated checker.....
- To: Gabriel dot Dos-Reis at cmla dot ens-cachan dot fr (Gabriel Dos Reis)
- Subject: Re: [v3] build failure from automated checker.....
- From: "John David Anglin" <dave at hiauly1 dot hia dot nrc dot ca>
- Date: Sun, 10 Jun 2001 00:34:46 -0400 (EDT)
- Cc: bkoz at redhat dot com, gcc-patches at gcc dot gnu dot org
> | HPUX 10.20 is definitely not C99 conformant. Should the above inline
> | be removed with fixincl or can you do something with the v3 configuration?
>
> I would prefer the above be removed.
I am away tomorrow and part of Monday. So I can't look at it until after
then. Unfortunately, the problem breaks the build.
Here is the exact code from the header:
extern double pow(double, double);
# ifdef __cplusplus
}
inline double pow(double __d,int __expon) {
return pow(__d,(double)__expon);
}
extern "C" {
#else
# endif
extern double sqrt(double);
Dave
--
J. David Anglin dave.anglin@nrc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6605)