[LLVMbugs] [Bug 23806] New: Deeply nested includes cause clang to get "stuck".
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jun 9 20:18:07 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=23806
Bug ID: 23806
Summary: Deeply nested includes cause clang to get "stuck".
Product: clang
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: popizdeh at gmail.com
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
test.cpp
#include "test.cpp"
#include "test.cpp"
running: clang -fsyntax-only test.cpp gives:
fatal error: too many errors emitted, stopping now [-ferror-limit=]
clang never exits, it has to be killed.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150610/8203390e/attachment.html>
More information about the llvm-bugs
mailing list