[llvm-bugs] [Bug 31822] New: Unknown builtin type! UNREACHABLE executed at ASTContext.cpp:1683!

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jan 31 10:15:45 PST 2017


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

            Bug ID: 31822
           Summary: Unknown builtin type! UNREACHABLE executed at
                    ASTContext.cpp:1683!
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: yaron.keren at gmail.com
                CC: dblaikie at gmail.com, llvm-bugs at lists.llvm.org
    Classification: Unclassified

clang version 5.0.0 (trunk 293644)
clang -c -std=c++11 of:

struct stringer_for {
  stringer_for(int);
};
template <typename Args> void do_log(Args &&args) {
  [](auto &&) {}(stringer_for(args));
}
void foo() { do_log(2); }

-- 
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/20170131/1dd862ca/attachment.html>


More information about the llvm-bugs mailing list