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

             Bug #: 11522
           Summary: Clang hangs in infinite loop
           Product: clang
           Version: 3.0
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Created attachment 7698
  --> http://llvm.org/bugs/attachment.cgi?id=7698
test case which triggers the bug

clang -v
Apple clang version 3.0 (tags/Apple/clang-211.12) (based on LLVM 3.0svn)
Target: x86_64-apple-darwin11.2.0
Thread model: posix


When compiling the attached test.cpp with:

clang++  -I/opt/local/include test.cpp 

clang++ consumes multiple gigabytes of memory. Note that um_nodes(g) is a
mispelled variant of num_nodes(g) of boost. The opt/local/include directory
contains a boost 1.48 installation (macports)

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