[LLVMbugs] [Bug 11522] New: Clang hangs in infinite loop
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Dec 9 07:30:33 PST 2011
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: unassignedclangbugs at nondot.org
ReportedBy: arne-llvm at rfc2549.org
CC: llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list