[LLVMbugs] [Bug 19233] New: failing qualified lookup into global scope from within class template crashes with -fms-compatibility

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Mar 24 00:49:19 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=19233

            Bug ID: 19233
           Summary: failing qualified lookup into global scope from within
                    class template crashes with -fms-compatibility
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
          Assignee: unassignedclangbugs at nondot.org
          Reporter: david.majnemer at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

consider:
template <class T>
struct S : T {
  S() {
    { ::undef(); }
  }
};

This triggers the following assert in SemaExpr.cpp:2057:
assert(SS.isEmpty() && "qualifiers should be already handled");

-- 
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/20140324/a3cb59a7/attachment.html>


More information about the llvm-bugs mailing list