bug-gnu-pspp
[Top][All Lists]
Advanced

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

PSPP-BUG: [bug #22924] tests/formats/num-out.sh fails on cygwin


From: Ben Pfaff
Subject: PSPP-BUG: [bug #22924] tests/formats/num-out.sh fails on cygwin
Date: Fri, 18 Apr 2008 04:36:50 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-1)

Update of bug #22924 (project pspp):

                  Status:                    None => In Progress            

    _______________________________________________________

Follow-up Comment #1:

As a followup to my IRC conversation with jmd:

This looks like it could be a Cygwin printf rounding issue.  On Cygwin, what
does the following test program print?

#include <stdio.h>
int main (void) {
  printf("%30.4en", 999.95);
  return 0;
}

The output should be 9.9995e+02.  If it's 1.0000e+03, then Cygwin's libc is
buggy.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?22924>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]