[llvm-bugs] [Bug 46619] New: Clang 10 (trunk) crashed (Godbolt link inside)

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jul 7 03:10:22 PDT 2020


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

            Bug ID: 46619
           Summary: Clang 10 (trunk) crashed (Godbolt link inside)
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++17
          Assignee: unassignedclangbugs at nondot.org
          Reporter: llvm-bugzilla at renemeusel.de
                CC: blitzrakete at gmail.com, erik.pilkington at gmail.com,
                    llvm-bugs at lists.llvm.org, richard-llvm at metafoo.co.uk

Godbolt shows a clang 10 stacktrace for the following code:
https://godbolt.org/z/8az9zC

I wanted to build a template helper to transform a std::variant of the form
  std::variant<type_tag<A>, type_tag<B>, ...>
into:
  std::variant<A, B, ...>
.

-- 
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/20200707/ec1c1909/attachment.html>


More information about the llvm-bugs mailing list