[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#168888: sparc: libm has long double versions of math fx, but no prototypes



> On Fri, Feb 21, 2003 at 01:44:08AM +0000, Brian M. Carlson wrote:
> > [sparc: libm has long double versions of math fx, but no prototypes]
> > GOTO Masanori says this bug is fixed. Is it ok to close it?
> 
> No.  It is not fixed.  sparc64 support is disabled -- when it is reenabled
> this bug will continue to be there.

I installed libc6-sparc64 2.3.1-16 (it's not the valid version of
libc6, but it seems sparc64 support is enabled), and re-test:

    ultra30:/bugs/168888# cat 168888-cmath.C
     #include <cmath>
     #include <cstdio>
    
     int main (int argc, char **argv)
     {
     printf("Hello\n");
     return 0;
    
     }
    ultra30:/bugs/168888# g++-3.2 -o 168888-cmath 168888-cmath.C
    ultra30:/bugs/168888# echo $?
    0
    ultra30:/bugs/168888# dpkg -s libc6-sparc64 | grep Version
    Version: 2.3.1-16
    ultra30:/bugs/168888# dpkg -s g++-3.2 | grep Version
    Version: 1:3.2.3-0pre6

No problem.  So could I close this bug?

Regards,
-- gotom



Reply to: