[LLVMbugs] [Bug 6745] New: .ll output is different on windows

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Mar 30 14:30:39 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=6745

           Summary: .ll output is different on windows
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Core LLVM classes
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rafael.espindola at gmail.com
                CC: llvmbugs at cs.uiuc.edu


I don't have a windows machine to test on, but it looks like we print 0.0 as
"double 0.000000e+00" on linux and as "double 0.000000e+000" on windows.

Possible testcase:

void foo(double a);
void bar(void) {
  foo(0.0);
}

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list