[LLVMbugs] [Bug 10576] New: GSL (GNU Scientific Library) tests fail

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Aug 3 11:17:39 PDT 2011


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

           Summary: GSL (GNU Scientific Library) tests fail
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: vanboxem.ruben at gmail.com
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=7012)
 --> (http://llvm.org/bugs/attachment.cgi?id=7012)
make check -k output

This is not a very specific bug report, and will probably span different
issues.
The toolchain used for testing is located here:
http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/rubenvb/4.6.2-1/
(unpack the gcc and clang packages in the same directory, add mingw64/bin to
PATH)

Using MSYS, I configured and compiled GSL with:
/path/to/source/configure --host=x86_64-w64-mingw32 CC=clang
make
make check

make builds everything just like GCC does.
make check fails in two respects:
 - The first test hangs (keeps at 100% of one CPU core, for more than 8 hours).
 - Several subsequent tests fail, "make check -k" log is attached (after ctrl-C
to exit the first test and continue)

-- 
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