[llvm-bugs] [Bug 39442] New: Assembly and object parser don't error out when block markers mismatch
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Oct 25 16:26:50 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=39442
Bug ID: 39442
Summary: Assembly and object parser don't error out when block
markers mismatch
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: WebAssembly
Assignee: unassignedbugs at nondot.org
Reporter: aheejin at gmail.com
CC: llvm-bugs at lists.llvm.org
It wouldn't give an error in case block (and other markers such as loop, try)
and end markers mismatch. For example,
```
block
end_block
end_block
```
--
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/20181025/ed05e3b1/attachment.html>
More information about the llvm-bugs
mailing list