This is the mail archive of the gcc-patches@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]

Re: [v3] build failure from automated checker.....



I don't know what this is. 

> ../../../../libstdc++-v3/include/c_std/bits/std_cmath.h: In function `double std::pow(double, int)':
> ../../../../libstdc++-v3/include/c_std/bits/std_cmath.h:419: `double std::pow(double, int)' conflicts with previous using declaration `double pow(double, int)'
> 
> I see this in /xxx/gnu/gcc-3.0/objdir/gcc/include/math.h:
> 
> extern "C" {
>      ...
>      inline double pow(double __d,int __expon) {
> 	 return pow(__d,(double)__expon);
>      }

I don't think the above is in C99


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