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

           Summary: clang/x86_64 miscompiles
                    SingleSource/Benchmarks/Misc/himenobmtxpa
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: LLVM Codegen
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


clang/x86_64 miscompiles SingleSource/Benchmarks/Misc/himenobmtxpa

The generated executable crashes:
--
ddun...@lordcrumb:Misc$ Output/himenobmtxpa.native
mimax = 64 mjmax = 64 mkmax = 128
imax = 63 jmax = 63 kmax =127
 Loop executed for 64 times
 Gosa : 2.395185e-03 
ddun...@lordcrumb:Misc$ Output/himenobmtxpa.llc
mimax = 64 mjmax = 64 mkmax = 128
imax = 63 jmax = 63 kmax =127
Segmentation fault
--


-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to