[LLVMbugs] [Bug 22671] New: assertion failure taking address of MS property

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Feb 23 19:12:52 PST 2015


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

            Bug ID: 22671
           Summary: assertion failure taking address of MS property
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: richard-llvm at metafoo.co.uk
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Clang asserts on this eldritch horror:

struct X {
    int __declspec(property(get = get)) n;
};

void f() { &X::n; }

-- 
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/20150224/e5cf5f70/attachment.html>


More information about the llvm-bugs mailing list