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

            Bug ID: 42031
           Summary: "field may not be qualified with an address space"
                    with class alias via using statement
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: OpenCL
          Assignee: unassignedclangb...@nondot.org
          Reporter: dr...@jwdt.org
                CC: anastasia.stul...@arm.com, llvm-bugs@lists.llvm.org

The following test case yields an error "field may not be qualified with an
address space", compiled with clang 6e38ac04985f360b394f575a820b9966bc76b696,
and cl-std=c++

struct foo {};

using xxx = foo;

struct bar {
  xxx y;
};

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to