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: unassignedclangb...@nondot.org
          Reporter: felix...@yahoo.ca
                CC: dgre...@apple.com, llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to