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

            Bug ID: 18880
           Summary: [win32] __restrict pointer arguments are mangled
                    incorrectly
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

void f(int *__restrict p) {}
  is mangled as
?f@@YAXPAH@Z
  should be
?f@@YAXPIAH@Z

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to