[LLVMbugs] [Bug 23399] New: incomplete type bug with clang

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat May 2 16:27:13 PDT 2015


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

            Bug ID: 23399
           Summary: incomplete type bug with clang
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++14
          Assignee: unassignedclangbugs at nondot.org
          Reporter: ryan.burn at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 14278
  --> https://llvm.org/bugs/attachment.cgi?id=14278&action=edit
preprocessed code

The attached code fails to compile with clang which using -std=c++14. I expect
it's a bug because the type should be complete when the function is
instantiated.

The code compiles fine with intel's c++ compiler (EDG) and gcc.

-- 
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/20150502/e026bc9e/attachment.html>


More information about the llvm-bugs mailing list