[llvm-bugs] [Bug 35818] New: Crash when compiling coroutine with custom suspend_always

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Jan 4 00:42:03 PST 2018


https://bugs.llvm.org/show_bug.cgi?id=35818

            Bug ID: 35818
           Summary: Crash when compiling coroutine with custom
                    suspend_always
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: zauguin at gmail.com
                CC: llvm-bugs at lists.llvm.org

Created attachment 19623
  --> https://bugs.llvm.org/attachment.cgi?id=19623&action=edit
The original source

Compiling the attached codes leads to a crash, but when the custom
suspend_always is replaced by std::experimental::suspend_always it works.

-- 
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/20180104/4d8d46b0/attachment.html>


More information about the llvm-bugs mailing list