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: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]

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.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to