[llvm-bugs] [Bug 38685] New: -fbracket-depth=N parameter not recognized
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Aug 24 02:55:15 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=38685
Bug ID: 38685
Summary: -fbracket-depth=N parameter not recognized
Product: clang
Version: 6.0
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: david.koch at libertysurf.fr
CC: llvm-bugs at lists.llvm.org
Using macros to hash strings at compile time, the depth of brackets can be
"enormous" but dealt pretty well yet slowly with gcc or msvc. Not in clang.
LVM 6.0.0 x64 win32 :
1>main_tst.c(256): note: use -fbracket-depth=N to increase maximum nesting
level
...
1>clang-cl.exe : warning : unknown argument ignored in clang-cl:
'-fbracket-depth=512' [-Wunknown-argument]
Dudes, in the same output log, seriously...
--
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/20180824/0f23eab6/attachment.html>
More information about the llvm-bugs
mailing list