[llvm-bugs] [Bug 44386] New: Invalid inline assembly is rejected in discarded statements
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Dec 26 21:28:42 PST 2019
https://bugs.llvm.org/show_bug.cgi?id=44386
Bug ID: 44386
Summary: Invalid inline assembly is rejected in discarded
statements
Product: clang
Version: unspecified
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: C++17
Assignee: unassignedclangbugs at nondot.org
Reporter: brycelelbach at gmail.com
CC: blitzrakete at gmail.com, erik.pilkington at gmail.com,
llvm-bugs at lists.llvm.org, richard-llvm at metafoo.co.uk
Clang rejects invalid inline assembly in discarded statements. It would be
really nice if it didn't do this; that would allow us to use `if constexpr` for
architecture specialization.
https://godbolt.org/z/W2FVmW
--
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/20191227/034bae8e/attachment.html>
More information about the llvm-bugs
mailing list