[llvm-bugs] [Bug 25941] New: Pointer-to-member does not honor LHS address space

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Dec 24 09:57:57 PST 2015


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

            Bug ID: 25941
           Summary: Pointer-to-member does not honor LHS address space
           Product: clang
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: felixcca at yahoo.ca
                CC: dgregor at apple.com, llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 15516
  --> https://llvm.org/bugs/attachment.cgi?id=15516&action=edit
Bug test case

The lvalue resulting from pointer-to-member operators .* and ->* is always in
address space 0, without regards to the address space of the left-hand value;
see attached test.cpp file for a test case.

-- 
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/20151224/5756e23a/attachment.html>


More information about the llvm-bugs mailing list