[llvm-bugs] [Bug 41745] New: ICE on construction of const-qualified structured binding

via llvm-bugs llvm-bugs at lists.llvm.org
Sun May 5 00:50:55 PDT 2019


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

            Bug ID: 41745
           Summary: ICE on construction of const-qualified structured
                    binding
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: degski at gmail.com
                CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org,
                    neeilans at live.com, richard-llvm at metafoo.co.uk

clang-cl ICE's on this code

const auto [size, asize] = bl_read_size_asize(src);

removing const results in successful compilation. 

Enclosed 7zip stack-dump and requested files.

-- 
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/20190505/d192403a/attachment.html>


More information about the llvm-bugs mailing list